can anyone please help me out with changing the color of the bullets in a list.
thanks
bullet color
Page 1 of 15 Replies - 2822 Views - Last Post: 18 October 2010 - 05:29 AM
Replies To: bullet color
#2
Re: bullet color
Posted 15 October 2010 - 04:54 AM
#3
Re: bullet color
Posted 15 October 2010 - 08:43 AM
here is an example of where i need the bullets to be turned red
i cant figure out how to change the color. when i first did the list. the bullets turned red but after i finished my code they were black again.
thanks
<ul><p style=color:"#FF0000">
<li><b><font color="blue">Blue item</font></b></li>
<li><b><font color="green">Green item</font></b></li>
<li><b><font color="red">Red item</font></b></li>
</ul>
i cant figure out how to change the color. when i first did the list. the bullets turned red but after i finished my code they were black again.
thanks
#4
Re: bullet color
Posted 15 October 2010 - 02:13 PM
Use css on the actual list.
<ul style="color: red">
..
</ul>
Should be moved to appropriate forum.
<ul style="color: red">
..
</ul>
Should be moved to appropriate forum.
#6
Re: bullet color
Posted 18 October 2010 - 05:29 AM
By styling the <ul> you will not only be able to change the colour but also replace the bullet with an image, the possibilities are endless. Imagen bullets that change colour or form on hover 
I've noted that your style seems to be inline, as you start adding more and more style to your page you might want to look into using an internal or external stylesheet. It will make you pages more organised and will bring down it's load time.
I've noted that your style seems to be inline, as you start adding more and more style to your page you might want to look into using an internal or external stylesheet. It will make you pages more organised and will bring down it's load time.
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote









|