Speaking of boot camp, the HTML sandbox is a handy resource.
http://www.freerepublic.com/focus/f-chat/3378678/posts
I was looking for how to do superscript and subscript, but it wasn't in there.
Most everything else is, though, including how to display some of the handy commands in a post you can copy and paste for reference.
So I've made you all some useful ones! (Including the ones I couldn't find there!)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
HTML for posting a clickable URL when using HTML...
(Replace both sets of XXX with the full URL. )
<A HREF="XXX" TARGET="_NEW">XXX</a>
For example... Our URL, https:///www.freerepublic.com becomes:
<p>
<A HREF="https:///www.freerepublic.com" TARGET="_NEW">https:///www.freerepublic.com</a>
<p>
(The <p>'s are breaks if needed to force a blank line before and after.)<br>
(Using <br> makes a new line without inserting a blank line.)<br>
(Use them to keep multiple items stacked instead of side by side.)<p>
See what I did there? ;-)<p>
HTML for posting an image...
(Replace the XXX with the full image URL.)
<p>
<img src="XXX" width="500">
<p>
HTML for posting an image, which when clicked will take you to a URL...
(Replace the XXX with the full image URL,
replace the YYY with the full URL you want clicking it to send you to.)
<p>
<a href="YYY"><img src="XXX" width="500" ></a>
<p>
HTML for Superscript and Subscript...
Test <sub>Subscript</sub> Test <sup>Superscript </sup> Test<p>
Test Subscript Test Superscript Test
(I just posted that last one to the sandbox... ;-)
Now you are all ready to do serious Meme-Unition Delivery beyond the trees!
Praise The Lord and Pass the Meme-Unition!
Copy and paste this into any post, for example... ;-)
<p>
<img src="https://live.staticflickr.com/65535/50049933592_eaf36920a8.jpg" width="500">
<p>
Gives you this:
~Easy
Do you have a handy tutorial how I could show a screenshot from my computer in a FR post?
Thanks.
Well done!