Hillary Posted July 13, 2008 Share Posted July 13, 2008 how would i make 2 vertical columns? Quote Link to comment Share on other sites More sharing options...
Hillary Posted July 13, 2008 Author Share Posted July 13, 2008 as in do i need to make a table? i just want 2 columns "valign" didnt work. i dont know what else to try. thank you for your humble assistance. Quote Link to comment Share on other sites More sharing options...
HomerTheDragoon Posted July 13, 2008 Share Posted July 13, 2008 Like such? <table style="width:100%;"> <tr><td valign="top">Column 1</td><td valign="top">Column2</td></tr> </table> Quote Link to comment Share on other sites More sharing options...
haku Posted July 13, 2008 Share Posted July 13, 2008 You shouldn't use tables unless the data inside is tabular. Can you give us more insight as to what you mean? What have you got now? Do you want two columns side-by-side? Why were you using valign - what were you hoping would happen? 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.