OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
Positioning Tables With CSS
This page's ID:
27194
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[code]<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title></title> <style type="text/css"> html { overflow: hidden; } body { margin: 0; padding: 0; } table { width: 400px; height: 600px; position: absolute; top: 50%; left: 50%; margin: -300px 0 0 -200px; background: #ddeeff; } </style> </head> <body> <table> <tr> <td></td> </tr> </table> </body> </html>[/code]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »