Free Republic
Browse · Search
General/Chat
Topics · Post Article

Will someone please describe how to do this AND point me to where I can find it on this site? TY!
1 posted on 03/06/2011 11:00:49 AM PST by SgtHooper
[ Post Reply | Private Reply | View Replies ]


Navigation: use the links below to view more comments.
first 1-2021-26 next last
To: SgtHooper

Search “HTML Sandbox” in the FR search engine.


2 posted on 03/06/2011 11:02:28 AM PST by gorush (History repeats itself because human nature is static)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
HTML Sandbox
3 posted on 03/06/2011 11:05:04 AM PST by mdittmar (i)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
See the keyword "html" above your first post? Click on it and you will find many threads explaining how to do it.


4 posted on 03/06/2011 11:05:49 AM PST by raybbr (People who still support Obama are either a Marxist or a moron.)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

< img src=”your ONLINE picture file here”>


5 posted on 03/06/2011 11:07:07 AM PST by Straight Vermonter (Posting from deep behind the Maple Curtain)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

Since you don’t want to get dirty in FR Sandbox, perhaps going to Google and typing “html” in the search box would do the trick for you. There are literally hundreds of tutorials.


6 posted on 03/06/2011 11:08:40 AM PST by Zuben Elgenubi
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

< img src=”place...picture...thingy...here”>


7 posted on 03/06/2011 11:08:56 AM PST by max americana
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

Are you logged on?


8 posted on 03/06/2011 11:09:08 AM PST by Oztrich Boy (I disagree with what you say but will defend to the death your right to say it -Voltaire)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
Oh, I almost forgot


9 posted on 03/06/2011 11:10:12 AM PST by Zuben Elgenubi
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
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>
<tt> typewriter text </tt>
<font color=red> Red font </font>
<blink> blink </blink> Use blink sparingly. People HATE blink

<font size=1>Smallest FR font</font> Displays as:
Smallest FR font

<font size=7>Largest FR font<font> Displays as:
Largest FR font

Or

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 deal

Posting an image:

General:
<img src="[web server location]">

Clarity is needed - you can't just snag a favorite picture from a desktop folder...it has to be hosted someplace to be transferrable to our posts. ~ ErnBatavia

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:


10 posted on 03/06/2011 11:10:28 AM PST by null and void (We are now in day 775 of our national holiday from reality. - tic. tic. tic. It's almost 3 AM)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

Use html IMG SRC - right click on the image to copy its url location.

enclose the following line in left and right arrows <........> - remember the quotation marks as well

IMG SRC=”paste copy of the link location url - might need editing”

easy - squeezy


11 posted on 03/06/2011 11:11:10 AM PST by y6162
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

One way to find out how to code just about anything, is to look at the source code for a page that has the effects you want to use.

For instance, to find out how to insert an image, simply:
*go to a thread with an image;
*In Internet Explorer, click on “Source”, under the “View” menu;
*Find code used for inserting the image (look for nearby text);
*copy the code, and substitute the address for your picture (you’ll find it under “properties”)


12 posted on 03/06/2011 11:11:42 AM PST by USFRIENDINVICTORIA
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

The html really is not that difficult. Use [img src=”XXX”] where XXX is the URL of the photo you want to insert. Also, substitute < > for [ ]. I could not do it here or all you would have seen would have been a red “X”

If it is an image you have on your hard drive, the easiest way is to open an account with Photobucket . Once you upload a photo, it gives you various options for inserting the image including img src or IMG, or the direct link.


13 posted on 03/06/2011 11:12:29 AM PST by NWFLConservative
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
Photobucket
14 posted on 03/06/2011 11:12:53 AM PST by gorush (History repeats itself because human nature is static)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
A picture is worth a thousand words.

16 posted on 03/06/2011 11:13:59 AM PST by y6162
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
1.) The image must already be hosted on the Internet.

2.) Copy the URL of the image. In Firefox, you would right click the image and select "Copy Image Location".

3.) Paste the image URL in place of [image] in the following code:

<img src="[image]">

17 posted on 03/06/2011 11:14:14 AM PST by Jeff Chandler (Judas Iscariot - the first social justice advocate. John 12:3-6)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

You can upload photos to photobucket.com. Once there, they provide the HTML code under each photo for you to paste into your post.


19 posted on 03/06/2011 11:15:35 AM PST by gorush (History repeats itself because human nature is static)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

21 posted on 03/06/2011 11:18:18 AM PST by al baby (Hi Mom!!! <sarc>)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
Some great instructions are already here so I'll add a couple of FR classic pics for future use:





34 posted on 03/06/2011 11:33:31 AM PST by Servant of the Cross (the Truth will set you free!)
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper
Only if you promise not to post any pictures like this:


38 posted on 03/06/2011 12:14:19 PM PST by 444Flyer ("...Rather the scorned- the rejected -the men hemmed in with the spears..." from 'A Consecration')
[ Post Reply | Private Reply | To 1 | View Replies ]

To: SgtHooper

39 posted on 03/06/2011 12:17:11 PM PST by TSgt (Colonel Allen West & Michele Bachman - 2012 POTUS Dream Team Ticket!)
[ Post Reply | Private Reply | To 1 | View Replies ]


Navigation: use the links below to view more comments.
first 1-2021-26 next last

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson