hi, i have done the above and there is still a slight problem.
here is the code and a screen shot.. i want the top of the text to line up with the top of the bullet point..
what am i doing wrong?
Code:
<ul class="bullet">
<li class="bulletlist"><font style="color:#393b44;"><b>Heathrow Based</b></font> Pre-book or call on arrival, we are based at London Heathrow Airport (LHR).</li>
<li class="bulletlist"><font style="color:#393b44;"><b>Fixed Prices</b></font> Set fares per vehicle from A to B, no taxi meters, no hidden charges.</li>
<li class="bulletlist"><font style="color:#393b44;"><b>Flight Time Monitoring</b></font> We monitor your flight free of charge, guaranteed no waiting time costs.</li>
<li class="bulletlist"><font style="color:#393b44;"><b>Nationwide Service</b></font> We transfer between London and any destination in the UK.</li>
</ul>
Code:
ul.bullet {
list-style-type: none;
padding-left:0;
margin-left:15px;
margin-right:15px;
margin-bottom:0px;
margin-top:24px;
}
li.bulletlist {
color:#666666;
font-family:arial;
font-size:9pt;
background: url(car.gif) left top no-repeat;
padding-top:0px;
padding-left:25px;
padding-bottom:10px;
}
you can see it not lining up here:
http://londonheathrowcars.com/gg/untitled.jpg
Bookmarks