|
|
#1 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Feb 2007
23 posts
Gave thanks: 0
Thanked 0 times
|
Linking to images
I'm trying to post a picture in a forum that I have on my website. I'm using the [img] tags with the url but the picture won't display. All that shows is the red x. HTML code is enabled at the forum so it's something on my end.
Is there a setting or something that I need to change to be able to link to pics on my site? Thanks for any help.
__________________
SH109 |
|
|
|
|
|
#3 (permalink) | |
|
Surpass Fan
Excelling Contributor
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
|
Quote:
Code:
{IMG]http://your.domain/folder/image.name[/IMG]
(The leading [ has been replaced here with { to allow display of the code.)
Code:
<img src="http://your.domain/folder/image.name" alt="the title" /> .
__________________
Where would you be if you were at the highest court in the land (US)? |
|
|
|
|
|
|
#4 (permalink) |
|
Registered User
Fresh Surpasser
Joined in Feb 2007
23 posts
Gave thanks: 0
Thanked 0 times
|
It turns out the picture was saved on my site as a .JPG (in upper-case), and I was using lower-case in the img tag. When I used upper-case in the img tag it worked.
I had no idea they would be case sensitive.
__________________
SH109 |
|
|
|
|
|
#5 (permalink) |
|
Skittles
Super #1
Joined in Aug 2004
Lives in a space ship
Hosted on dedi
6,816 posts
Gave thanks: 101
Thanked 199 times
|
on linux mahcines, file names are case sensitive, unlike Windows
__________________
Mountain Dew Knight
People should not be afraid of their governments. Governments should be afraid of their people. |
|
|
|