php? Posted December 24, 2007 Share Posted December 24, 2007 Hello, I'm trying to make a column on my website say leaders.. then show the navigation links under it, but for some reason it makes a whole column for the navigation links. <font color="red">-</font><font color="blue"> @</font><u><b><font color="red">Leaders</a></b></u> - <Td width="1" height="1" valign="top"> Poopman1 poopman2 poopman3 Diagram: Column 1 column 2 Leaders Poopman1 Poopman2 (Should Be Here) poopman3 (Shouldn't be here) Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/ Share on other sites More sharing options...
Ken2k7 Posted December 24, 2007 Share Posted December 24, 2007 Is this PHP-related? Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422244 Share on other sites More sharing options...
php? Posted December 24, 2007 Author Share Posted December 24, 2007 yes it is... just not the navigation part... here i'll take that out and make it easier Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422246 Share on other sites More sharing options...
php? Posted December 24, 2007 Author Share Posted December 24, 2007 I'm thinking its the <Td but idk what to replace it with Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422247 Share on other sites More sharing options...
Ken2k7 Posted December 24, 2007 Share Posted December 24, 2007 Can you please post up a diagram on what this SHOULD look like? Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422249 Share on other sites More sharing options...
php? Posted December 24, 2007 Author Share Posted December 24, 2007 I just did Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422250 Share on other sites More sharing options...
Ken2k7 Posted December 24, 2007 Share Posted December 24, 2007 But that's not specific enough. What should be there and what shouldn't be there? Can I get some contents? Column 1 column 2 Leaders Poopman1 Poopman2 (Should Be Here) poopman3 (Shouldn't be here) For column one, what do you mean (Should Be Here)? What should be there? Sorry about this. I'm just confused. Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422253 Share on other sites More sharing options...
php? Posted December 24, 2007 Author Share Posted December 24, 2007 Column 1 should be there... column 2 shouldn't be a column.. but it should be under column 1 Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422254 Share on other sites More sharing options...
Ken2k7 Posted December 24, 2007 Share Posted December 24, 2007 Okay, not sure what this has to do with PHP, but try this: <table><tr><td width="1" height="1" valign="top"> <font color="red">-</font><font color="blue"> @</font><u><b><font color="red">Leaders</font></b></u> -<br /> Poopman1 poopman2 poopman3 </td></tr></table> Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422255 Share on other sites More sharing options...
php? Posted December 24, 2007 Author Share Posted December 24, 2007 Got it guys.. thanks ... rofl forgot to add the </table> -.- Quote Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422261 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.