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

Skip to comments.

HTML Sandbox is locked - Requesting HTML Information, Links, etc. for FReeper Newbies
Self | August 17, 2002 | MeeknMing

Posted on 08/18/2002 4:46:35 AM PDT by MeekOneGOP

HTML Sandbox is locked - Requesting HTML
Information, Links, etc. for FReeper Newbies



No.....this is not a request for help for myself, lol ! This is for folks that are new to FreeRepublic.com that need a place to practice their HTML before posting on the regular threads. When I see a new FReeper that posts an article and the first reply is "Paragraphs are our friends" (or the likes), I will send them links to the NEWCOMERS: Welcome Center and Information thread and the HTML Bootcamp (Cyber patriot training) thread. This way, they may become oriented to FreeRepublic and their posts will go up and be better received by the FReeper audience.

Perhaps in all the recent changes FreeRepublic has undergone, I missed something? When I search for the "Sandbox" I find quite a few of them, but they are all "locked read-only". I'm trying to find out if there is an active "Sandbox" for folks to practice their HTML skills. If there is not one now, can someone post one? Perhaps there is a "Sandbox" posted now under a different name, or a place outside of FreeRepublic that one can practice their HTML posting skills. Bottom line, I think you see I'm looking for a place that I can direct new folks to so they can practice HTML.

Last, if you have any links to HTML instruction, etc., or anything that might be helpful to FReeper newbies (or helpful to anyone for that matter), please post them here.


TOPICS: Front Page News; Miscellaneous
KEYWORDS: faq; freepernewbies; htmlchallenged; newcomers
Navigation: use the links below to view more comments.
first previous 1-20 ... 81-100101-120121-140 ... 161-169 next last
To: MeeknMing
I know that. I just couldn't see it. :-)

I still can't see it, LOL

101 posted on 08/18/2002 5:38:11 PM PDT by Victoria Delsoul
[ Post Reply | Private Reply | To 96 | View Replies]

To: MeeknMing
Thanks.

Pay attention to details. Thats a good tip.

I'll have to write that one down. lol

102 posted on 08/18/2002 5:38:12 PM PDT by CJinVA
[ Post Reply | Private Reply | To 98 | View Replies]

To: MeeknMing
Bump this in case some new ones have just logged on.
103 posted on 08/18/2002 6:06:10 PM PDT by calawah98
[ Post Reply | Private Reply | To 100 | View Replies]

To: calawah98
Thanks! I'll bump it again.........
104 posted on 08/18/2002 7:31:33 PM PDT by MeekOneGOP
[ Post Reply | Private Reply | To 103 | View Replies]

To: MeeknMing
Too big?

105 posted on 08/18/2002 7:41:50 PM PDT by BraveMan
[ Post Reply | Private Reply | To 1 | View Replies]

To: MeeknMing
Ok, Bump again
106 posted on 08/18/2002 10:12:13 PM PDT by calawah98
[ Post Reply | Private Reply | To 104 | View Replies]

To: MeeknMing; michigander; JimmyT
Hey Mich, maybe it's time to revive the HTML Bootcamp threads.

What ever happened to JimmyT? I don't see him around anymore.

107 posted on 08/18/2002 10:42:02 PM PDT by jellybean
[ Post Reply | Private Reply | To 104 | View Replies]

To: BraveMan
Too big?




My short answer is no (and since you made or reproduced that image yourself, you know more than I do! :O) ).....

Actually, it's smaller than you created it to be. At least when I copy your URL:

http://home.wi.rr.com/braveman/miscellaneous/LogoSmall.gif

.......and paste it, it's bigger (600x600) in my browser. The image you posted is 200x200, but you already knew that.



108 posted on 08/19/2002 2:24:11 AM PDT by MeekOneGOP
[ Post Reply | Private Reply | To 105 | View Replies]

To: brityank; jellybean
... our beloved ...

Oh boy, better get out the hip boots, it's gettin' deep in here. ;-)


HTML Bootcamp (Cyber patriot training)



FORMAT HTML CORRECTLY, MAGGOT!!!


Greetings.

Thought you'd just drop in . . . eh?

Well don't sit down yet. Because any momentary lack of alertness, will almost surely result in a reply to some comment you've made, that you thought "innocent."

And that reply, will make you wonder, "What the heck are they talking about? You said 'A,' and they jumped all over you for saying 'B,' which you certainly did not say!" Momma!

So now that we've dispensed with the non-conflicted and centered state of your mind . . .

Recruits! Welcome to HTML Bootcamp!

The tennis racquets, golf clubs, and self-esteem, which you brought here, will be shipped out ASAP!

I recommend the movie, The D.I.starring Jack Webb, because your .. toes .. will .. be .. stepped .. on!

But you will learn to survive . . . and at all hours of the day and evening.

And you will become proud to wear the the title by which members of

this force of veteran freedom fighters is known: Freepers.

"That is all." ( Psssst... You might check this out: The Flow of Cash ... and Rights )

30 Posted on 03/08/2000 18:45:42 PST by First_Salute


Line Break: <br>
When you type <br> at the end of a line of text
This is what happens.

New Paragraph: <p>
When you type <p> at the end of a line of text

This is what happens.

As far as the basics, that's all you "need" to know.


These you need to turn something "on" and "off".

Bold "on" = <b> Bold "off "= </b>
Typing in:
<b>Bold</b> no more bold
Looks like:
Bold no more bold

The rest work the same way

Italic: <i></i>
Italic

Underline: <u></u>
Underline

Strikeout: <s></s>
Strikeout

Center: <center></center>

Center

Nothing to it right?
Now these require you to enter what you want between the " and ".

Font Size: <font size="?"></font> (?=font sizes; 1-7)
1234567

Font Color: <font color="#??????"></font> (??????=color)
#000000 Black
#FFFFFF White It's White, trust me it's there (highlight it with your pointer)
#FF0000 Red
#00FF00 Green
#0000FF Blue
#00FFFF Cyan
#A020F0 Purple
#FFA500 Orange
#FFFF00 Yellow
#A52A2A Brown

To: michigander

You can also use colors in English!

Font Color: <font color="??????"></font>
(??????=color)
Black
White It's White, trust me it's there (highlight it with your pointer)
Red
Green
Blue

Thanks brityank!

Click here for a all(?) the color "English" names and "#" codes.

Select Font: <font face="?"></font> (?=font)
Arial
Times New Roman
Wingdings (Wingdings)
Creepy
Courier
If these don't show up as different fonts, these particular fonts aren't installed on your system.

These rquire you to enter a reference address (URL) between the " and ".

How to post an image: <img src="?" height="" width=""> (?=the URL of the picture)
In this case the picture URL is: http://www.freerepublic.com/images/frlogo.gif
the image height is 130, the width is 150
(It's from the FR home page)
<img src="http://www.freerepublic.com/images/frlogo.gif" height="130" width="150"> =

Be sure to add the height and width sizes if at all possible. It allows the threads to load more efficiently.

About now you may be wondering. How do I find the picture address, height, and width?

Some pointers on formatting images:
If you use an IE browser, and see a graphic you want to bring to the FR forum, just right-click on the graphic, and look at the "Properties" menu. Then highlight the "Address" listed in the Properties window, right-click on the selected Address, and choose "Copy" from the popup menu. Now the address of the chosen graphic is in your Windows clipboard, ready to be pasted.

As an example, the "China Spy Guide" graphic on FreeRepublic contains this address: http://www.freerepublic.com/images/prcexports.jpg

In order to place it on a Reply page, I would normally center the image, and add a caption underneath:

<P>
<CENTER><IMG SRC="http://www.freerepublic.com/images/prcexports.jpg" height="120" width="120"><BR>
China Spy Guide</CENTER>
<P>

The above HTML shows up as:


China Spy Guide

Thanks Cultural Jihad!

Links are a 2 step process. Where you want to go and something for the pointer to "click" on.
Link Something: <a href="?">??</a> (?=the URL of the page, ??=something to "click" on)
In this case the page URL is: http://www.freerepublic.com/forum/a3a9d21696f05.htm (One of the Alamo-Girl NEWCOMERS pages)
<a href="http://www.freerepublic.com/forum/a3a9d21696f05.htm">(One of the Alamo-Girl NEWCOMERS pages)</a> the </a> turns off the link. =
(One of the Alamo-Girl NEWCOMERS pages) the </a> turns off the link.


Some more useful tips.

How did I do this?
Michigander, thanks for the writeup. I'm sure it'll help a lot of folks. But you really should have anticipated that someone's going to wonder how you managed to put the HTML commands inside brackets with no spaces and actually have them show up, instead of executing.

Folks, if you want to do what Michigander has done - making an HTML command *appear* instead of being acted upon by the browser, there's one more trick. Instead of typing < type the ampersand(&) pound(#) and 60. To make > appear, type ampersand pound 62 (no spaces anywhere). In between, you put the HTML tag you want to appear on the screen.

There may be another way to do the same thing, but this is the one I use.

</clinton>

Michael

Thanks Wright is right!

I use &lt; for < and &gt; for > because it's easy to remember "less than" and "greater than".

( And to get those to view on screen, I had to use &amp;lt; and &amp;gt; -- don't forget the semicolons!)

Thanks Willie Green

How to "Copy and Paste" text.
Highlight (darken in) the part you want to COPY with the mouse.

Do this by pressing DOWN the left click on ther mouse and HOLDING IT DOWN while you drag it over the portion to be copied.

You will see it darken in.

Then RIGHT CLICK on that darkened in portion.

A menu will come up.

LEFT CLICK on "copy" on that menu.

Go to the site you want to paste the copied part onto.

(for example free republic "reply").

RIGHT CLICK AT THAT SPOT.

A menu will come up.

LEFT CLICK on "paste" on that menu.

The copied portion will appear.

Thanks Joe Montana!

Another quick way to get the HTML codes is to go and "View Source" -- in Netscape it's on the top, or you can right-click on the page with the mouse. If you're in a Frame, select "View Frame". You can then either learn how it's done, or highlight the HTML you want, then hit Control-c to place on you're clipboard; go to where you want it inserted, and after positioning the cursor, do a Control-v to paste it in place. Or you can right-click the mouse, and those selections are there.

Remember to Preview and check the codes are working and are all </closed>.

Thanks again brityank!!

With the recent changes at FR, any open HTML tags will be automatically closed at the end of every reply or post.

Here is a list of the HTML tags that are available for use within the forum.

What do Bump, Ping, Bttt, ROTFL, LOL, VRWC and all those other terms and acronyms I see used here mean?
Stop by the Lexicon of FreeRepublic - 4th Edition. You'll be glad you did!

Previous Threads:
HTML for FReeper Newbies
Basic html formatting
Basic html formatting
HTML Bootcamp
HTML Bootcamp
HTML Assimilation
HTML Bootcamp (or how did they make that cool post/reply?)
HTML Bootcamp (or Wow, how did they do that?)
HTML Bootcamp (Cyber patriot training)
Go to the HTML Sandbox to practice!

Finally, a few words from Mr. Robinson:

Free Republic is an online gathering place for independent, grass-roots conservatism on the web. We're working to roll back decades of governmental largesse, to root out political fraud and corruption, and to champion causes which further conservatism in America.
And we always have fun doing it. Hoo-yah!

Try to remember that last sentence and don't take things too personally.
At ease, as you were, smoke 'em if you got 'em, carry on, and all that stuff.
That is all.


What ever happened to JimmyT? I don't see him around anymore.

I don't know? He just disappeared. :-(

109 posted on 08/19/2002 4:47:38 AM PDT by michigander
[ Post Reply | Private Reply | To 107 | View Replies]

To: All
I need some help with an html issue. I've read every tutorial I can get my hands on, but still can't find the answer anywhere.

I have 30 meg of server web space with my ISP, just sitting there unused. I would like to post some .jpgs to it so I can link to them on other threads. I've figured out how to activate the web space and upload the .jpgs to the web space, but I get a 404 error message every time I type in the URL using my browser.

Somebody at my ISP told me that, in order to see and link to the files I have saved there, that I need a file called "index.htm" with the file names of the .jpgs I have saved there. However, nowhere in any of the tutorials I have read does it say what information needs to be in this "index.htm" file. When I type "index.htm" in Google, it returns a bunch of unrelated web sites, none telling me what needs to be in "index.htm."

Do you create "index.htm" with Notepad? With your browser? Can someone please tell me what I need to type into "index.htm"?

Thanks!

110 posted on 08/21/2002 6:57:02 PM PDT by strela
[ Post Reply | Private Reply | To 46 | View Replies]

To: strela
"Index.html" is simply a convention used by web servers. If a user types in a url that is a directory, the web server looks in that directory for a page called "index.html" and shows that page to the user.

There is nothing special about the page called "index.html". It is just another web page.

Such a file is NOT necessary if all you want to do is link to the pictures.

Try this test: type in the full URL of one of the jpgs you have stored in your web space into your browser. Do you get the image, or do you get "you don't have permission" or some such error? You may have to set the permissions on the directory, AND the pictures themselves, to allow people to see them.

111 posted on 08/21/2002 7:29:09 PM PDT by Nick Danger
[ Post Reply | Private Reply | To 110 | View Replies]

To: Nick Danger
type in the full URL of one of the jpgs you have stored in your web space into your browser. Do you get the image, or do you get "you don't have permission" or some such error?

I get a "The Page Cannot Be Displayed" error message on my browser when I type in the following URL:

http://www.users3.ev1.net/~priruss/mowkitty.jpg

That is the full URL that is supposed to take me to my web space, and that JPG is one of the two I have already transferred there.

112 posted on 08/21/2002 7:35:12 PM PDT by strela
[ Post Reply | Private Reply | To 111 | View Replies]

To: strela
I found the answer to your problem:

Instead of:

http://www.users3.ev1.net/~priruss/mowkitty.jpg

Just take away the "www", so the address reads as follows:

http://users3.ev1.net/~priruss/mowkitty.jpg

Now...upload your FRiva pics and post away!!!!!!!!!!!! :-)

113 posted on 08/21/2002 8:23:47 PM PDT by lowbridge
[ Post Reply | Private Reply | To 112 | View Replies]

To: lowbridge
(smile)

Thank you.

(And now, time to burn up my little 56K modem) ;)

114 posted on 08/21/2002 8:59:10 PM PDT by strela
[ Post Reply | Private Reply | To 113 | View Replies]

To: strela
PS:

Use this address to see your two pics on your webspace:

http://users3.ev1.net/~priruss

115 posted on 08/21/2002 9:03:54 PM PDT by lowbridge
[ Post Reply | Private Reply | To 112 | View Replies]

To: All
Here is my Welcome/Orientation for new FReepers and those seeking HTML help:

Welcome to FreeRepublic.com, FRiend! :O)

Below is some information that I hope will make your orientation to FreeRepublic.com a very easy, simple and more pleasant experience.

If you have any questions, please don't hesitate to get back with me, ok? :O)

Have a great day, Friend!

Richard Meek

PS: If you see any flaws in my information below, please let me know. I proof-read it before sending it, but I'd like to update/correct if necessary! Thanks.
************************
The articles below are the exact articles that I used to become oriented to FR and to get acquainted with the HTML stuff. It's really pretty simple and I think it will probably help you out. If you have ANY problems with anything or any questions, PLEASE feel free to let me know. If I can't answer your questions or help you, I can find someone that can.

NEWCOMERS: Welcome Center and Information Desk
http://www.FreeRepublic.com/forum/a3b6abee65f22.htm

HTML Bootcamp (Cyber patriot training)
http://www.FreeRepublic.com/forum/a3aa5843c228c.htm

LOTS OF GOOD HTML STUFF HERE!:
HTML Sandbox is locked - Requesting HTML Information, Links, etc. for FReeper Newbies
http://www.freerepublic.com/focus/news/735087/posts

R U new? Some Tips....
http://www.freerepublic.com/forum/a3b84f77b74f1.htm

I'll do a little "coaching" with the HTML for pictures and for linking to articles here:

* * * * * * * * *
Pictures:

Here is the template I use for posting pictures:

< CENTER >< IMG SRC="??" height="?" >< BR >< /CENTER >

In the area marked “??” enter the URL Address. In the area marked “?” enter the HEIGHT of the graph image.

“What’s the URL Address?”: To find the URL Address for an image you want to post, go to the image. Right click on the image with your mouse pointer, left click on “Properties”. The window will show the URL Address AND the height and width. Copy and paste the URL Address into the template. Enter the height.

“I did all this and it still doesn’t look right.”: Most likely the image you want to copy has incorrect height/width parameters entered. Copy the URL Address and paste it into the address line in your web browser, click “Go.” That will bring up the image. Then do the “Right click/Properties” on the image and see what the height and width sizes of the image really are.

If you still have problems, send me a Freepmail and tell me what you’re trying to do and what the problem is, and I’ll check it out and help if I can! :O)
* * * * * * * * *
Links:

Here is the template I use for posting links:

< a href="??" >?< /a >
In the area marked “??” enter the HTTP address of the site you want to link (that’s the “http://www.FreeRepublic.com” type format address).

In the area marked “?” enter the verbiage you want the link to show in your post.

That’s it! Simple, huh? :O)
* * * * * * * * *
If you have any problems with any of the HTML stuff or anything regarding FreeRepublic.com, please let me know and I’ll help or try to get you help.

Richard Meek

116 posted on 08/28/2002 3:34:01 PM PDT by MeekOneGOP
[ Post Reply | Private Reply | To 115 | View Replies]

To: MeeknMing
An excellent web tool for those using Internet Explorer is the View Partial Source utility.

For those of you who want to repost an article in the original format, this is a real time saver. You highlight the desired area, right-click, and then choose View Partial Source. You see only the source code for the part you want to copy. No more slogging through lines and lines of HTML to find the source code you need. I use this method to post the Astronomy Picture of the Day at FR.

HERE IT IS.

Click on the download link, upper right. I know it says IE 5.x only, but I use it with IE 6. No problem.

117 posted on 08/30/2002 8:55:45 PM PDT by petuniasevan
[ Post Reply | Private Reply | To 116 | View Replies]

To: petuniasevan
Yes, VPS is great. I use it with IE 5.5. Quite a while back, I was introduced to the VPS tool/upgrade and found it was a big help, as you say. Then, I decided to upgrade my IE to 6.0. When I did that, the VPS upgrade was non-functional and I was perplexed to find out that I couldn't load in the webaccessdev (or whatever it is). I was told it doesn't work with IE 6.0 when I tried the upgrade. I wonder what the deal with that was? Seems to me that when you upgrade to IE 6.0, you should be able to load the VPS upgrade, but it wouldn't let me.

Recently I had my hard drive go out and so now I have IE 5.5 again and the VPS is funtional upon taking the upgrade pack. I'm afraid if I would upgrade to IE 6.0 again, I would lose the VPS again.

Hmm? (Thinkin' out loud here).....And, besides, I really don't recall what the difference really was between the IE 5.5 and 6.0 anyway. Is there some stuff with IE 6.0 you can do that I can't with IE 5.5???.......

118 posted on 08/31/2002 4:12:22 AM PDT by MeekOneGOP
[ Post Reply | Private Reply | To 117 | View Replies]

To: MeeknMing
Well, IE 6 has greater control over cookies (handling is more flexible). Privacy (blocking objectionable sites) is also more fine-tuned.

The Image Toolbar is also a new feature in IE 6. It offers quick save/email/print functions of web images. It also resizes large images to fit (and you can re-expand them). See below.

Now if IE 6 needs to close for an error, it displays a special screen instead of the old default oops box.

Not a real improvement unless sent-in faults are being corrected. They need to quit putting out buggy software in the first place.

That's all the new features in IE 6 I could find. Might be some minor appearance changes, but whoopee to that.

119 posted on 08/31/2002 10:46:52 PM PDT by petuniasevan
[ Post Reply | Private Reply | To 118 | View Replies]

To: petuniasevan
Oh, yes. Thanks! I remember the image features now. I remember that "encountered an error and needs to close" message and it seems I got that a lot too. I don't have as many problems since I got the new hard drive and use I.E. 5.5. I'll be so glad when they are able to make everything on the 'puter work a lot better together. I hear that Windows XP is pretty good - better than Winders 98.......
120 posted on 09/01/2002 5:38:25 AM PDT by MeekOneGOP
[ Post Reply | Private Reply | To 119 | View Replies]


Navigation: use the links below to view more comments.
first previous 1-20 ... 81-100101-120121-140 ... 161-169 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