Centering boxed blog under nav headers |
Centering boxed blog under nav headers |
Sep 2 2006, 05:05 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Sep 2006 Member No: 460,534 |
Can someone help me center the boxed entries in my blog. I want the entries to be completely centered under the header navigation links and RSS chicklet. However, I'd like the entries to be at least 500 pixels wide, currently they are at 568 pixels. Any help will be much appreciated. Thanks. Here's my blog: xanga.com/incisions
incisions This post has been edited by incisions: Sep 2 2006, 05:07 AM |
|
|
|
![]() |
Sep 3 2006, 10:48 PM
Post
#2
|
|
![]() PROPERTY OF: GREEN DAY ![]() ![]() ![]() Group: Member Posts: 40 Joined: Jul 2006 Member No: 439,861 |
If you want to change the width, then edit the bolded green numbers to the width you want in the following code that you can find in your layout code::
table.blogbody { /* this edits the other the place where the blog is */ border: 2px solid #000000; border-top:2px solid #000000; width: 280px; background-color:#FFFFFF; && to align the page, just mess around with the bolded green numbers in the following code as well until the blogs are centered... this goes in your custom header:: <!-- start code provided by createblog.com --> <div id="blog" style="position: static; margin-left: 450px; height: 100%; background: none; overflow:;"><table border="0"></div> <!-- end code provided by createblog.com --> |
|
|
|
incisions Centering boxed blog under nav headers Sep 2 2006, 05:05 AM
incisions thanks, this helped alot. Sep 5 2006, 03:19 AM![]() ![]() |