
September 28th, 2007, 06:39 AM
|
|
Registered User
|
|
Join Date: Sep 2007
Posts: 1
Time spent in forums: 4 m 31 sec
Reputation Power: 0
|
|
|
A little html problem
Hello,
I am currently working on a website serving as my own personal portfolio. But since i want it to be open to a big audience i designed my website to resize itself so that i can be viewed at any resolution. But the problem is i work with tables and the width codes work fine no problems on that but somehow when i try the same with height dreamweaver shows it full screen but when i run the website it doesnt show anything.
This is the code:
<TABLE WIDTH="100%" HEIGHT="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="100%" HEIGHT="100%" VALIGN="bottom" background="1.jpg"></TD>
</TR>
</TABLE>
i want it to stretch to the bottom of the browser but it doesn work can anybody help?
|