This board is for anything to do with the Pink Poogle Toy Forum. If you have a question or want to suggest any ideas, then this is the place to do it.
Topic locked

Problem

Sun Jun 18, 2006 10:54 pm

I put
Code:
<img src="http://www.guildfordcomputers.com/bbar.jpg">
<a><img src="http://www.guildfordcomputers.com/FMAA/ban1.jpg"></a>


As my sig, but it comes out strange, the images are fine, but I get <a> and </a> around the second image and the link does not work! Should I be using something other than standard html?

edit: OK its doing it in the code box aswell, it refuses to come out how I type it!

edit: it refuses to show what is there, it just deletes the href part of the link whenever I submit it!

Sun Jun 18, 2006 11:16 pm

Use this code instead:

Code:
[url=ADDRESS HERE] Put something here [/url]

Mon Jun 19, 2006 8:19 am

If you're going to link to something, you have to specify the site as well ;)

You can do it in one of two ways (though I don't know if HTML is still disabled or not..)

HTML:
Code:
<a><img src="IMG URL HERE"></a>


BBCode:
Code:
[url=URL HERE][img]IMG URL HERE[img][/url]


EDIT:
Ah, I see the problem now. In that case, just use the second solution (BBCode) that I provided :)

Mon Jun 19, 2006 10:43 am

thanks! I thought I tried it but I must have left the "s in or something.
Topic locked