problem with html page Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

    problem with html page

    avatar
    Guest
    Guest


    problem with html page Empty problem with html page

    Post by Guest February 8th 2008, 9:42 am

    i'm trying to make a link to use page

    Helloo users.<BR><BR>

    If anyone is using any other forum on the net could you please use this code to advertise this forum.<BR><BR>

    copy and paste this to your signature.<BR><BR>

    <dl class="codebox"><dt>Code:</dt><dd><code>click the banner to view our staffordshire bull terrier forum
    [url=http://staffy-bull-terrier.niceboard.com/][img]http://i156.photobucket.com/albums/t7/cliftonfc/sbtlogo.jpg[/img][/url]</code></dd></dl>

    this what you get.<BR><BR>

    click the banner to view our staffordshire bull terrier forum<BR><BR>
    <a href="http://staffy-bull-terrier.niceboard.com/"><img src="https://2img.net/h/i156.photobucket.com/albums/t7/cliftonfc/sbtlogo.jpg" alt="" /></a>
    <BR><BR>

    If you've got your own site like myspace, blog or etc you can use this code to advertise us<BR><BR>

    <dl class="codebox"><dt>Code:</dt><dd><code><a href="http://staffy-bull-terrier.niceboard.com" target=_blank><img border="0" src="https://2img.net/h/i156.photobucket.com/albums/t7/cliftonfc/sbtlogo.jpg"></a> </code></dd></dl>
    <BR><BR>
    you will just end up with this<BR><BR>

    <a href="http://staffy-bull-terrier.niceboard.com" target=_blank><img border="0" src="https://2img.net/h/i156.photobucket.com/albums/t7/cliftonfc/sbtlogo.jpg"></a>

    <BR><BR>here is a smaller picture.<BR><BR>

    <dl class="codebox"><dt>Code:</dt><dd><code><a href="http://staffy-bull-terrier.niceboard.com" target=_blank><img border="0" src="https://2img.net/h/i108.photobucket.com/albums/n35/wise_guy_xp/70660216qx6.gif"></a></code></dd></dl>
    <BR><BR>
    and you will end up with this.<BR><BR>

    <a href="http://staffy-bull-terrier.niceboard.com" target=_blank><img border="0" src="https://2img.net/h/i108.photobucket.com/albums/n35/wise_guy_xp/70660216qx6.gif"></a>

    here what u get on my http://staffy-bull-terrier.niceboard.com/link-to-us-h6.htm why is not the code coming up?
    zinex
    zinex
    Hyperactive


    Female Posts : 2804
    Reputation : 93
    Language : scotch och aye!
    Location : Whats harder than a rock?!

    problem with html page Empty Re: problem with html page

    Post by zinex February 8th 2008, 10:21 am

    you need to change the coding.

    Code:
    <dl class="codebox"><dt>Code:</dt><dd><code><a href="http://staffy-bull-terrier.niceboard.com" target=_blank><img border="0" src="http://i156.photobucket.com/albums/t7/cliftonfc/sbtlogo.jpg"></a> </code></dd></dl>

    You need to change the < to &lt; and the > to &gt; tags of your code for your banner to this:

    Code:
    <dl class="codebox"><dt>Code:</dt><dd><code>&lt;a href="http://staffy-bull-terrier.niceboard.com" target=_blank&gt;&lt;img border="0" src="http://i156.photobucket.com/albums/t7/cliftonfc/sbtlogo.jpg"&gt;&lt;/a&gt; </code></dd></dl>