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 Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Site validation error 1

Status
Not open for further replies.

ZOR

Technical User
Jan 30, 2002
2,963
GB
I did a check on my site for errors. The following error 8 was highlighted. Any suggestions for solving it? The part that was highlighted as an error was :

target="main"

Thanks

The "target" attribute is not valid for the "frame" element. Some valid attributes for this element are: "align", "bordercolor", "class", "contenteditable", "datafld", "datasrc", "dir", "frameborder", "framespacing", "hidefocus", "id", "lang", "language", "longdesc", "marginheight", "marginwidth", "name", "noresize", "onblur", "onfocus", "scrolling", "src", "style", "title", "unselectable", "xml:lang", and "xml:space".

<frame name="header" scrolling="no" noresize target="main" src="Banner.htm">

 
How much more obvious does explanation have to be? Frame does not have an attribute target and frankly, I cannot think what that target would be used for. Remove the target="main" and you should be ok.
 
Thanks. Thought I'd ask before I took it out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top