PDA

View Full Version : HTML QUESTION


Jixby Phillips
Feb 6th, 2005, 08:00 PM
I am making a table and I am using uh a <style></style> thing. Here is what I have going on:

<style>
td { font-size: 8pt; font-family: Verdana, Helvetica, Arial, sans-serif }
</style>

All that works fine, but I'm trying to add the valign=top attribute to that. how the f*ck do I do this? every logical idea I have doesn't work, and I seriously don't expect to have to go to every <td> tag and add it in. This is too hard to find on google, so I'm asking you people.

plz help ;_;

whoreable
Feb 7th, 2005, 12:21 PM
http://www.w3schools.com/css/pr_pos_vertical-align.asp

Jixby Phillips
Feb 11th, 2005, 06:13 AM
THANKS!

I ended up just waiting untill I was finished making the table and simply using notepads search and replace function ;_;