How to get links and pics to work in postings?

Started by
4 comments, last by donjonson 18 years, 9 months ago
Hi All Now Ive looked through the Faq's etc for the forum but I cant find how to make urls and images work when I post. I try and do a url by doing: http://www.gamedev.net And image by: [image]http://www.gamedev.net/screenshot.jpg[/image] What am I doing wrong?
Advertisement
use html so <a href="http://www.gamedev.com">linky</a> for links
and <img src="http://www.gamedev.com"> for images

Gamedev.net

Do it as normal HTML.
<a href="http:://www.yourlink.com">Link text</a>
<img src="http:://www.yourimagelink.com" />

You have to use normal HTML. I wonder, would BB Code links be prefered by people as this question pops up a lot.
Both maybe :)
both would satisfy both crowds :)
These tears..leave scars...as they run down my face.

This topic is closed to new replies.

Advertisement