HTML bullet help

The geek forum. PHP, Perl, HTML, hardware questions etc.. it's all in here. Got a techie question? We'll sort you out. Ask your questions or post a link to your own site here!

HTML bullet help

Postby Neko Niisan » Wed Aug 16, 2006 5:36 pm

Does anyone know how to change the colour on HTML bullet points without havng to create, host and link to images for them, only I have blcak points on black background so it kinda ain't working...
Will insert something intelligent here later... maybe

Where I doth lurk:
[MySpace][Facebook][DeviantART][No I have no life]
User avatar
Neko Niisan
 
Posts: 384
Joined: Tue Mar 14, 2006 12:00 pm
Location: The capitalist underbelly, you lot call it England

Postby KBMaster » Fri Aug 18, 2006 5:40 am

I think the only way you can do it is through CSS. It's the most effective way and it's the only way I know how. If you want to PM me, I can show you how to do it with CSS.
User avatar
KBMaster
 
Posts: 755
Joined: Sun Jun 27, 2004 11:48 am
Location: With the penguins

Postby Mithrandir » Fri Aug 18, 2006 7:08 am

KBMaster (with the cool ff9 avi) is pretty much right on - thought you could use DIV to do it as well, it's not as elegant.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.

Postby Neko Niisan » Fri Aug 18, 2006 6:14 pm

Mithrandir wrote:KBMaster (with the cool ff9 avi) is pretty much right on - thought you could use DIV to do it as well, it's not as elegant.

Please to help the newb and elaborate. :?:
Will insert something intelligent here later... maybe

Where I doth lurk:
[MySpace][Facebook][DeviantART][No I have no life]
User avatar
Neko Niisan
 
Posts: 384
Joined: Tue Mar 14, 2006 12:00 pm
Location: The capitalist underbelly, you lot call it England

Postby Mithrandir » Fri Aug 18, 2006 6:54 pm

Well, if you use the style attribute you can change EVERYTHING on the list to a certain color. You can then use a div on each bit of text to change the TEXT back to what ever color you want. Like so...

Code: Select all
<ul style="color:#44aa44">
<li><div style="color:#000000">a</div>
<li><div style="color:#000000">b</div>
<li><div style="color:#000000">c</div>
</ul>


That will give you list of green bullets with black text (a, b and c).

Let us know if you need more help, we're happy to help figure stuff out.
User avatar
Mithrandir
 
Posts: 11071
Joined: Fri Jun 27, 2003 12:00 pm
Location: You will be baked. And then there will be cake.


Return to Computing and Links

Who is online

Users browsing this forum: No registered users and 139 guests