Posted on 05/15/2012 6:33:43 AM PDT by Sybeck1
Haven't posted one here in a while and the search is not pulling up any results on how to do it. Would anyone share how? Thanks
(img src=”image location”>
Dang— must’ve done it wrong.
Time for someone to bring back the html sandbox thread...going to search for it now.
(img src=http://2.bp.blogspot.com/-OZ8yDygkuFs/T5di0GCcjWI/AAAAAAAAJqw/CUtcryQj-z4/s1600/ffgfg.jpg;>
Lovely, thanks.
Still no cigar. :(
“preview” is our FRiend
<img src="http://upload.wikimedia.org/wikipedia/en/a/a3/Bobdobbs.png"> <img src="http://upload.wikimedia.org/wikipedia/en/a/a3/Bobdobbs.png" height="162" width="108">Gets you:
<img src="http://mumble.com/image.jpg"> substitute the actual source of the image for http://mumble.com/image.jpg This image must be out on a server on the web someplace, not on your machine. This is why people have flicker and picassa accounts. You can easily vary the size of a given image by specifying it. The native size of the J. R. "Bob" Dobbs picture is 324x216. It is best to keep your scaling to powers of 2 (as shown) to minimize scaling artifacts. Remember that scaling up will not introduce new detail into the existing picture.
In terms of specifying the scaling, the above is mostly overkill. It's nice to specify the height in both dimensions as this gives the browser some notion of how big you want the picture to be rather than having to wait for it to download to know what the image size is. This allows the browser to do a partial rendering of the page while waiting for the missing image. If you just want to scale an existing image, providing only a single dimension will get the browser to calculate the missing dimension for you, but it can't do that till the image comes in.
Stationary images usually end with .jpg or some variation. Moving images on this forum are only possible using images which end in .gif The .gif format allows for short sequences of stationary images to be presented like a very tiny movie. Currently the forum does not appear to allow embedded video.
ewwwwww...that was gross! WTH! Now my breakfast is ruined!
<img src="[URL for picture here]">
So, if you put this into your post:
<img src="http://www.zombietime.com/really_truly_hillary_gallery/Hillary95.jpg">
You will (unfortunately) see this:
I learned how to do html on FR, for the very reason you are asking. How to post pictures. I found out there is lots more you can do than post pictures. It is easy and fun.
Can you make a bold statement? Or how about a bold big statement?
(img src=http://2.bp.blogspot.com/-OZ8yDygkuFs/T5di0GCcjWI/AAAAAAAAJqw/CUtcryQj-z4/s1600/ffgfg.jpg;>
replace the ( with a < at the start of the string and you got it.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.