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) 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? 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 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 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? 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 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. 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 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> 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> -.- Link to comment https://forums.phpfreaks.com/topic/83016-solved-column-help/#findComment-422261 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.