GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   HTML coding problem (https://gfy.com/showthread.php?t=1093194)

Sholly 12-17-2012 09:24 AM

HTML coding problem
 
Hi

Had a PC burn out.
Happy to be back. :thumbsup

=========================
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>


:Oh crap

dappz-datton 12-17-2012 09:26 AM

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

Sholly 12-17-2012 09:29 AM

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.

:helpme

Sholly 12-17-2012 09:48 AM

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.

sarettah 12-17-2012 04:13 PM

Quote:

Originally Posted by Sholly (Post 19374740)
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.

:helpme


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.
.

sarettah 12-17-2012 04:14 PM

Quote:

Originally Posted by Sholly (Post 19374733)
Hi

Had a PC burn out.
Happy to be back. :thumbsup

=========================
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>


:Oh crap


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>

.

Tent Pitcher 12-17-2012 10:51 PM

Quote:

Originally Posted by Sholly (Post 19374740)
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.

:helpme

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 12-17-2012 10:53 PM

Quote:

Originally Posted by sarettah (Post 19375603)
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.

Sholly 12-18-2012 11:18 AM

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. :thumbsup


All times are GMT -7. The time now is 02:22 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc