Copy the HTML link and post it. Works everytime!
Basic formatting:
Line break <br>
Paragraph break <p>
<blockquote>
Indented paragraph</blockquote>
<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:
Thanks to BykrBayb for a tip on using & l t ; instead of showing < with a space that needed to be removed and the blockquote command...