Jump to content

putting data/forms anywhere you want


johnseito

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/89119-putting-dataforms-anywhere-you-want/
Share on other sites

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.