View Single Post
Old 04-03-2008, 04:07 PM   #3 (permalink)
benton
The Contributor
 
Join Date: Apr 2008
Posts: 78
Thanks: 0
benton is on a distinguished road
Default

Thank you for the quick response. I tried making the changes you suggested
HTML Code:
ul { 
 list-style-image: none;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: normal;
 padding-left: 20px;
 margin-left: 0;
 margin-top: .5em;
}
li {
 background: transparent url('images/bullet.jpg') center left;
 background-repeat: no-repeat;
 margin-left: 0;
 margin-right: 1px;
 margin-top: .5em;
 margin-bottom: .5em;
 font-weight: bold;
}
Unfortunately, that causes the default bullet to be displayed along with mine and the alignment problem is still there.

Thank you for the welcome. I ran across this site while searching for a solution to a php problem I was having. I was so pleased as I skimmed the various formums since there seemed a wealth of information. I look forward to going through past posts when I have the time.
benton is offline  
Reply With Quote