Click to See Complete Forum and Search --> : Newbie question


BD47
05-18-2009, 08:34 AM
I have been trying to determine if there is a way to access graphics files from a website other than photobucket? I have a business website and would like to post on a forum pictures that I store on my web server. These are not pictures that are displayed on my site necessarily. I use Yahoo as my web host and have uploaded some picture files there for safe keeping. Is there anyway to pull those images directly from a forum elsewhere without placing them in an html file? Thanks for any help.

skilled1
05-18-2009, 10:51 AM
<img src="full url of the file">
works on any website

as far as webforums go

full url of the file

is how it typically works if a forum has images allowed

BD47
05-18-2009, 11:35 AM
Thank you SOOOO much! I was just about to post that it would not work. I have tried both the [img] and href and a half dozen other things that I thought might work. The best I could get was a link to the image. It turns out that the img must be capitalized - [IMG] to work but without your post, I probably would not have figured it out. Very much appreciated!

clfjade
05-22-2009, 07:17 PM
Various forums use different variations based on the type of code they use.



<img></img>

are the three most common. I have seen a <IMG></IMG> but only once.

BD47
05-23-2009, 09:21 AM
Various forums use different variations based on the type of code they use.



<img></img>

are the three most common. I have seen a <IMG></IMG> but only once.

I did not realize there were so many different ways.
From now on, if something does not work, I will try the CAP/no Cap first! Thanks for your input.