Jump to content

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.

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.