Quote:
Originally Posted by jimfries
Ditto, I was coming here just for this reason. I'm attempting to
<ul>
<li>
However it's just writing it out as normal text.
|
Had to supply my own css for my page, just insert the following on top of every page, or make your own.
Code:
<style type="text/css">
ul.a {
list-style-type: none;
padding: 0px;
margin: 10px;
}
li.a {
background-image: url("http://www.mysite.com/forum/images/bl2.gif");
background-repeat: no-repeat;
background-position: 25px 5px;
padding-left: 34px;
}
</STYLE>