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

To: Stewart_B
An easy way to look like an HTML wiz is to download a copy of Mozilla. It comes with a simple HTML composer. If you choose to start a blog page with a service such as Blogger.com, you can still use Mozilla to compose the posts; you just paste in the relevant code.

A simple page might look something like...

This is a simple page.

It uses a handful of font effects.

It has a link.
The HTML for this looks like...
<html>
<head>
<meta http-equiv="content-type"
content="text/html; charset=ISO-8859-1">
<title></title>
</head>
<body>
This is a simple page.<br>
<br>
<b>It</b> <i>uses</i> <u>a</u> <font color="#990000"><i><b>handful</b></i></font>
<u><i>of</i></u> <font color="#cc33cc"><u><b>font</b></u></font> <font
color="#993300"><big>effects</big></font>.<br>
<br>
It has a <a href="http://www.freerepublic.com">link</a>.<br>
</body>
</html>
The stuff you'd cut-n-paste is between the <body> and </body> tags. (This is how I wrote all of the HTML code for this post!)

But whatever you do, don't use MS Word. It can save documents as HTML, but the resulting code is sloppy and the files are huge.

34 posted on 12/21/2003 1:42:07 AM PST by Redcloak (°¿°)
[ Post Reply | Private Reply | To 27 | View Replies ]


To: Redcloak
Thanks Redcloak. Ill try that.
36 posted on 12/21/2003 1:45:22 AM PST by Stewart_B ("You can get more with a kind word and a gun than you can with a kind word alone.")
[ Post Reply | Private Reply | To 34 | View Replies ]

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