View Full Version : I need table help!


Nurika
05-18-2003, 09:50 PM
When I insert text or images into a table, it always goes directly to the center of the frame? Is there a tag so you can put the text/image wherever in the table you want? Help!

zangerbanger
05-18-2003, 11:39 PM
If you want your information to be at the top, you add this to your <td> tag:

valign="top"

so when you're finished, it should look like this:

<td valign="top">.

If you want it to be positioned at a certain place, you can use div layers to position your content inside your table.