Including a photo from Album in forum post

Having problems with the board or the online guidebook?
Suggestions welcome.
weber
Posts: 1017
Joined: Wed Sep 24, 2003 5:44 pm

Including a photo from Album in forum post

Post by weber »

Probably my bad, but couldn't get a photo from the RRC.com album to come up in an RRC.com forum post. Any suggestions?

test:

Image

Rick
We cannot change the cards we are dealt, just how we play the hand. - Randy Pausch
None are so old as those who have outlived enthusiasm. - Henry David Thoreau
Jay
Posts: 498
Joined: Fri Oct 05, 2007 1:17 pm

Post by Jay »

"Always carry a large flagon of whiskey in case of snakebite and furthermore always carry a small snake." -W.C. Fields
dhoyne
Posts: 1240
Joined: Mon Jun 30, 2003 5:47 pm

Post by dhoyne »

HTML is your friend, Rick.
Sarcasm is a tool the weak use to avoid confrontation. People with any balls just outright lie.

[quote="Meadows"]I try not to put it in my mouth now, but when I do, I hold it with just my lips.[/quote]
User avatar
krampus
Posts: 3933
Joined: Tue Dec 26, 2006 9:31 am

Post by krampus »

Don't worry rick, you are not the only one.

Just out of curiosity, does the format above work if the picture is stored on you home computer.
How you compare may not be as important as to whom you are compared
Meadows
Posts: 5395
Joined: Mon Jul 07, 2003 4:03 pm

Post by Meadows »

I recommend starting an account with with a free photo album service like Flikr, Shutterfly or Photobucket. I use photobucket and below each picture, there are links to copy (link to photo, HTML tag, and IMG tag). You'll use the IMG tag to post images here.

PS Your link didn't work because it goes to a page, not an image. Your link should end with an image file extension (e.g. .jpg, .gif, .bmp)
Last edited by Meadows on Wed Oct 31, 2007 1:11 pm, edited 1 time in total.
cushman
Posts: 14
Joined: Tue Aug 31, 2004 6:27 pm

Post by cushman »

It's a problem with the question mark. The BBS software doesn't like a question mark (parameter) in the URL for the image. You'll have this problem with Flickr, too unless you modify the image URL. Example:

Linking with http://farm3.static.flickr.com/2334/175 ... df4bd3.jpg
Image

Linking with http://farm3.static.flickr.com/2334/175 ... d3.jpg?v=0
Image

Fortunately, Flickr's ?v=0 doesn't matter, so you can leave it off.
tomdarch
Posts: 2407
Joined: Wed Dec 04, 2002 9:22 pm

Post by tomdarch »

krampus wrote:Don't worry rick, you are not the only one.

Just out of curiosity, does the format above work if the picture is stored on you home computer.
Simple answer: no

What's happening is that your post needs to include some code to tell peoples web browsers where to get the photo from a web server somewhere on the internet.

So, the first step is to put the photo on a web server where it can be accessed (like flickr, etc)

Then you take the URL (aka web address) that gets the photo (and only the photo) to display in your web browser, and put it in the code above in your post. (On a Windows computer, you can usually get this address by right clicking on the photo on a web page and looking at the properties - on a lot of web servers, this address will include a fair bit of gobledygook - thats the "?" discussion above.) This means that when people view the thread, their web browser pulls in the photo from that web server and puts it in the post where you want it.

I barely understand this well enough to get it to work after a bit of messing around each time I put photos in my posts. Expect a bit of trial and error with previewing your posts until you get the swing of it.
User avatar
ReachHigh
Posts: 1784
Joined: Fri Jan 28, 2005 4:17 pm

Post by ReachHigh »

<img src="c:\Documents and Settings\ReachHigh\Desktop\coolpic.jpg"> isn't working.
"there's a line between self improvement and self involvement"
"Dogs are nature's pooper scoopers ."
Post Reply