johnseito Posted February 3, 2008 Share Posted February 3, 2008 I always seems to have trouble putting my information/data/form etc on a website of where I want it exactly with html. for example: it's hard to put somethings on the same row either one on the left, on the very right or just next to each other and also change the font and color of that data without moving it a bit. because when you use <font></font> you usually add a little width of to that text horizontally. also when I have datas or forms in between <td> </td> I can never get it to go exactly where I want it to go. normally if you put anything in between a <td> </td> the information goes to the right and the middle unless off course you say <td valign=top> </td> then the data in between will be on top and to the right. So I am wondering is there any way to work around this, that you can put data, form, anywhere you want, in any format? Thanks Quote Link to comment Share on other sites More sharing options...
sandstorm Posted February 5, 2008 Share Posted February 5, 2008 Hello, Have you looked in to using <div> and <span> and positioning them using css? Take a look at http://www.webcredible.co.uk/user-friendly-resources/css/css-forms.shtml Tables is tempting as it is easy however tableless css is a lot more powerful. 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.