Posted on 11/22/2004 9:16:10 AM PST by TPartyType
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.
NEWCOMERS TIP: I just reread the FreeRepublic posting guidelines. They're worth a read by all newcomers [click here].
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:
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
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
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!
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).
That looks just beautiful devolve, I'm impressed! The spaceship is a perfect touch for that scene.
That is beautiful devolve, I'm impressed!! The spaceship is a perfect touch for that scene.
I think I even see people shooting out of some windows, LOL.
I am starting a Ben Stein Ping and I am trying to post an image. Can someone help? I post the link in between < > , but I keep getting broken links. Is there something I am doing wrong?.
Either of these two gifs would be great.
img src=www.learningware.com/ whatsnew/BenStein.gif
img src=www.jimmykimmeltv.com/ super_ben_tbn.gif
<img src="http://www.learningware.com/whatsnew/BenStein.gif">
Thanks for trying but it isn't even showing a broken link anymore.
This is what I said you should try:
<img src="http://www.learningware.com/whatsnew/BenStein.gif">
<img src="www.learningware.com/whatsnew/BenStein.gif">
<img src="http://www.learningware.com/whatsnew/BenStein.gif">
Do you see the difference? You need to have http:// to have a valid address.
You or I can control the display "size" by manipulating the height and width settings like this:
<img src="http://www.learningware.com/whatsnew/BenStein.gif" height="750" width="1000"> =
Or
<img src="http://www.learningware.com/whatsnew/BenStein.gif" height="150" width="200"> =
The thing is, the "size" in bytes remains constant (160595) regardless of how we manipulate the "size" of the width and height settings.
Back in the old days, 160K would be big, but now I don't know what the standards are? Do you think it will take to long to download to use for a ping?
I think I like the size you choose for the ping list.
I don't know.
IMO, go with it until someone whines about it. ;-)
This is only a test
this is too
one more time
Sorry to bother you,
I found you on the HTML sandbox. I noticed your username has the comment "(Thank you Veterans past and present!)" next to it.
Can you tell me how to add these comments that show up behind your name after you post something?
I've been busting my brain trying to figure it out.
Oops, that last one was meant to be a private message.
Now everyone knows I'm a moron.
When You go to post a comment to someone, just underneath the text box There is a text line that has "Tagline: (optional, printed after your name on post):" just above it. That's where you put your tagline.
Okay, thanks. So you basically have to do it everytime.
Gotcha.
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.