Blogroll macro and CSS codes

May 28, 2003 Comments Off on Blogroll macro and CSS codes

So I’m no longer using the navigator links macro <%navigatorLinks%> for the left side of my blog..just because it got to cumbersome to keep using the navigator link page and a blogroll is easier to deal with at this point…so I had to insert the CSS Style Code into my main template, my desktop template and of course my home page template so that my text would left-align and be the small text

 .blogrollText {text-align: left;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold;
        padding: 0px 0px;
        padding-top: 2ex;
        }
.blogrollLinkedText {text-align: left;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
        padding: 0px 0px;
        }

Then I also had to insert the blogroll macro    <%radio.macros.blogroll(“http://radio.weblogs.com/0119318/gems/blogroll.opml”)%>

I’ll write more detail instructions soon on how to add a blogroll and where exactly to insert the above info into the templates..but I didn’t want to lose my info…

Categories : Newbie Tips