To: GunHoardingCapitalist
Leave out the space after "<", otherwise like this:
< img src ="[URL where picture is hosted]">
Jim Rob doesn't have the budget to host your snapshots ;)
Example:
< img src ="http://www.analemma.de/images/articles/dicicco.jpg">
without the space after < produces this:

To: GunHoardingCapitalist
Right click the pic and get its address.
Paste it into the following:
<img src='XXXXXXXXX'>
It will look like:

By the way, I made the code appear above by using <xmp> before it and the same thing with a "/" after it.
3 posted on
06/14/2008 4:32:21 AM PDT by
Onelifetogive
(Simple-minded conservative...)
To: GunHoardingCapitalist
4 posted on
06/14/2008 4:33:07 AM PDT by
FreedomPoster
(<===Non-bitter, Gun-totin', Typical White American)
To: GunHoardingCapitalist
5 posted on
06/14/2008 4:34:44 AM PDT by
FreedomPoster
(<===Non-bitter, Gun-totin', Typical White American)
To: GunHoardingCapitalist

<img src='http://www.latimes.com/media/photo/2008-06/39958184.jpg'>
6 posted on
06/14/2008 4:36:17 AM PDT by
samtheman
To: GunHoardingCapitalist
Search FR or Google HTML Sandbox:
All knowledge emanates from the Sandbox.
To: GunHoardingCapitalist
OK, first, any picture you wish to show has to be "hosted on the web"-- it has got to be on a web server, not your hard drive. Google "free photo hosting" for a list where you can put your own pictures. If it's already on the web, hover your pointer and right-click-- see that "properties" in the menu? Click that, and the "http" stuff is the web address of the graphic. Copy that somewhere, then take this string: < img src="" > being sure to remove the space I added after the first bracket and before the last to make it "visible" here. You copy the web addy in between the quotes, and viola!

9 posted on
06/14/2008 4:38:45 AM PDT by
backhoe
(Just an old keyboard cowboy, ridin' the Trakball in to the Sunset...)
To: GunHoardingCapitalist
To: GunHoardingCapitalist
Two steps to posting images:
- Figure out the image's URL, perhaps by right clicking on the image as it displays on some web site and examining the properties or if your browser supports it, picking the Copy Image Location choice off the right-click menu, to put the image URL directly into your copy&paste buffer. For the next step, let me use a URL for an image of one of my favorite animals: http://www.isrealli.org/wp-content/uploads/cow.JPG
- Given that URL, then type into your FreeRepublic post or reply:
<img src=http://www.isrealli.org/wp-content/uploads/cow.JPG>
The above html line, if posted directly into a reply here, displays

17 posted on
06/14/2008 4:43:58 PM PDT by
ThePythonicCow
(By their false faith in Man as God, the left would destroy us. They call this faith change.)
To: GunHoardingCapitalist
For best results, add the dimensions of your image to the HTML. This will help the web page to load in everyone's browsers without a lot of unnecessary page redrawing and jumping around.
For example, if you have an image file called "myImage.jpg" uploaded to your server with an eponymous domain name, and the size of the image is 640 pixels wide and 480 pixels tall, the HTML would look like this -
<img src="http://www.GunHoardingCapitalist.com/myImage.jpg" width="640" height="480">
Just type that HTML into your FreeRepublic.com text box, and it will embed the image in your message.
Of course, you would substitute the correct domain name for your host, the correct file name for your image, and the correct dimensions for your image.
Adding the dimensions is an especially good idea if your image was not stored with the standard resolution - 72 dots-per-inch (DPI). If you used your digital camera to create the image, it is is probably using a higher resolution.
20 posted on
06/14/2008 5:16:32 PM PDT by
HAL9000
("No one made you run for president, girl."- Bill Clinton)
To: GunHoardingCapitalist
95% of the time, this question is asked by someone who is really asking this question “Someone sent me a picture in an email. How do I post it here?”. The short answer is “You cannot”.
If you want more detail, see the responses above.
23 posted on
06/14/2008 7:18:45 PM PDT by
AppyPappy
(If you aren't part of the solution, there is good money to be made prolonging the problem.)
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson