Friday, April 17, 2009

How do I remove the space where the blog section was without screwing the layout?

The table above the blog section (a part of my layout) moves up when I use the code to remove the blog section and the space where it was. It makes my layout look like ****.


I use this code it works great.

.latestBlogEntry {display: none;}

This code will not leave the space:

http://alexbeeonmyspace.blogspot.com/2007/06/how-to-hide-blog-section.html

It shouldn't affect your layout unless you built it around the empty space...

No comments:

Post a Comment