How can I use bullet points in a product description in order to highlight a products key features? a bullet point coppies from a word document shows as an "
Announcement
Collapse
No announcement yet.
Bullet Points
Collapse
X
-
Bullets
Jont
Thanks for that, this has however lead to a new problem best described by visiting the link below
http://www.no1forfun.co.uk/acatalog/..._Machines.html
As you can see I’ve used the <li>point 1</li> method you suggested and in order to further draw attention to the bullet points have changed the colour of the li{ in the CSS however despite closing this bit of code using </li> >!! all the text below remains yellow as if it’s still taking its style from the li{ in the CSS.
Any ideas?
Regards
Richard
Comment
-
Looked fine in Firefox for me too but you might want to use a code like this instead:
!!<
<p>•1<br>
<p>•2<br>
<p>•3<br>
>!!
I have not found any problems using this code for bullet points.
I ain't no code guru though.Steve D
Boomedia Ltd
______________________________________________________________
www.jean-patrique.co.uk
www.smartbeautyshop.com
www.bunnybusiness.net
www.ukpets247.co.uk
Comment
-
Maybe, I would'nt know, but it works without anyway.Steve D
Boomedia Ltd
______________________________________________________________
www.jean-patrique.co.uk
www.smartbeautyshop.com
www.bunnybusiness.net
www.ukpets247.co.uk
Comment
-
Hi
I'm using "nested" bullets.
This is the kind of coding I use..
<ul>
<li>point 1</li>
<ul><li>point 1a</li></ul>
</ul>
Is there any way to change the appearance of the bullet for point 1a?
At present the bullets appear in the same style. (Both are square bullets)
eg. http://www.cpd4lawyers.com/acatalog/...tnerships.html
I know it is something to do with the style sheet but not sure how to go about it.
Hope you can help.
Many thanks
Anne
Comment
Comment