T
Trevor L.
BlankThis may be more a CSS question than an FP one, but ...
When I use this code in the <head> section of a page
<style type="text/css">
td {valign:top ;}
</style>
cells are not vertically aligned.
But when I use this code inside a table in the same page
<td valign="top">
they are
I would prefer to code this once and not in every cell, so what CSS should I write?
--
Thanks,
Trevor L.
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
When I use this code in the <head> section of a page
<style type="text/css">
td {valign:top ;}
</style>
cells are not vertically aligned.
But when I use this code inside a table in the same page
<td valign="top">
they are
I would prefer to code this once and not in every cell, so what CSS should I write?
--
Thanks,
Trevor L.
I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html