|
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
|