Tuesday, May 23, 2006

Blog - Resized

Thanks to PK's tips and advice, I resized the width of my blog.

For the folks who wish to resize the blog, here is the trick..

Here is the code to the template...
content {
width:660px;
margin:0 auto;
padding:0;
text-align:left;
}
#main{
width:410px;
float:left;
}

#header {
width:660px;
margin:0 auto 10px;
border:1px solid #333;

}

In this code, change the following
Increaes the width: 660 to a value say 900px..
Increase the width: 410 px to 670px...
Increase the header width from 660px to 900px..
Republish the blog to see the changes..

it works..

0 Comments:

Post a Comment

<< Home