PDA

View Full Version : Custom Bullet Points »



Moh
05-03-2008, 06:27 PM
Does any one know how to change bullet points to a different symbol using css?
The symbol I want is ». I just don't want to use images :p

LegendOfNoob
05-03-2008, 07:11 PM
i do it all the time i just c + p

Invent
05-03-2008, 07:20 PM
Use the ul element with li tags


<ul>
<li> </li>
</ul>


Then style the li with the CSS attribute list-style-type etc.

Meti
05-03-2008, 07:26 PM
Do you mean the codes etc? » is = alt- 0187

Pyroka
05-03-2008, 07:34 PM
Uhm, something to do with CSS yeah. I think you have to change the property for <li> using CSS, and making it so it goes to a certain style. I'm not too sure really, but I know it can be done.

Moh
05-03-2008, 07:42 PM
How do I make the style raquo though?

Lilian
05-03-2008, 07:46 PM
Use:


&raquo;

That should work!

Pyroka
05-03-2008, 08:06 PM
Uhm, style raquo? I'm confused... God, I'm supposed to be good at CSS too lol. You're all giving me the runaround. If you get it working, post it up. I'd like to see an example xD

wewt
05-03-2008, 09:13 PM
It's not possible unless you use an image. Or you could do:

in your css

list-style-type: none;

and then <li>&raquo;blahblah</li>

Hypertext
05-03-2008, 09:34 PM
Use images tbh. But I use

<ul>
<li>&raquo;&nbsp; This link</li
</ul>

Want to hide these adverts? Register an account for free!