html Help
- Started
- Last post
- 12 Responses
- getdown177
If you have a table that is width 750px x 100% length... and put a table inside that, how do you make it so that the table inside stays at the top all the time? Mine keeps trying to center since the height is set to 100 percent in outside table..
Thanks
- heavyt0
valign="top"
TR1
- unformatted0
td valign="top"
or
tr valign="top"in outer table
- gabriel_pc0
< td valign="top" >
OR
in your styles declaration:
td.whatever {
vertical-align: top
}
- getdown1770
awesome thanks
- getdown1770
Man I am must be a noob... still cant figure out where that valign goes..
Here is sample code..
- getdown1770
sample code :
"
- gabriel_pc0
put spaces between your < > and the rest of the code
- getdown1770
sent you an email gabe..
- getdown1770
Got it figured out Gabriel,
Thanks for your help.
- gerbert0
fyi ,using %'s in table heights is not good HTML. Not standards compliant and some browsers don't like it.
- gerbert0
for checking your HTML:
http://validator.w3.org/
- getdown1770
than what would be used instead of %