Skip to comments.
A guide to using HTML on Free Republic in 5 lines
Painful experience
| April 25, 2007
| GrondramB
Posted on 04/25/2007 5:19:01 PM PDT by gondramB
Edited on 12/14/2007 2:04:47 PM PST by Lead Moderator.
[history]
When I came to Free Republic I had never used HTML. All the guides seemed complicated. This is a guide where I try to keep it as short as possible to cover the most needed topics. There are many better and more complete guides. I'll link to a couple at the end.
-
Free Republic uses HTML where formatting is enclosed in “less than” and “greater than” signs like this <bold> </bold>unlike many boards that use brackets like this [bold] [/bold].
-
The first one starts the command and the second one (with the divided by sign) ends the formatting like this < b > Text < /b >
As soon as you use one HTML command in your post the Free Republic editor assumes you are doing all the formatting so you need to add you own line breaks and blank lines. Use the <br> command once for a line break, or twice (like this <br><br>) for one blank line, three times for two blank lines and so on.
-
To insert a clickable link: <a href=www.linkadress.com>Link description</a>
-
To insert a picture <img src=”www.linkadress.com/picturename.jpg”>
Other resources
-
To host photos for free and get the HTML generated for you www.photobucket.com This site doesn't allow porn so its less likely to be blocked at work.
-
More advanced Freep thread on HTML http://www.freerepublic.com/focus/f-news/1569737/posts
-
Best off-Freep resource page I've found http://www.htmlcodetutorial.com/
-
Good luck!
TOPICS: Computers/Internet; Reference
KEYWORDS: faq; freerepublic; frfordummies; frhtml; guide; html
Navigation: use the links below to view more comments.
first previous 1-20 ... 61-80, 81-100, 101-120, 121-139 next last
To: gondramB
I want to post a pic from my own digital but the properties line has no .com address. How do I post the pic then? Thanks.
101
posted on
02/19/2008 9:00:46 PM PST
by
Rennes Templar
( Never underestimate the difficulty of changing false beliefs by facts.)
To: Rennes Templar
>>I want to post a pic from my own digital but the properties line has no .com address. How do I post the pic then? Thanks.<<
Hopefully someone more knowledgeable will see this and suggest an improvement on the multi-step process I use when a poicture does not have simple properties... I also use it when the picture might disappear from online - this creates another permanant copy.
1. In my browser (I use
Firefox ) I right click on the picture and choose "copy image"
2. Then I use my free photo program
Irfanview. I paste the picture and save it to my hard drive. Pretty much any photo program should work.
3. Then I upload the picture and re-host it a free picture hosting site. I use
http://photobucket.com/ This gives you a nice clean address for the picture. I use photobuck because its large and free and doesn't accept porn so its less likely to be blocked.
Hopefully somebody else has a more elegant solution but in the mean time this will work. Good luck.
102
posted on
02/19/2008 11:10:24 PM PST
by
gondramB
(Preach the Gospel at all times, and when necessary, use words.)
To: gondramB
103
posted on
02/20/2008 7:38:03 AM PST
by
Rennes Templar
( Never underestimate the difficulty of changing false beliefs by facts.)
To: PatrioticMarineMom; trooprally
To force the images to lay side-by-side instead of letting the browser push the next image down to the next line you put the images in a table.
Westminster MD Freepers |
|
|
Here's the code I used to display the two images above with a heading:
<table> |
|
<tr> |
|
<th colpan=2>Westminster MD Freepers</th> |
|
</tr> |
|
<tr> |
|
<td><img src="http://i274.photobucket.com/albums/jj252/RockerMom2MyHero/20080216_35.jpg" width=256 height=192></td> |
|
<td><img src="http://i274.photobucket.com/albums/jj252/RockerMom2MyHero/08-03-14WalterReed02.jpg" width=256 height=192></td> |
|
</tr> |
</table> |
104
posted on
03/22/2008 8:45:59 PM PDT
by
BufordP
(Had Mexicans flown planes into the World Trade Center, Jorge Bush would have surrendered.)
To: Bloody Sam Roberts
Your sense of humor is 13 years out of date. You need an upgrade!
To: BufordP; PatrioticMarineMom
I think from PMM's freemail, she wants something like this:
text -- text
pic on left margin .................................................... space between pic ......................................... Pic on right margin
106
posted on
03/23/2008 3:17:47 AM PDT
by
trooprally
(Never Give Up - Never Give In - Remember Our Troops)
107
posted on
03/23/2008 3:19:06 AM PDT
by
SolidWood
(All conservative effort into retaking Congress!)
To: 69ConvertibleFirebird
108
posted on
03/23/2008 3:28:51 AM PDT
by
GOPJ
To: trooprally; BufordP
Yep... Troop was right. I can get them side by side... But is there anyway for space between pics?
TITLE/HEADING
PIC PIC
BODY
To: AFreeBird
You need an upgrade! Haven't found one for XP and I will NOT have anything to do with Vista. Blech.
But I'll keep a-lookin'.
110
posted on
03/23/2008 8:21:05 AM PDT
by
Bloody Sam Roberts
(Great spirits will always encounter violent opposition from mediocre minds.)
To: PatrioticMarineMom; trooprally
Westminster MD Freepers |
|
|
|
Here's the same code from my previous post with minor changes in red
<table width="100%"> |
|
<tr> |
|
<th colspan=3>Westminster MD Freepers</th> |
|
</tr> |
|
<tr> |
|
<td align=left><img src="http://i274.photobucket.com/albums/jj252/RockerMom2MyHero/20080216_35.jpg" width=256 height=192></td> |
|
<td></td> |
|
|
<td align=right><img src="http://i274.photobucket.com/albums/jj252/RockerMom2MyHero/08-03-14WalterReed02.jpg" width=256 height=192></td> |
|
</tr> |
</table> |
111
posted on
03/23/2008 2:55:20 PM PDT
by
BufordP
(Had Mexicans flown planes into the World Trade Center, Jorge Bush would have surrendered.)
To: BufordP
Yep, I believe that is what PMM is looking for. Thanks.
[Mr] T
112
posted on
03/23/2008 2:58:41 PM PDT
by
trooprally
(Never Give Up - Never Give In - Remember Our Troops)
To: BufordP
Yes... Yes... Yes!!! Whew... I’ve searched searched and searched for that code! I think I need a drink!
THANK YOU!
To: lilycicero
115
posted on
06/05/2008 9:22:24 PM PDT
by
cherry
To: cherry
116
posted on
06/05/2008 9:23:34 PM PDT
by
cherry
To: cherry
117
posted on
06/05/2008 9:25:33 PM PDT
by
cherry
To: gondramB
I’d like it if FR supported markdown. Writing raw html in forms is a pain in the rear.
118
posted on
06/05/2008 9:25:40 PM PDT
by
ketsu
To: BunnySlippers
To: cherry
hypermiler
120
posted on
06/05/2008 9:27:17 PM PDT
by
cherry
Navigation: use the links below to view more comments.
first previous 1-20 ... 61-80, 81-100, 101-120, 121-139 next last
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.
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson