How do i make a colored hr xhtml compliant in firefox.... if i do
<hr color="#FFFF00" noshade="noshade" /> Then it is stricken with xhtml errors, but it works in firefox.
<hr style="color: #FFFF00;" noshade="noshade" /> It is xhtml compliant, works in IE, but not in firefox....
Any ideas?
hr xhtml compliance
Moderator: General Moderators
hr xhtml compliance
Last edited by Todd_Z on Mon Feb 14, 2005 3:17 pm, edited 1 time in total.
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
<hr noshade="noshade" style="border: #FF0 1px solid" />