View Full Version : scroll boxes and html help!


skyangel22
06-30-2006, 09:31 PM
okay so i have this banner i made for my guild on http://neopets.com/browseshop.phtml?owner=skyangel22 i want to put the code for it on my petpage so other who belong to my guild can use it too.the code for the banner is:
<text>
<center>
<a href="http://www.neopets.com/guilds/guild.phtml?id=2224192" target="_blank">
<img src="http://i80.photobucket.com/albums/j173/wildkittykat101/banner-1.jpg"></a>
</center>
</style>
</text>
can anyone help me?

skyangel22
06-30-2006, 09:33 PM
oops i goofed the code is
<center>
<a href="http://www.neopets.com/guilds/guild.phtml?id=2224192" target="_blank">
<img src="http://i80.photobucket.com/albums/j173/wildkittykat101/banner-1.jpg"></a>
</center>

Douglas
06-30-2006, 11:50 PM
<textarea>
<center>
<a href="http://www.neopets.com/guilds/guild.phtml?id=2224192" target="_blank">
<img src="http://i80.photobucket.com/albums/j173/wildkittykat101/banner-1.jpg"></a>
</center>
</textarea>

Or:

<xmp>
<center>
<a href="http://www.neopets.com/guilds/guild.phtml?id=2224192" target="_blank">
<img src="http://i80.photobucket.com/albums/j173/wildkittykat101/banner-1.jpg"></a>
</center>
</xmp>

Or


&lt;center&gt;
&lt;a href="http://www.neopets.com/guilds/guild.phtml?id=2224192" target="_blank"&gt;
&lt;img src="http://i80.photobucket.com/albums/j173/wildkittykat101/banner-1.jpg"&gt;&lt;/a&gt;
&lt;/center&gt;