HTML coding problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sholly
    Confirmed User
    • Jun 2012
    • 271

    #1

    HTML coding problem

    Hi

    Had a PC burn out.
    Happy to be back.

    =========================
    Having a problem with some HTML codes.
    This code is not letting the banners show.
    Is something wrong?

    Lesbian Kinkdom<br>

    <a href="http://click.payserve.com/ct?id=40864&bn=2504" alt""></a>


    <br><br>
    <A HREF="http://click.payserve.com/ct?id=40864&bn=3698" alt""></a>
    <IMG
    SRC="http://banners.payserve.com/1/3698.gif?id=40864"
    WIDTH="300" HEIGHT="250" BORDER="0"
    ALT="300x250">
    </A>


    Susan Holly
  • dappz-datton
    Confirmed User
    • Nov 2012
    • 223

    #2
    yes it will now show because your code is wrong......

    Comment

    • Sholly
      Confirmed User
      • Jun 2012
      • 271

      #3
      It came straight from the sponsor page of hosted banners.


      =================================================

      Now this one doesn't show either.

      <tr height="100">
      <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field=">3698</a></td>
      <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field="><img src="get.php?session=f682cfa15a34f0dec1facff2c320b 5e9&amp;webmaster=40864&amp;file=1/3698.gif" border="0" height="250" width="300"></a></td>
      <td class="S0" align="center">300x250</td>
      <td class="S0">My Sexy Kittens</td>
      </tr>

      Trying to view hem in my HTML editor.

      Last edited by Sholly; 12-17-2012, 07:32 AM.
      Susan Holly

      Comment

      • Sholly
        Confirmed User
        • Jun 2012
        • 271

        #4
        I even searched and searched through all the lesson and help pages everyone gave me to look at.


        Trying to add thumbs and banners into my stories.
        Last edited by Sholly; 12-17-2012, 07:49 AM.
        Susan Holly

        Comment

        • sarettah
          see you later, I'm gone
          • Oct 2002
          • 14293

          #5
          Originally posted by Sholly
          It came straight from the sponsor page of hosted banners.


          =================================================

          Now this one doesn't show either.

          <tr height="100">
          <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field=">3698</a></td>
          <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field="><img src="get.php?session=f682cfa15a34f0dec1facff2c320b 5e9&amp;webmaster=40864&amp;file=1/3698.gif" border="0" height="250" width="300"></a></td>
          <td class="S0" align="center">300x250</td>
          <td class="S0">My Sexy Kittens</td>
          </tr>

          Trying to view hem in my HTML editor.


          What sponsor is that from? Because I think you grabbed the wrong code on this one. This would require that you have programs called show.php and get.php running on your server.

          That code could be meant to be inside an iframe in which case it would make sense.
          .
          Last edited by sarettah; 12-17-2012, 02:21 PM.
          All cookies cleared!

          Comment

          • sarettah
            see you later, I'm gone
            • Oct 2002
            • 14293

            #6
            Originally posted by Sholly
            Hi

            Had a PC burn out.
            Happy to be back.

            =========================
            Having a problem with some HTML codes.
            This code is not letting the banners show.
            Is something wrong?

            Lesbian Kinkdom<br>

            <a href="http://click.payserve.com/ct?id=40864&bn=2504" alt""></a>
            <br><br>
            <A HREF="http://click.payserve.com/ct?id=40864&bn=3698" alt""></a>
            <IMG
            SRC="http://banners.payserve.com/1/3698.gif?id=40864"
            WIDTH="300" HEIGHT="250" BORDER="0"
            ALT="300x250">
            </A>



            You have an extra end of anchor tag in there.

            Try:

            <a href="http://click.payserve.com/ct?id=40864&bn=2504" alt=""></a>
            <br><br>
            <A HREF="http://click.payserve.com/ct?id=40864&bn=3698" alt="">
            <IMG SRC="http://banners.payserve.com/1/3698.gif?id=40864" WIDTH="300" HEIGHT="250" BORDER="0" ALT="300x250"></A>

            .
            All cookies cleared!

            Comment

            • Tent Pitcher
              Confirmed User
              • Nov 2012
              • 213

              #7
              Originally posted by Sholly
              It came straight from the sponsor page of hosted banners.


              =================================================

              Now this one doesn't show either.

              <tr height="100">
              <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field=">3698</a></td>
              <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field="><img src="get.php?session=f682cfa15a34f0dec1facff2c320b 5e9&amp;webmaster=40864&amp;file=1/3698.gif" border="0" height="250" width="300"></a></td>
              <td class="S0" align="center">300x250</td>
              <td class="S0">My Sexy Kittens</td>
              </tr>

              Trying to view hem in my HTML editor.

              At the very least, this needs to be enclosed in <table> tags...you're trying to render a table row and cells outside of a table definition. Try this:

              <table>
              <tr height="100">
              <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field=">3698</a></td>
              <td class="S0" align="center"><a class="S0" href="show.php?session=f682cfa15a34f0dec1facff2c32 0b5e9&amp;webmaster=40864&amp;id=3698&amp;gallerym aker=&amp;field="><img src="get.php?session=f682cfa15a34f0dec1facff2c320b 5e9&amp;webmaster=40864&amp;file=1/3698.gif" border="0" height="250" width="300"></a></td>
              <td class="S0" align="center">300x250</td>
              <td class="S0">My Sexy Kittens</td>
              </tr>
              </table>

              And tell the sponsor that I said they write crappy HTML.
              Tent Pitcher - Adult Search Engine

              Comment

              • Tent Pitcher
                Confirmed User
                • Nov 2012
                • 213

                #8
                Originally posted by sarettah
                What sponsor is that from? Because I think you grabbed the wrong code on this one. This would require that you have programs called show.php and get.php running on your server.

                That code could be meant to be inside an iframe in which case it would make sense.
                .
                That's a good point too - you're going to need absolute paths to those PHP scripts otherwise.
                Tent Pitcher - Adult Search Engine

                Comment

                • Sholly
                  Confirmed User
                  • Jun 2012
                  • 271

                  #9
                  Ty everyone

                  Though I'm still a newbie, I couldn't figure out why it didn't work coming straight from the 'copy and paste section of the sponsor.

                  Again Thanks for all the advice.
                  Susan Holly

                  Comment

                  Working...