Thread: how
View Single Post
Trafton AT

JCF Member

Joined: Mar 2002

Posts: 1,712

Trafton AT is doing well so far

Sep 28, 2002, 10:19 AM
Trafton AT is offline
Reply With Quote
Code:
[IMG]http:/www.website.com/image.jpg[/IMG]
There are usually two slashes (http://www.whatever.com) after http:, but I had to remove one so that it wouldn't actually try to find that image.

Just like that, except you obviously change the web address to fit wherever you have uploaded the image. Note that you can not link to a file on a hard drive like so:

Code:
[IMG]C:\games\jazz_running.jpg[/IMG]
That would only work if the person happened to have the file jazz_running.jpg in C:\Games\. The FAQ has information on this, as well.

(Trafton: additional information/code display edit.)