Free Republic
Browse · Search
News/Activism
Topics · Post Article

Skip to comments.

HTML Sandbox
Refreshed 1 July 03 | Various FReepers

Posted on 07/01/2003 9:34:44 AM PDT by TPartyType


Welcome Newcomers!

This Sandbox is devoted to giving you a place to practice basic HTML, and to get some coaching.


So, first things first:

Go to michigander's [ HTML Bootcamp (Cyber patriot training)] and learn there how to change font color, font size, font face, and the like.
THERE'S A WEALTH OF INFORMATION THERE NOT COVERED HERE (so as to avoid duplication).
Learn there also how to post a link and an image, then come back here to practice.

If you're having problems, folks will drop by occasionally to give you pointers and help you troubleshoot.


Boring posts are a crime . . .

So practice here first!


NEWCOMERS TIP: I just reread the FreeRepublic posting guidelines. They're worth a read by all newcomers [click here].


Following is an excellent previous post by Willie Green

But first, HTML advice from the FreeRepublic help page:

Basic HTML
The Free Republic forum uses standard HTML coding techniques. Use <p> to start new paragraphs. You may use <b> to begin bolding and <center> to center text, but please remember to end these items where appropriate with </b> and/or </center>, etc. If you post links or other advanced coding, be sure to test before posting.

Creating new paragraphs is about the only html that most posters ever need, but if you would like to learn more about html you may use any search engine on the internet to find tutorials. Simply search on "html tutorial". Here are links to a couple tutorials that I found:

The Basics

Paragraphs, Line Breaks and Horizontal Lines
A lengthy article or reply can be very tedious to read if it does not contain some very simple HTML formating. Inserting either of the following codes will make your post much more readable:


Character Formatting
Simple special effects may be created using Character Formatting Codes. These codes are used in pairs in the format: <?>words to be formatted</?>, where <?> turns the formatting "ON" and </?> turns the formating "OFF".

Please: ALWAYS turn "OFF" the formatting when you use it.

Some commonly used codes of this type are:

These codes can be "nested" to produce multiple effects at the same time. For instance:

<b><i>Bold and Italic</i></b> produces Bold and Italic


Links
The method for posting a HTML link is fairly simple. The following format is used:

<a HREF="URL">Link Description</a>

where "URL" is the URL address you want to link to (and you gotta use the double quotes), and Link Description is whatever you want to call your link. For example:

<a HREF="http://www.drudgereport.com/">Link to Drudge</a>

becomes Link to Drudge


And another from the same previous post:

<FONT COLOR="COLOR">Sample</FONT> produces colorful text.

"COLOR" is often a Hexidecimal Code for whatever Color you want, but color names are also supported.
Examples:

<FONT COLOR="blue">blue text</font> produces blue text

<FONT COLOR="red">red text</font> produces red text

<FONT COLOR="green">green text</font> produces green text


To: foolproof formatting

Here is an easy way to REMEMBER TO TURN OFF THE FORMATTING.

To be sure I turn off the formatting I TYPE THE "OFF" COMMAND AT THE SAME TIME AS THE "ON" COMMAND.

An example:
I want to respond to a line in a post by another brilliant Freeper.
I type < I >""< /I >< BR>
I then "cut and paste" his remarks between the quotes:
< i>" You are a poopy head "< /I>< BR>
And type my equally brilliant response: "No, you're a poopy head!"
The result:

"You are a poopy head"
No, you're a poopy head!

It's very easy to forget to turn off your formatting!
Yes it is!


To: ftrader, deport

Actually, the <ul> tag is for a bulleted list and stands for unordered list. The missing part is the list item tag (<li>) Here's an example:

<ul>
<li>List item #1
<li>List item #2
<li>List item #3
</ul>

Would display:


Finally . . .

Here's the link for [Webmonkey] (a super HTML training site).


Click here for previous HTML Sandbox thread.



TOPICS: Free Republic; Miscellaneous
KEYWORDS: bootcamp; faq; html; htmlbootcamp; learn; newbies; pl; practice; sandbox
Navigation: use the links below to view more comments.
first previous 1-20 ... 181-200201-220221-240 ... 1,141-1,155 next last
To: glock rocks
You start talking to yourself and by George, it's all downhill from there.
201 posted on 07/02/2003 7:26:41 PM PDT by Brad’s Gramma (Pray for America & Israel AND become a monthly donor to Free Republic. Or ELSE!)
[ Post Reply | Private Reply | To 199 | View Replies]

To: Brad's Gramma; glock rocks
it's okay. I don't listen.
202 posted on 07/02/2003 7:29:44 PM PDT by glock rocks (in 1893, the supreme court ruled the tomato a vegetable, hence subject to vegetable import tarrifs.)
[ Post Reply | Private Reply | To 201 | View Replies]

To: glock rocks; Brad's Gramma
Oh. OK then.

I think you'll be fine.
203 posted on 07/02/2003 7:30:36 PM PDT by Brad’s Gramma (Pray for America & Israel AND become a monthly donor to Free Republic. Or ELSE!)
[ Post Reply | Private Reply | To 202 | View Replies]

To: glock rocks
Testing..........


204 posted on 07/02/2003 7:34:30 PM PDT by Brad’s Gramma (Pray for America & Israel AND become a monthly donor to Free Republic. Or ELSE!)
[ Post Reply | Private Reply | To 202 | View Replies]

To: Brad's Gramma; glock rocks
I'll have you know that Rolling Rock (Latrobe PA's finest beer) makes really neat little sparkles when you blow a mouthful on the display. however, the keyboard is a little more sticky than it is when I allow my children to use it...
205 posted on 07/02/2003 7:36:52 PM PDT by glock rocks (the tomato is a fruit, no matter what the supreme court says.)
[ Post Reply | Private Reply | To 203 | View Replies]

To: glock rocks
That's really deep.

I need to ponder that for awhile.

ACTUALLY me and the boy and the pooches are going for our evening stroll. BBL
206 posted on 07/02/2003 7:39:03 PM PDT by Brad’s Gramma (Pray for America & Israel AND become a monthly donor to Free Republic. Or ELSE!)
[ Post Reply | Private Reply | To 205 | View Replies]

To: TPartyType
Great post. Thanks!
207 posted on 07/02/2003 8:10:56 PM PDT by Frank_2001
[ Post Reply | Private Reply | To 1 | View Replies]

To: glock rocks

Please, anyone, tell me you can see this!

208 posted on 07/02/2003 8:44:27 PM PDT by Brad’s Gramma (Pray for America & Israel AND become a monthly donor to Free Republic. Or ELSE!)
[ Post Reply | Private Reply | To 205 | View Replies]

To: Brad's Gramma
I'm sorry. I can't see the image.

Here is some info from "Dave's Interactive HTML Tutorial"
In-line Images...

You may also add images (pictures) to your web page, as long as the image is in the .gif or .jpg (or .jpeg) file formats. You will not be able to use .bmp format files! The basic tag for in-line images in <img src="location">. It is also recommended to add HEIGHT and WIDTH attributes to the IMG tag, which will allow the image to take proper proportions on a browser that is not currently viewing images. It is also recommended to use the ALT="what picture is" to tell a person what a picture is in case it is still loading or they are not viewing images. (The IMG tag has no closing tag!)

Example of a basic in-line image...

Dave's Site

<img src="http://www.davesite.com/graphx/davesmll.gif" WIDTH=200 HEIGHT=50 ALT="Dave's Site">

If your image is in the same directory as your HTML file, just use the image name. If your file is welcome.jpg, you can use <img src="welcome.jpg"> Then add the appropriate height, width, and alt attributes as mentioned above.


209 posted on 07/03/2003 6:19:21 AM PDT by MaryFromMichigan ( "Experience will teach you that what we see in others is another way of looking at ourselves")
[ Post Reply | Private Reply | To 208 | View Replies]

To: jla
HEY It worked!!!
*Happy Fourth of July Everyone!*
Specially jla who told me about Free Republic...
Thanks..Trease
210 posted on 07/03/2003 2:00:21 PM PDT by Treasa
[ Post Reply | Private Reply | To 209 | View Replies]

To: Treasa
Well it almost worked!..ha,ha.. Heres the picture:
211 posted on 07/03/2003 2:01:34 PM PDT by Treasa
[ Post Reply | Private Reply | To 210 | View Replies]

To: Britton J Wingfield
Once you type your tagline in it should remain on every post until you remove or change it.
212 posted on 07/03/2003 2:41:04 PM PDT by kylaka
[ Post Reply | Private Reply | To 26 | View Replies]

To: TPartyType

I'm going to try this, on preview it just shows a white square with a box in it

213 posted on 07/04/2003 12:50:42 AM PDT by Sunsong
[ Post Reply | Private Reply | To 1 | View Replies]

To: Sunsong
It seemed you have a little trouble posting a picture.
Unless of course, you MEANT to post a white square with a box in it!
In that case, IGNORE the rest of this message! :-)

The basic info on how to post a image:

1. Write: <IMG SRC="image.gif">

2. In the "image.gif" type in the image's location

Not sure what "image's location" is?
Click on the image and then click on "open this image" or "view image" or similar phrase.
What you'll see in the location bar is (of course!) the location! :-)

3. Post!

You can get the "finer" points later!)

One short note- Yahoo, Agelfire and others will only allow their images to be used by fee paying customers.
214 posted on 07/04/2003 8:43:34 AM PDT by MaryFromMichigan ( "Experience will teach you that what we see in others is another way of looking at ourselves")
[ Post Reply | Private Reply | To 213 | View Replies]

To: Britton J Wingfield
feh
215 posted on 07/06/2003 10:00:34 PM PDT by Britton J Wingfield (TANSTAAFL)
[ Post Reply | Private Reply | To 49 | View Replies]

To: Britton J Wingfield
feh I say
216 posted on 07/06/2003 10:01:09 PM PDT by Britton J Wingfield (TANSTAAFL)
[ Post Reply | Private Reply | To 215 | View Replies]

To: kylaka
Thanks.
217 posted on 07/06/2003 10:02:39 PM PDT by Britton J Wingfield (TANSTAAFL)
[ Post Reply | Private Reply | To 212 | View Replies]

To: TPartyType
for future reference
218 posted on 07/09/2003 4:11:08 AM PDT by marvlus
[ Post Reply | Private Reply | To 1 | View Replies]

So, does this tag fit?
219 posted on 07/12/2003 1:22:39 AM PDT by lorrainer (stEureotype - the obnoxious garlic-breathed drunken homosexual concentration-camp bullfighter who's)
[ Post Reply | Private Reply | To 218 | View Replies]

To: lorrainer
Apparently not!



stEureotype - the obnoxious garlic-breathed drunken homosexual concentration-camp bullfighter who's into organised crime.—Mark Steyn
220 posted on 07/12/2003 1:23:47 AM PDT by lorrainer (stEureotype - the obnoxious garlic-breathed drunken homosexual concentration-camp bullfighter who's)
[ Post Reply | Private Reply | To 219 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-20 ... 181-200201-220221-240 ... 1,141-1,155 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.

Free Republic
Browse · Search
News/Activism
Topics · Post Article

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