jonoc33 Posted November 5, 2007 Share Posted November 5, 2007 Hey guys. I made a table on my website, and there is two columns. Although, when something is put in the left column that has more words/objects than the right, and visa versa, the writing in the one with less stuff in it paragraphs down and makes it look unprofessional. Need some help here. Link to comment https://forums.phpfreaks.com/topic/76043-solved-table-problems/ Share on other sites More sharing options...
ToonMariner Posted November 5, 2007 Share Posted November 5, 2007 td { witdh: 50% } or <td width="50%"> Link to comment https://forums.phpfreaks.com/topic/76043-solved-table-problems/#findComment-384938 Share on other sites More sharing options...
jonoc33 Posted November 6, 2007 Author Share Posted November 6, 2007 Still happens. When there isn't much in one column and lots in another, the one with the least amount paragraphs down. Link to comment https://forums.phpfreaks.com/topic/76043-solved-table-problems/#findComment-385501 Share on other sites More sharing options...
~n[EO]n~ Posted November 6, 2007 Share Posted November 6, 2007 you may need align too... <td width="50%" valign="top"> Link to comment https://forums.phpfreaks.com/topic/76043-solved-table-problems/#findComment-385580 Share on other sites More sharing options...
TheFilmGod Posted November 7, 2007 Share Posted November 7, 2007 This is why you use CSS. You can easily recreate this in css Link to comment https://forums.phpfreaks.com/topic/76043-solved-table-problems/#findComment-386348 Share on other sites More sharing options...
jonoc33 Posted November 7, 2007 Author Share Posted November 7, 2007 valign = "top" worked. Thanks Link to comment https://forums.phpfreaks.com/topic/76043-solved-table-problems/#findComment-386454 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.