PDA

View Full Version : HTML Markup Help


slit
07-23-2008, 05:29 AM
Um yea I have crowns that I want to add in front of my name from HTML markup.
So I have the crowns in my images files my forums main directory and my theme directory.

How would I do it?

I've tried:

<span style="color:#0066cc;"><img src="image.gif" /> and </span> Doesn't work
Also tried:
<img src="image.gif"> and </img> doesn't work for me =/.

Opserty
07-23-2008, 08:29 AM
Can you provide a link to your board and a link to the crown image?
<img src="./image.gif" alt="" /> <span style="color:#0066cc;">and </span>
Should work, if your board is: mydomain.com/forums/ and your image is mydomain.com/forums/image.gif