11-15-2006, 06:48 PM
right click on the picture and go to properties and copy the link that comes up.
or if you're using firefox just right click on the picture and go to "copy image location"
in this case the picture is
<!-- m --><a class="postlink" href="http://forums.colddayinhell.net/files/thumbs/t_002_4_211.jpg">http://forums.colddayinhell.net/files/t ... _4_211.jpg</a><!-- m -->
so then using html, you do
or using bbcode which works on this site
or if you're using firefox just right click on the picture and go to "copy image location"
in this case the picture is
<!-- m --><a class="postlink" href="http://forums.colddayinhell.net/files/thumbs/t_002_4_211.jpg">http://forums.colddayinhell.net/files/t ... _4_211.jpg</a><!-- m -->
so then using html, you do
Code:
<img src="http://forums.colddayinhell.net/files/thumbs/t_002_4_211.jpg">
or using bbcode which works on this site
Code:
[img]http://forums.colddayinhell.net/files/thumbs/t_002_4_211.jpg[/img]