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. Quote Link to comment Share on other sites More sharing options...
ToonMariner Posted November 5, 2007 Share Posted November 5, 2007 td { witdh: 50% } or <td width="50%"> Quote Link to comment 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. Quote Link to comment 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"> Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
jonoc33 Posted November 7, 2007 Author Share Posted November 7, 2007 valign = "top" worked. Thanks Quote Link to comment 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.