Forum Moderators: open

Message Too Old, No Replies

HTML Validation error

what is valid code for a "bullet" character

         

Liane

4:19 pm on Sep 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Very basic question from a "part time" webmaster.

I currently have  • in the nav bar on all of my pages. However, it doesn't validate on w3.org in the HTML validator.

Should I:

a) remove it and replace with     (as I have just done on my home page, but no other pages - see profile)
b) leave it alone
c) use some other code that does validate

It renders ok on all browsers ... but just doesn't validate. Is this a problem or not?

txbakers

5:25 pm on Sep 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If it works everywhere I'd leave it alone. I wouldn't lose sleep over offending the validation police.

andreasfriedrich

5:36 pm on Sep 12, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There is no character at position 149 of the Latin-1 character set [htmlhelp.com] that could be referenced.

A list of entities [htmlhelp.com] supported in HTML is available here [htmlhelp.com].

RussellC

7:33 pm on Sep 12, 2002 (gmt 0)

10+ Year Member



or you could use

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

if you want a bulleted list.

Liane

5:36 pm on Sep 14, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Many thanks guys! The &#8226; should work ... but it renders black. I want it to remain the same colour as the type. Can this be done and still validate?

keyplyr

5:13 am on Sep 15, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



&bull; validates