View Full Version : Can someone help me please?


Maizie
01-02-2006, 10:13 PM
Ok, I've made a couple of banners that I want people to be able to use also. But when I put the code from photobucket.com, it shows just the image. How do I put the code so people can copy and paste it? Please help

Maizie
01-02-2006, 10:15 PM
Please? :(

xRio
01-02-2006, 11:38 PM
You cna use an ASCII code to make the <> characters without them actually activating to make the code.
Argh, not letting me do. :)
Give me a minute to figure out how to post it.

& #60; for <
& #62; for >
(Remove the space between the & and #.)

salomeyasobko
01-03-2006, 02:51 AM
other alternatives [because changing each < and > every single time can get tedious] are:

<xmp> code goes here </xmp>

or

<textbox> code goes here </textbox>

:)

djou
01-03-2006, 03:24 AM
other alternatives [because changing each < and > every single time can get tedious] are:

<xmp> code goes here </xmp>

or

<textbox> code goes here </textbox>

:)

It's textarea, not textbox.

You can also replace < by &lt; and > by &gt;

salomeyasobko
01-03-2006, 03:36 AM
Oof, i'm sorry! I always write textbox instead of textarea for some reason! I should go correct myself in the other thread :blush:

djou
01-03-2006, 03:58 PM
Oof, i'm sorry! I always write textbox instead of textarea for some reason! I should go correct myself in the other thread :blush:

It's alright ;)