Forum Moderators: open

Message Too Old, No Replies

html 4 table resizing

html 4 table resizing

         

sully

12:24 pm on May 20, 2004 (gmt 0)

10+ Year Member



Hi

I have a problem, i am using dreamweaver mx2004 and when i try to set a table to 100% wide by 100% deep it fills the width of the screen, but doesnt fill the height of the screen.

I am told this is something to do with html 4 and that i should use stylesheets for table values is this right? can someone help?

Paul

BlobFisk

4:26 pm on May 20, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi Sully,

Which browser are you seeing this in?

Try setting the body to 100% width and height in your CSS:

body { 
height:100%;
width: 100%;
}

HTH