Free Republic
Browse · Search
General/Chat
Topics · Post Article

Skip to comments.

FreeRepublic's Instructional HTML Extravaganza!
10/03/2002 | Myself (freeasinbeer)

Posted on 10/03/2002 12:12:03 AM PDT by freeasinbeer

Hi everyone! I figured that since I get a few questions a week about HTML from members here, and I design sites for a living, that I could help the community by answering any questions that you have about how to post HTML, build your profile page, etc.

Just my little attempt at making this an even better place.


TOPICS: Computers/Internet; Education; Reference
KEYWORDS: help; html; tags
Navigation: use the links below to view more comments.
first 1-2021-32 next last
Got an HTML question about posting or your profile page? Fire Away!!
1 posted on 10/03/2002 12:12:03 AM PDT by freeasinbeer
[ Post Reply | Private Reply | View Replies]

To: freeasinbeer
Is there an easy one-shot way to deal with default intralinks when moving partial source code from its original site to FR?

I'd like a shortcut to cutting and pasting the original site's addy into each and every offending link.

Thanks!
2 posted on 10/03/2002 12:20:21 AM PDT by petuniasevan
[ Post Reply | Private Reply | To 1 | View Replies]

To: freeasinbeer
How to post an image...

**Note: to post an image to a thread or into your profile here on FR, the image must be located on a web server (i.e. you should be able to see it in your web browser from a specific website). Local images on your computer will not work.

  1. Find the URL or Web Address to the image you would like to post (it will look something like this -> http://www.example.com/image.jpg).
  2. Copy this address into memory on your computer (usually by hitting ctrl-c in windows), or write it down.
  3. In your reply, or on your profile edit page, create the image HTML tag. It is of the form <img src="">, where the address that you have copied in step 2 is now pasted in between the "" following the src attribute (i.e. <img src="http://www.example.com/image.jpg">) .
  4. Submit your message or profile (always preview to make sure it worked!) and presto, you have posted an image to FR!!

3 posted on 10/03/2002 12:21:14 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 1 | View Replies]

To: freeasinbeer
How to post sarcasm tags...

Since FreeRepublic allows for posting HTML, it also goes ahead and strips out incorrect HTML, like those wonderful sarcasm tags that we like to use. Seriously, this is very important when replying to any topic that mentions Hitlery, Jesse Jackson, etc.

  1. Find the proper post that needs a sarcastic response.
  2. Now, here is where HTML is your friend... Use the <xmp></xmp> tags, and in between those two tags, place your starting <sarcasm> and your ending </sarcasm> tags. The end result in the posting text box will look something like:

    <xmp><sarcasm></xmp>

    Boy is Hitlery purty!

    <xmp></sarcasm></xmp>

If you do this properly, your post will look something like this...

<sarcasm>

Hitlery for President in 2004!!

</sarcasm>

4 posted on 10/03/2002 12:47:28 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 3 | View Replies]

To: freeasinbeer
How to quote the post you are replying to...

This is an important part of posting, as it preserves the flow of the conversation, and makes it easier to allow others to joinin the discussion. FreeRepublic does include a great feature that allows you to see the original post, but including the reply in your post is a Good Thing®.

  1. First, find a post worthy of your response! Click 'Post Reply'.
  2. Next, on the reply page, use the italics tags to help denote the original message. Create the tags manually <i></i>.
  3. Copy and paste the original message (which can be found below the 'Your Reply' text box) in between the two new italics tags we have just created.
  4. Enjoy!

5 posted on 10/03/2002 1:00:16 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 4 | View Replies]

To: freeasinbeer
How to properly format your messages...

Nothing is quite so hard on the eyes as long posts that are essentially one huge paragraph. Break those paragraphs up! Use the paragraph tag <p> to create new paragraphs (this will automatically add a blank line above it, which helps to create the separate paragraph).

Another HTML tag used in formatting posts is the <br> tag. This is equivalent to hitting the return key, in that it starts a new line of text. Two of them together equal one paragraph tag.

6 posted on 10/03/2002 1:05:07 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 5 | View Replies]

To: freeasinbeer
How to post special symbols such as ®, ©...

These symbols are created by typing in special HTML codes. For instance, typing in &reg; will create the ® symbol.

Some others include: ¼, ¶, ¥, £, «, etc...

For a complete list, visit this site^

7 posted on 10/03/2002 1:10:28 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 6 | View Replies]

To: petuniasevan
If you mean, when you paste the original sites html source code, and the links are of the form /news/story0222.html, instead of http://www.newssite.com/news/story0222.html, then the answer is no.

At least, not that I have found. I too usually go through and paste in the offending url to fix the problem. Maybe someone else has a better solution?

8 posted on 10/03/2002 1:20:39 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 2 | View Replies]

To: freeasinbeer
I have had an ongoing problem with frames (colored boxes or simple lines around a text), backgrounds (wallpaper on my homepage, for instance), and fonts.

Is it possible to post on this forum using fonts that are available on my hard drive - Americana, Lucinda, etc.?
Not talking size or italics or bold here - those I've been able to master.

Thanks!

9 posted on 10/03/2002 3:17:58 AM PDT by .30Carbine
[ Post Reply | Private Reply | To 8 | View Replies]

To: freeasinbeer
Will you please remind me how to
blockquote,
highlight, and
marquee?

Thanks

10 posted on 10/03/2002 3:50:38 AM PDT by Jemian
[ Post Reply | Private Reply | To 8 | View Replies]

To: freeasinbeer
<xmp></xmp>

It's a lot easier to type &lt; and &gt; and you get < and > respectively.

Also, in posting Images, make sure you add the width="xxx" and height="xxx" parameters to prevent the threads from hanging up during load.

11 posted on 10/03/2002 4:05:15 AM PDT by brityank
[ Post Reply | Private Reply | To 4 | View Replies]

To: .30Carbine
Yes and no. If the displaying system (my browser) has a font loaded on it that you defined then it will display correctly. If the displaying system does not, then it will try to interpret the font and display the closest font that it has loaded. You can get really weird looking results on different machines.
12 posted on 10/03/2002 4:34:15 AM PDT by mikesmad
[ Post Reply | Private Reply | To 9 | View Replies]

To: freeasinbeer
Use the <xmp></xmp> tags, and in between those two tags, place your starting <sarcasm> and your ending </sarcasm> tags

Thanks so much for this hint! (You'll notice I had to use it to post this reply -- always good pedagogy! Though I also had to lift your code for the <xmp></xmp>. Some things there's no clear-cut way around!)

13 posted on 10/03/2002 8:36:22 AM PDT by maryz
[ Post Reply | Private Reply | To 4 | View Replies]

To: brityank
Also, in posting Images, make sure you add the width="xxx" and height="xxx" parameters to prevent the threads from hanging up during load

Yes, this is true, but for beginners it is tough to add in the images dimensions when the often don't know how to determine it.

I should have added that if you know them, add the width and dimension parameters.

14 posted on 10/03/2002 10:49:16 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 11 | View Replies]

To: .30Carbine
Is it possible to post on this forum using fonts that are available on my hard drive...

As mikemad has replied, you can do so, but it may not display correctly for everyone on the forum.

For example, if you post using font xxx, and you have it installed on your computer, then it will display in xxx. However, anyone else that looks at the page, but does not have the font installed, then their web browser will display your text in the default font set in their browser (i.e. Times New Roman, etc.).

To use the fonts on your computer, simply use the <font face="chosen font face">text here</font> tags.

15 posted on 10/03/2002 10:56:57 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 9 | View Replies]

To: brityank
You don't need the &gt; to get the >. However, if you don't otherwise have HTML (<p>, <br>, <b>, etc), just stick <i> </i> at the beginning of your post (that'll turn off "Auto-HTML" and post "straight" HTML; just remember to include at least one space between the <i> and </i>).
16 posted on 10/03/2002 2:43:05 PM PDT by steveegg
[ Post Reply | Private Reply | To 11 | View Replies]

To: freeasinbeer
... it is tough to add in the images dimensions when they often don't know how to determine it.

If you Right-click and View Image, the Browser window displays the pixel sizing on the Title bar at the top, along with the true Location Address of the image.

Try it:
www.FreeRepublic.com

The HTML:
<IMG SRC="http://www.freerepublic.com/images/frlogo.gif" width="150" height="130" border="2" ALT="www.FreeRepublic.com">

Cheers.

17 posted on 10/03/2002 5:45:41 PM PDT by brityank
[ Post Reply | Private Reply | To 14 | View Replies]

To: brityank
Sorry, misunderstanding. I know how to do the dimensions of an image, I was just pointing out that many users might not understand/know how to do this.

Thanks for posting the info though!
18 posted on 10/04/2002 12:24:08 AM PDT by freeasinbeer
[ Post Reply | Private Reply | To 17 | View Replies]

To: freeasinbeer
In the old days--two years ago?--we called it HTML Bootcamp.
19 posted on 10/04/2002 1:23:16 PM PDT by Havisham
[ Post Reply | Private Reply | To 1 | View Replies]

To: Havisham
In the old days--two years ago?--we called it HTML Bootcamp.

A much better name than I choose, which was at 3am...

HTML Bootcamp it is!

20 posted on 10/04/2002 3:15:34 PM PDT by freeasinbeer
[ Post Reply | Private Reply | To 19 | View Replies]


Navigation: use the links below to view more comments.
first 1-2021-32 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
General/Chat
Topics · Post Article

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