Log in

View Full Version : Images in forum Description? (please help)


Gamelobby
08-08-2010, 06:40 PM
Hello,

What is the code I would use to host an image from my server in the forum description.??

thanks

BirdOPrey5
08-08-2010, 06:54 PM
You just use the regular image tag:
<img src="path/to/image.jpg" alt="image description" border="0" align="left" />
align you can set to: left, right, top, middle, absmiddle - whatever works best for your needs, or leave out the align altogether.

Gamelobby
08-08-2010, 07:15 PM
thanks! worked great!