You have lots of other problems, like this invalid list :
Quote:
<div id="list">
<b>
<li>We will help you with your insurance claim</li>
<li>Complete paint jobs</li>
<li>Spot panel repair</li>
<li>Fiber glass repair</li>
<li>Frame work & repair</li>
<li>Custom color matches and mixes on site</li>
<li>Light Duty Trucks, Semi Trucks and Cars</li>
</b>
</div>
|
- It is improper to wrap the list element inside the <b></b> tags. If you want everything in the list to be bold, use CSS to do it properly.
- you are missing the required <ul></ul> tags that go around your <li> elements.
<div align="center"> - use CSS to center - see our stickies for the proper way to do it.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|