• Hello!

    Either you have not registered on this site yet, or you are registered but have not logged in. In either case, you will not be able to use the full functionality of this site until you have registered, and then logged in after your registration has been approved.

    Registration is FREE, so please register so you can participate instead of remaining a lurker....

    Please be certain that the location field is correctly filled out when you register. All registrations that appear to be bogus will be rejected. Which means that if your location field does NOT match the actual location of your registration IP address, then your registration will be rejected.

    Sorry about the strictness of this requirement, but it is necessary to block spammers and scammers at the door as much as possible.

Display images from links?

carol

Down with the sickness
OK, I tried using the
 
That's because the URL is:
www.cornsnakes.com/forums/attachment.php?attachmentid=11708&stc=1

Putting a URL inside an image tag will generally work, as long as the file is something dot jpeg or something dot gif, etc. But if the image is one of the forum attachments, it won't do it, because what's actually being linked is a something dot php file, and not an image file. :)

I put them in the other thread using the html "img" tag (inside the <> instead of the [] brackets) like this:

HTML:
<img src=http://www.cornsnakes.com/forums/attachment.php?attachmentid=11708&stc=1>
 
Back
Top