March 2008
Sun Mon Tue Wed Thu Fri Sat
            1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31          
Feb   Apr



Whispercave - my space
Whispercave - the blog

Categories
Stories
Radio Tips
Sites I Read Weekly

Sites I Also Like

Monthly Archives



Subscribe to "Sexy Magick" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

 

Changing Blogroll Format to Horizontal View

add the following to your #homepagetemplate that is using the theme such as the discreet radio blog (that has a horizontal navigator link style)

[if you are using this theme in a category, open the www folder, go to your categories and then open the #homepage template using the notepad to edit the category theme]

Scroll down through the template until you find the following section in the css style codes

  .small {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}

</style>

In between these two items you want to add the following:

.blogrollLinkedText {display: inline;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
        border-right: 2px solid #FFF;  padding-right: 5px; padding-left: 5px;
        }
.blogrollText {float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
        padding-right: 4px; padding-left: 5px;       }

so it will look like this when you are done

.small {
  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px;
}
.blogrollLinkedText {display: inline;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;
        border-right: 2px solid #FFF;  padding-right: 5px; padding-left: 5px;
        }
.blogrollText {float: left;
        font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold;
        padding-right: 4px; padding-left: 5px;       }

</style>


Then you add your blogroll.opml to the #homepage template in place of the <%navigatorLinks%> macro...scroll through the template about mid-way til you find the following

<div id="links">
    <%navigatorLinks%>
    </div>

replace the <%navigatorLinks%> with your blogroll which will look like this

<div id="links">
<%radio.macros.blogroll("http://radio.weblogs.com/0119318/gems/blogroll.opml")%>
     </div>

Save the template, post something and upstream/publish and you will see your new changes.x

comment []


Click here to visit the Radio UserLand website. © Copyright 2008 Julie Wiggins.
Last update: 3/3/2008; 1:08:48 AM.

Theme Design by Shimmering Energy Designs