Posted on 10/22/2017 1:01:25 PM PDT by Hojczyk
How do you post a photo on this site..
Here's the quick Freeper HTML rundown:
(In all cases remove the space between the < and the following character)
Basic formatting:
Nully's Quick FR HTML Guide:
Basic formatting:
Line break <br>
Paragraph break <p>
<blockquote>Indented paragraphs</blockquote>
<u> underline </u>
<i> italics </i>
<b> bold </b>
<s>strikethrough</s>
<tt> typewriter text </tt>
<font color=red> Red font </font>
<blink> </blink> Use blink sparingly. People blink<font size=1>Smallest FR font</font> Displays as:
Smallest FR font<font size=7>Largest FR font<font> Displays as:
Largest FR fontOr
Step font size up or down with <big>bigger</big>
and <small>smaller</small>
"Hidden" text: <font color=white> White font </font>
Drag cursor over blank area to highlight to read...Posting a link:
General:
<a href=[web address]>[title]< /a>
Example:
This: <a href="http://www.freerepublic.com/focus/f-news/1179145/posts">Iran starts atom tests in defiance of EU deal</a>
Posts as this:
Iran starts atom tests in defiance of EU dealPosting an image:
General:
<img src="[web server location]">You can't just snag a favorite picture from a desktop folder...it has to be hosted someplace on line to be posted here.
Best bet is to save the image to an image hosting service, I use Photobucket. In Firefox right click and select "Copy image location", in Safari right click and select "Open image in new tab" and copy the address in the address bar. Other browsers have similar tricks.
Example:
This: <img src="http://www.notablebiographies.com/images/uewb_09_img0611.jpg">Posts this:
Tip: control the size with "height=nnn" like so:
This: <img height=200 src="http://www.notablebiographies.com/images/uewb_09_img0611.jpg">
Posts this:
While This: <img height=100 src="http://www.notablebiographies.com/images/uewb_09_img0611.jpg">
Posts this:
Posting a video:
Cynwoody adds this tip:
You can pre-cue a YouTube video by adding a t parameter to the link. Like so:
<a href=https://www.youtube.com/watch?v=f66kEastC58&t=35s>Bill Ayers on Obama> Posts:
Bill Ayers on Obama>
While
<a href=https://www.youtube.com/watch?v=f66kEastC58&t=35s>Bill Ayers on Obama>
Posts:
Bill Ayers on ObamaWay cool! Thanks Cynwoody!
9 posted on 02/19/2017 11:49:58 AM PST by null and void (Trump's critics have evolved from expecting Trump to be Hitler to preferring it.)
Look up HTML sandbox on this site. Everything youll need to know can be found there.
HTML Help Threads & Other Info for Newbies
(And Anyone Else Who Needs It )
Just Click The Links Below For The Threads
- HTML Sandbox (Original Thread)
- HTML Sandbox (Thread Two)
- HTML Sandbox (Thread Three)
- HTML Sandbox (Thread Four)
- HTML Sandbox (Thread Five)
These are the current active threads.
Most of the older HTML Bootcamp and
HTML Campfire Threads are no longer active links.
Those have been removed over time.
Also This for New Freepers
Even More Info For New Freepers
Subliminally reassuring, I think.
Join the FR photo posting club, pay your dues and post away.
Good luck.
Read for later
http://www.freerepublic.com/focus/f-chat/3242857/posts
Quick & dirty
img src=”http://16004-presscdn-0-50.pagely.netdna-cdn.com/wp-content/uploads/trump-favorability.png" width=”95%”
You put the web adress of your picture in between the “ “, where I have http://16004-presscdn-0-50.pagely.netdna-cdn.com/wp-content/uploads/trump-favorability.png. You check the width and change to 50% or whatever works best by checking the preview. You need to start with a < before img src and end with a > after the “95%” or whatever % you need for your picture.
I left the < > off of my example string so you could see the html language, otherwise all you would see is a picture.
Once you have the photo, upload it to
http://postimages.org
And click the second choice.
Then paste it here like
< img src = yourlinkpastedhere >
With no spaces except between img and src
copy the image url into you copy/paste buffer.
Then type the html tags to post the link to your image and
paste in your link to the image. Like this:
https://html.com/attributes/img-src/
Then, enclose the image URL within HTML image tags:
<img src="URL of uploaded image">
I hope you got what you needed.
As usual, you ask for a drink of water, and the good FRiends here hand you a fire-hose.
Seems so complicated. I, admittedly, am not tech savy so I never have posted a pic. Maybe I can get the hang of it someday...
See Eveningstar's post 13 for a simpler example.
First, make sure you put a stamp on it...
Only Engineers really know how to do that. Keeps Us Riff Raff from posting things
Copy the code below and paste it and post it
<img src="http://www.notablebiographies.com/images/uewb_09_img0611.jpg">
< img src=" <--- NOTICE PUT ONLY THAT 1 SPACE, AFTER g
then you paste the image address, right after that " quotation mark
then put "> at the end.
Try it with this image address: https://media1.s-nbcnews.com/j/newscms/2017_10/1926261/china_trump_trademarks_70301-jpg-f8dba_550679227a1881ca317cb1375afd41ef.nbcnews-ux-2880-1000.jpg
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.