Forums

[resolved] Removeing a bad Tag (8 posts)

  1. jamking
    Member
    Posted 2 years ago #

    Hello all I hope I am in the right section and don't get shot down for asking this question, but on my site in the header section right beside the follow us on twitter widget there is a piece of tag that looks like this > I can not get rid of it. I have searched through the CSS stylesheet and the HTML section and I still can't get rid of the thing. could someone please have a look and tell me what I need to do to get rid of it?....Thanks my site is http://thejamkingshow.com/

  2. jtonline
    Member
    Posted 2 years ago #

    Viewing the source code of your site's home page I think you'll find that the unwanted > is at line 296 - the line below it reads:
    <meta content=”Data Recovery,Personal Loan,Online Degree” name=”celebrity gossip,politics,Refinance,rihanna,black entertainment,black,”> and I should think that's in your header.php file.

  3. alchymyth
    The Sweeper
    Posted 2 years ago #

    this could be it, directly before the line with <meta ... :

    >
    <meta content=”Data Recovery,Personal Loan,Online Degree” name=”celebrity gossip,politics,Refinance,rihanna,black entertainment,black,”>

    btw: this line is invalid code, and in the wrong spot.

    did you mean:

    <meta name="description" content="bla bla text">
    <meta name="keywords" content="bla, text, blabla">

    and it needs to be before the </head> tag.

  4. jamking
    Member
    Posted 2 years ago #

    Ok alchymyth and thanks, but where did you find that code? I don't see it sorry to be a pain

    >
    <meta content=”Data Recovery,Personal Loan,Online Degree” name=”celebrity gossip,politics,Refinance,rihanna,black entertainment,black,”>

  5. alchymyth
    The Sweeper
    Posted 2 years ago #

    i can only see the html code that is rendered in the browser. i have no way of seein where it actually comes from.
    it could be from a plugin, or from a script.
    however, because the syntax is totally wrong, i assume that you entered it into one of the php files.

    it is the line before :

    <div id="wrapper">

    which is probably in header.php

    it seems to cause at least one of the many validation errors.

  6. jamking
    Member
    Posted 2 years ago #

    Got it!! thank you so much it was DOUBLE >> right before the <div id="wrapper"> I deleted one of the > and it fixed the problem. now I have to work on the line with the invalid code Thank you once again!!

  7. jamking
    Member
    Posted 2 years ago #

    Oh by the way Thanks to jtonline for your reply as well!

  8. jtonline
    Member
    Posted 2 years ago #

    :-) You're welcome.

Topic Closed

This topic has been closed to new replies.

About this Topic