Now Reading: How to center your blog | Jump To Comments
All credit goes to Dorum for this one. :D
Go to your Edit Template section and find the black text below in your code.
td.album_viewpic2 { border: 1px solid #AAAAAA; padding: 20px; }
table.center {margin-left:auto; margin-right:auto;}
< / style >
< / head >
< body >
< table width = '700' cellpadding = '0' cellspacing = '0' table class = 'center'>
Add the red text in where it says to, and that's that. Your blog should be centered.
Remember to preview before committing to any changes. :)
Go to your Edit Template section and find the black text below in your code.
td.album_viewpic2 { border: 1px solid #AAAAAA; padding: 20px; }
table.center {margin-left:auto; margin-right:auto;}
< / style >
< / head >
< body >
< table width = '700' cellpadding = '0' cellspacing = '0' table class = 'center'>
Add the red text in where it says to, and that's that. Your blog should be centered.
Remember to preview before committing to any changes. :)