Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Warning: net-enabling start-tag

Status
Not open for further replies.

magicandmight

IS-IT--Management
Aug 27, 2004
77
US
I used WDG HTML Checker and got an error message: "Warning: net-enabling start-tag; possibly missing required quotes around an attribute value" for every one of my <br /> tags, how do I change this tag to not get this?
 
Can you show us the page?

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first.
'If we're supposed to work in Hex, why have we only got A fingers?'
Drive a Steam Roller
 
You've declared a doctype of HTML 4.01 Transitional. In HTML the proper form of the line-break tag is [tt]<br>[/tt], not [tt]<br />[/tt] (which is XHTML syntax).

Either use HTML syntax, or declare your page to be XHTML.


-- Chris Hunt
Webmaster & Tragedian
Extra Connections Ltd
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top