dwr Posted September 20, 2009 Share Posted September 20, 2009 Hi guys, i've been trying to fix this for about 2 day now.. amazingly it allways stays the same.. The Categorys that are called by the showallcat are displaying 4 Categorys at the top then each below is only 3 ! I dont know why the hell its doing it, i've only made 3 available and cant seem to see a 4 colum for it to go in !!? <table width="98%" border="0" cellspacing="0" cellpadding="0"> <tr> <td><table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="11" class="cont_tleft"> </td> <td width="750" align="left" class="cont_tbg"><?php echo $localization['ENG1021'];?></td> <td width="17" class="cont_tright"> </td> </tr> <tr> <td colspan="3" align="center" valign="top" class="content_bdr"><div> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="my_account_head"> <tr> <td colspan="3"><img src="images/spacer_5.gif" alt="" width="4" height="5" /></td> </tr> <form name="frm" method="get"> <input type="hidden" name="do" value="allcat" /> <tr> <td width="10%" align="right" class="category_title"><?php echo $localization['ENG1022'];?></td> <td width="29%" align="center"> <?php echo defined('ALLCAT') ? ALLCAT : '' ?> </td> <td width="61%" align="left"><input name="button2" type="submit" class="details_bttn" id="button2" value="<?php echo $localization['ENG1023'];?>" /></td> </tr> </form> <tr> <td colspan="3" align="right" class="category_title"><img src="images/spacer_5.gif" alt="" width="4" height="5" /></td> </tr> </table> </div> <div> <table width="90%" border="0" cellspacing="0" cellpadding="0"> <tr> <td colspan="3" valign="top" class="details_title"> <?php echo defined('MAINCAT') ? MAINCAT :'' ?><img src="images/spacer_10.gif" alt="" width="4" height="10" /></td> </tr> <tr> <td colspan="3" align="left" valign="top" class="details_title"></span></td> </tr> <tr> <td colspan="3" valign="top" class="dot_line"><img src="images/spacer_16.gif" alt="" width="4" height="16" /></td> </tr> <tr> <td colspan="3"> <table width="650" border="0" align="center" cellpadding="10" cellspacing="0"> <?php echo defined('SHOWALLCAT') ? SHOWALLCAT :"" ?> </table> </td> </tr> <tr> <td align="left" class="buy_txt"> </td> <td align="center" valign="top"> </td> <td align="right" valign="top"> </td> </tr> </table> </div></td> </tr> </table></td> </tr> <tr> <td><img src="images/spacer_16.gif" alt="" width="4" height="16" /></td> </tr> </table> Quote Link to comment https://forums.phpfreaks.com/topic/174884-tables-not-displaying-the-categorys-4-lines-then-3-lines-looks-awfull/ Share on other sites More sharing options...
RussellReal Posted September 20, 2009 Share Posted September 20, 2009 by the looks of this showallcat is a constant not a function >.> Quote Link to comment https://forums.phpfreaks.com/topic/174884-tables-not-displaying-the-categorys-4-lines-then-3-lines-looks-awfull/#findComment-921674 Share on other sites More sharing options...
dwr Posted September 20, 2009 Author Share Posted September 20, 2009 The Showallcat calls the Categorys of the Selected Main Category. Quote Link to comment https://forums.phpfreaks.com/topic/174884-tables-not-displaying-the-categorys-4-lines-then-3-lines-looks-awfull/#findComment-921704 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.