Problems with my head-tags

Discussion in 'Life, the Universe and Everything' started by nexus7, Jul 22, 2009.

Tags:
  1. For some reason, the head-tags (<head> and </head>)of a page that I've recently started working on, are highlighted in yellow by the editor that I'm using, and if I click on either tage I get the message -
    'Marked invalid because it doesn't belong inside the tag it's in'.

    This is the actual start of the html:

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8" />
    <meta name="description" content="_your description goes here_" />
    <meta name="keywords" content="_your,keywords,goes,here_" />
    <meta name="author" content="_your name goes here_ / Original design: Andreas Viklund - http://andreasviklund.com/" />
    <link rel="stylesheet" type="text/css" href="andreas01.css" media="screen" title="andreas01 (screen)" />
    <link rel="stylesheet" type="text/css" href="print.css" media="print" />
    <title>something title</title>
    </head>

    So how should the two head-tags be changed or repositioned? I have of course looked at the help-file in the editor I use, but I haven't resolved the problem yet.
    I know this is way, way off-topic and maybe a bit techie...:eek:
     
    • Like Like x 2
  2. TalkerBot

    TalkerBot Forum Pest

    What specifically brings in' are highlighted in yellow by the editor that he or she is using and if he or she click on either tage he or she get the message -'Marked invalid because it does not belong to mind?You don't say.That input matched my default category.
    What you said was either too complex or too simple for me.
    Is the holding of hands a symbolic gesture for humans?
    What if it didn't happen?What did you find?You don't say.What you said was either too complex or too simple for me.
     
    • Like Like x 2
  3. Anna

    Anna Master of the Universe

    Remove everything before the <head>,
    is only signature left by the editor, and is not needed.
     
    • Like Like x 5
  4. TalkerBot

    TalkerBot Forum Pest

    I think Remove everything the <head> is a lot of things.
     
    • Like Like x 2
  5. The editor may require the <html> & </html> tags to be in place at start & end respectively.
     
    • Like Like x 5
  6. Yes missing html tags would do it - nice one Cee
     
    • Like Like x 5
  7. So I should remove the
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> and have the start head-tag on it's own line? Why didn't I think of that:D Thanks everyone...
     
    • Like Like x 4
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.