![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I was viewing some HTML codes and withing the TABLE tag was 'width=100%' (or some other figure). What does the width property do? |
#3
| |||
| |||
|
|
table width="100%"> tells the table to have a width of 100% of the screen |
#4
| |||
| |||
|
|
I was viewing some HTML codes and withing the TABLE tag was 'width=100%' (or some other figure). What does the width property do? sets the width of the table! |
#5
| |||
| |||
|
|
"Brett" <news (AT) provisiontech (DOT) net> wrote in news:vsb6h7p3mh2rfd (AT) corp (DOT) supernews.com: table width="100%"> tells the table to have a width of 100% of the screen Nope. 100% of the browser viewport, which can never exceed the size of the screen, and will almost always be smaller than it (even if the browser is maximized, there will usually be things like window borders and scrollbars). I belive the max width of a viewable area of screen at say 800x 600 is 780 or |
![]() |
| Thread Tools | |
| Display Modes | |
| |