OZONE Asylum
Forums
Stupid Basic HTML
Centering Opening Logo
This page's ID:
9537
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
The easiest way of doing that is putting everything you want to center into a table cell and then set its align and valign attributes to center/middle: [code]<table width="100%" height="100%"> <tr> <td align="center" valign="middle"> <!-- centered content here --> </td> </tr> </table>[/code]Or, if you don't want to use table hacks for your layout, you could also center that box by putting it into a <div> and use some JavaScript positioning. Bugimus has a script on his homepage which does that job - [url=http://www.bugimus.com/gurus/center_div.html]http://www.bugimus.com/gurus/center_div.html[/url]. [url=http://faq.ozoneasylum.com/FaqWiki/shownode.php?id=282]kuckus (cell #282)[/url]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »