|
||||
|
To postition a fixed width div tag to the center of a web page use the following code.
HTML Web Page HTML Code:
<div id="example">Some Content</div> HTML Code:
#example {
width: 800px;
margin-left: auto;
margin-right: auto;
}
__________________
Kind Regards Matthew UK Web Hosting | cPanel Web Hosting | UK Blog Hosting Join the iUKHost Affiliate Program and earn 10% from each sale you send! |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|