whats wrong with my html?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • horseygirl
    Confirmed User
    • Nov 2005
    • 337

    #1

    whats wrong with my html?

    can anyone help me with this bit of html and whats missing thanks


    <title></title>
    <meta name="description" content="The Tgirls Directory is a one stop source for all TGirl related links, pictures, videos, movies, and forums." />
    <meta name="keywords" content="tgirls, tgirl, tranny, transsexual, shemale, he-she, transvestite chat room, tv, ts, tg, cd, transgender, transvestite, cross-dressing, shemale, ladyboy, transvestite chatroom" /> <style type="text/css">
    <meta name="robots" content="index all, follow all">
    <!--
    body{
  • FlowerKid
    Confirmed User
    • Sep 2005
    • 1045

    #2
    As much as i can see, the <html> and <head> tags are missing.

    Comment

    • luvlyn
      Confirmed User
      • Oct 2006
      • 498

      #3
      try to compare it with working one, gudluck
      SIG TOO BIG! Maximum 120x60 button and no more than 3 text lines of DEFAULT SIZE and COLOR. Unless your sig is for a GFY top banner sponsor, you may use a 624x80 instead of a 120x60.

      Comment

      • EdgeXXX
        Confirmed User
        • Oct 2005
        • 5816

        #4
        Well, that depends, what's it doing?
        .
        .
        .
        .

        I have a sig

        Comment

        • horseygirl
          Confirmed User
          • Nov 2005
          • 337

          #5
          reply thanks to you all

          just wanted to make sure that everything is SE friendly as its about to be checked i think

          main site is www.tgirlsdirectory.com or text below

          thanks for you tips guys

          <title></title>
          <meta name="description" content="The Tgirls Directory is a one stop source for all TGirl related links, pictures, videos, movies, and forums." />
          <meta name="keywords" content="tgirls, tgirl, tranny, transsexual, shemale, he-she, transvestite chat room, tv, ts, tg, cd, transgender, transvestite, cross-dressing, shemale, ladyboy, transvestite chatroom" /> <style type="text/css">
          <meta name="robots" content="index all, follow all">
          <!--
          body{
          font-family: Arial; font-size: 11px;
          }
          .contents img{
          padding: 2px;
          margin: 6px;
          border-top: 2px groove #6699ff;
          border-left: 2px groove #6699ff;
          border-right: 2px groove #6699ff;
          border-bottom: 2px groove #6699ff; }
          a{text-decoration: none; color: #ffcc00;}
          a:visited{text-decoration: none; color: #ff9900;}
          a:hover{text-decoration: none; color: #ffff00;}
          h1{font-size: 68px; font-family: Helvetica;padding: 0px;margin: 0px;}
          h2{font-size: 20px; font-family: Helvetica;padding: 0px;margin: 0px;}
          p{
          font-size: 18px;

          Comment

          • schneemann
            Confirmed User
            • Oct 2006
            • 749

            #6
            If you can't figure this out, perhaps you'd better find a new hobby.
            Deranged World

            Comment

            • WhiplashDug
              ICS Graphics Dude
              • Aug 2006
              • 3438

              #7
              YOU DO NOT NEED A CLOSE TAG /> at the end of a META TAG.

              Also ... you put a META TAG inside the STYLE TAG, thats not going to work

              here is what you want...
              ______________________________

              <head>
              <title>TITLE HERE</title>

              <meta name="description" content="description here">
              <meta name="keywords" content="keywords here">
              <meta name="robots" content="index all, follow all">

              <style type="text/css">
              <!--
              body{STYLE INFO HERE}
              -->
              </style>
              </head>

              BEST OF LUCK!
              Was a graphics master for Lensman @ Adult.com but now... I can't tell ya cause it aint top secret.
              ...........
              DOUGRIDLEYDESIGNS
              [email protected]
              ICQ: 303-498-056
              skype: whiplashdug

              Comment

              • PHP-CODER-FOR-HIRE
                Confirmed User
                • Nov 2006
                • 1090

                #8
                <title></title>
                <meta name="description" content="The Tgirls Directory is a one stop source for all TGirl related links, pictures, videos, movies, and forums." />
                <meta name="keywords" content="tgirls, tgirl, tranny, transsexual, shemale, he-she, transvestite chat room, tv, ts, tg, cd, transgender, transvestite, cross-dressing, shemale, ladyboy, transvestite chatroom" /><meta name="robots" content="index all, follow all">
                <style type="text/css">

                There.

                Comment

                • AV9898
                  Confirmed User
                  • Mar 2006
                  • 158

                  #9
                  besides the "description" and "keywords" add these:
                  <META NAME="RATING" CONTENT="General">
                  <META NAME="ROBOTS" CONTENT="ALL">
                  <META NAME="SPIDERS" content="ALL">
                  <META NAME="REVISIT-AFTER" CONTENT="2 DAYS">

                  http://www.zencash.net A special partner program for your specific traffic(Powered by NATS)
                  http://www.rtgwear.com Make Sexy Easy and Passible
                  http://www.av9898.com/tour1/ UNCENSORED JAPANESE ADULT VIDEO DOWNLOADS
                  ICQ: 17-959-071

                  Comment

                  • schneemann
                    Confirmed User
                    • Oct 2006
                    • 749

                    #10
                    Originally posted by AV9898
                    besides the "description" and "keywords" add these:
                    <META NAME="RATING" CONTENT="General">
                    <META NAME="ROBOTS" CONTENT="ALL">
                    <META NAME="SPIDERS" content="ALL">
                    <META NAME="REVISIT-AFTER" CONTENT="2 DAYS">

                    Why? To add needless page weight? No search engine pays attention to that.
                    Deranged World

                    Comment

                    Working...