|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
full page tables (valign)
It's been a long time since I did any straightforward HTML work, but if I remember correctly, the following code should put the word "test" centered horizontally and vertically on the page - no matter how large or small the page is.
Was the table height feature depreciated? <table height="100%" width="100%" border="1"> <tr> <td width="100%" height="100%" valign="middle" align="center"> test </td> </tr> </table> |
|
#2
|
|||
|
|||
|
RE: full page tables (valign)
yet another reason I hate W3C standards and dreamweaver.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> I removed the loose defination, and it works fine. |
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > full page tables (valign) |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|