Results 1 to 5 of 5

Checking XHTML

This is a discussion on Checking XHTML within the General Discussion forums, part of the vBulletin SEO Discussion category; This probably isn't the right place for this so I'm sorry right off the start haha I have this down ...

  1. #1
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times

    Checking XHTML

    This probably isn't the right place for this so I'm sorry right off the start haha


    I have this down to 6 errors and they're all from the same line of code!!

    This right here:

    if(!$show['member']){
    $vbulletin->templatecache['footer'] = str_replace($vbulletin->templatecache['footer'],$vbulletin->templatecache['footer'] . '<div align=\"center\" class=\"smallfont\">Inactive Reminders By <a href=\"http://www.icora.co.uk\"/>Icora </a> <a href=\"http://www.icora.co.uk\"/>Web Design</a></div>',$vbulletin->templatecache['footer']);
    }
    I'm getting these errors...They're pretty much all the same thing. No matter what I do I can't get them to change though! I think 1 might be a footer error too now :(

    If someone would like to give me some help I would be much appreciate it!

    Thanks!

    Code:
     
    
    
    1. Line 681, Column 207: end tag for element "a" which is not open . …f="http://www.icora.co.uk"/>Icora </a> <a onclick="pageTracker._trackPageview The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occurred in a script section of your document, you should probably read this FAQ entry.
    Code:
     
    
    
    1. Line 681, Column 344: end tag for element "a" which is not open . …ttp://www.icora.co.uk"/>Web Design</a></div> The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem. If this error occurred in a script section of your document, you should probably read this FAQ entry.
    Code:
     
    
    
    1. Line 694, Column 6: end tag for "div" omitted, but OMITTAG NO was specified . </body> </html> You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".


    Code:
     
    
    
    1. Line 678, Column 307: start tag was here . …t="35" alt="" /></td> </tr> </table> <div class="smallfont" align="center">
    Code:
             Line 681,             Column > 80:         XML Parsing Error:  Opening and ending tag mismatch: div line 681 and a . …smallfont">Inactive Reminders By <a onclick="pageTracker._trackPageview ('/ou…
    Code:
              Line 681,             Column > 80:         XML Parsing Error:  Opening and ending tag mismatch: div line 678 and a . …smallfont">Inactive Reminders By <a onclick="pageTracker._trackPageview ('/ou…

  2. #2
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    it could be anywhere in the code... without seeing the whole picture its hard to find anything.

  3. #3
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times
    I put all the code right there everything I got. The first quote block is where all the errors are coming from. Then all the errors are in the code boxes.

    Do you more?
    HostAtom.net - Forum Hosting at it's best!
    Need a forum design? Design vBulletin

  4. #4
    Senior Member briansol's Avatar
    Real Name
    Brian
    Join Date
    Apr 2006
    Location
    Central CT, USA
    Posts
    6,981
    Liked
    8 times
    the plugin code isn't the rendered html.

    something on line 1 could be effecting line 10000000 if its not nested properly. thats why you need the whole thing.

  5. #5
    Senior Member kevinl's Avatar
    Real Name
    Kevin
    Join Date
    Sep 2006
    Location
    Boston
    Posts
    226
    Liked
    7 times
    ahhh I see.

    Sorry to waste your time..
    HostAtom.net - Forum Hosting at it's best!
    Need a forum design? Design vBulletin

Similar Threads

  1. Checking in
    By StephenTucker in forum Introduce Yourself
    Replies: 3
    Last Post: 10-26-2007, 03:43 AM
  2. Checking page rank
    By disco4me in forum Off-Topic & Chit Chat
    Replies: 3
    Last Post: 10-26-2005, 05:12 AM

Posting Permissions

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