i know how to hide my blogs but i still want that link to view all my blogs to stay.
How can you hide your blogs BUT KEEP the view all blog entries link on myspace?
You might as well eliminate the blog table and create a custom table, with a link to your blog page.
%26lt;style%26gt;
{! hide the blog table !}
.latestblogentry {display:none;}
{! adjust the number in the line below to eliminate the excess space !}
br {line-height:10px;}
{! adjust these positioning values accordingly !}
.MyCustomBlogTable {position:relative; top:-20px; margin-bottom:-20px; }
%26lt;/style%26gt;
%26lt;/td%26gt;%26lt;/tr%26gt;%26lt;/table%26gt;
%26lt;/td%26gt;%26lt;/tr%26gt;%26lt;/table%26gt;
%26lt;table class="MyCustomBlogTable" style="width:435px;"%26gt;%26lt;tr%26gt;%26lt;td%26gt;
LINK GOES HERE
%26lt;/td%26gt;%26lt;/tr%26gt;%26lt;/table%26gt;
There you go. If you don't know how to make the html link to your blog, then here it is.
%26lt;a href="URL TO YOUR BLOG PAGE HERE"%26gt; View my Blogs! %26lt;/a%26gt;
Reply:Put it as either private or preferred list. And take everyone off your preferred list.
Reply:hide them
%26lt;style%26gt;
.latestBlogEntry {display:none;}
%26lt;/style%26gt;
and just put a customized link
%26lt;a href="your blog's url"%26gt; VIEW ALL BLOGS%26lt;/a%26gt;
Reply:Why would you need the link if it doesn't take you anywhere. Don't be silly.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment