Table Question
- Started
- Last post
- 14 Responses
- bhMedia
Stupid question: How can I get content in a table to fit snuggly close to the top of the browser? Thanks for any feedback
- welded0
?
valign="top"
vertical-align: top;
- bhMedia0
I'll try that thanks.
- BonSeff0
dont leave any spaces between the body tag and the table tag
- bhMedia0
not working, I've tried both now, but thanks.
- BonSeff0
post your source
- ********0
topmaring=0 leftmargin=0
- ********0
body topmargin="0" leftmargin="0" bottommargin="0" marginheight="0" marginwidth="0"
- ********0
do that.. that covers both NS and IE..
also get rid of cell borders or any cell property..
also valign once you have the item in the box.
DREAMWEAVER ROCKS
- bhMedia0
Dinky, Awesome thanks. There's still like two visible pixels of space there but I can work with that. Thanks alot.
- ********0
- ********0
body topmargin="0" leftmargin="0" bottommargin="0" marginheight="0" marginwidth="0"
table width="100%" border="0" cellpadding="0" cellspacing="0"
/table
- bhMedia0
Awesome!!! Not a pixel-gap in sight now, thanks, owe ya one.
- bhMedia0
Yes, the more I use DW the more I like it, especially for css