desperateboy Posted October 18, 2007 Share Posted October 18, 2007 hi I am having a serious problem in my HTML pages while making tables. If there is a two columned layout and when i write some text in the left column the text in the right column goes down.the more the text written in the left side, the more the text goes down in the right side. I have been taken some ideas from web site design company sites during net surfing but didn't sure. If u got my problem,plz solve this. Quote Link to comment Share on other sites More sharing options...
~n[EO]n~ Posted October 18, 2007 Share Posted October 18, 2007 You can use width for your TD and also use CSS... Quote Link to comment Share on other sites More sharing options...
brettpower Posted October 19, 2007 Share Posted October 19, 2007 If you don't want text so shift up/down as other table cells are filled, use <td valign="top">. This will keep all cell content aligned to the top of the cell thus it won't shift vertically. Cheers. 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.