View Single Post
  #17  
Old 03-01-2010, 02:49 PM
  gizmo's Avatar 
gizmo gizmo is offline
 

X-Adept
  
Join Date: Jan 2005
Location: Crawley : UK
Posts: 618
 

Default Re: Bullet Text not working

Ok:
here is css ad it to main.css

ul.mydisk {
list-style-type:disc;
}


NOW FOR EXAMPLE

<strong>Why Shop at BuckeyeFanApparel?</strong></p>
<ul class="mydisk">
<li>
Shop 24-7 securely without having to leave home.</li>
<li>
Great product selection, prices and customer service.</li>
<li>
Easy returns and exchanges.</li>
<li>
Pay no sales tax (if shopping outside of AZ).</li>
<li>
Products usually ship within 24 hours (Monday - Thursday).</li>
</ul>

This will now only show where you add the ul class because it has it's own class..

<ul class="mydisk">
__________________
Thank You - Alan
Don't be like me, and keep saying "Nearly did it" go do it!!
Version: 4.4.4 Gold -
Reply With Quote