|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
how do you make a table cell span the entire screen?
i tried <tr><td width=100%><tr>, but that doesnt seem to work. and do you guys know of any other sites like htmlhelp.com? |
|
#2
|
|||
|
|||
|
specifying the cell width to 100% will make the cell 100% of the width of the table
to make cell width 100% of the page you would need to specify the width of the table to be 100% <table width="100%"> . . . |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > table cells, etc... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|