Welcome to TalkGraphics.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default "meta" tags and XHTML validation issue

    I was playing with defining <head> values, and inserted the following meta tags into my index.htm page:

    Code:
    <meta name="author" content="A Great Guy"/>
    <meta name="copyright" content="Copyright 2009, Great Guys, inc., all rights reserved"/>
    The page validated just fine at validator.w3.org.

    Cool, sez I, so I then played with the "copy to all pages" feature and added the header box to the whole site. Problem is, while those meta tags worked fine on the index page, the validator is reporting them as errors everywhere else.

    I've tried searching the w3 pages and googling, but I don't see anywhere that says those meta tags are restricted to just the home page. What gives?
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  2. #2
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: "meta" tags and XHTML validation issue

    Never mind, I found the culprit. When I was first playing with the <head> naming convention I had an HTML placeholder named incorrectly, and forgot to delete it. The W3C errors are from the extra set of meta tags that are in the wrong place, not from the properly-placed ones.

    Live and learn.
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  3. #3
    Join Date
    Feb 2009
    Location
    Upstate NY, USA
    Posts
    373

    Default Re: "meta" tags and XHTML validation issue

    Huh. To my credit, I didn't forget to delete the old placeholder boxes. XWD just behaves very oddly when you make copies of the placeholder. Just putting some closure on this, and starting a new thread because the problem is a completely different one than this thread title suggests.

    New thread:
    http://www.talkgraphics.com/showthread.php?t=37980
    "You can't be a real country unless you have a beer and an airline - it helps if you have some kind of a football team, or some nuclear weapons, but at the very least you need a beer." -- Frank Zappa
    Visit Spinland Studios: http://www.spinlandstudios.com

  4. #4

    Default Re: "meta" tags and XHTML validation issue

    haha - lesson one I learned when first starting on computers.........it is ALWAYS the operator.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •