First, the host. If your ISP doesn't give you hosting space (or you don't want to use it) then there are a number of free file hosting locations. ImageShack is a common one in the Dawn of War community, although in this thread Brother-Raven also mentioned PhotoJerk, and PhotoBucket.com. Flickr is also another alternative for those who want more of an album rather than a simple image host.
Once you've got your image uploaded (following each site's own instructions) all you need is the address of the image. If the site thumbnails the image, then the following code will add the thumbnail linked to the large image:
- Code: Select all
[url=http://imagehost.com/path/to/image.jpg][thumb]http://imagehost.com/path/to/thumbnail.jpg[/thumb][/url]
Note that [img] tags were used for the thumbnail. This is custom BBCode for the HWT forums designed only for thumbnails.
If the image is small enough (i.e. small file size and less than 500px wide - other limitations will be on a case-by-case basis) and the image host allows it then the image can be directly embedded in the post:
- Code: Select all
[img]http://imagehost.com/path/to/image.jpg[/img]
If the image is too large, the site doesn't provide a thumbnail and you don't make a thumbnail yourself, then please use a text link to the image:
- Code: Select all
[url=http://imagehost.com/path/to/image.jpg]short description/name of image[/url]