View Single Post
Old 06-24-2006, 03:52 PM  
bangman
Confirmed User
 
Join Date: Sep 2004
Location: PA, USA
Posts: 5,283
Czarina,

You need to do that in the CSS.
When your Blogroll is published, the HTML that is generated puts the NAME of the Blogroll in an <h2> and the LINKS in the Blogroll in <li>'s.
What you need to do is wrap the Blogroll in a div such as #sidebar (or if you have an existing one, just attach the sample style below to it)

Sample Styling:
#sidebar ul {
list-style-position: outside;
list-style: none;
margin: 0px;
padding-left: 1em;
text-indent: -1em;
}

Contact me if you need help.
__________________
- David Hall
ICQ: 312744199
bangman is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote