| pronoun 2004-11-24, 12:19 pm |
|
Hi,
I just discovered XHTML and CSS. I use online verification, and "Tidy"
online. These last few weeks I've modified most of my website using notepad
and IE 6. My main problem is with the character set. The original pages were
just a hodge-podge of (bad) HTML which I altered by hand after "Tidying". I
would like to use Mozzila's Composer but this seems to alter the coding, and
I can't figure out the DOM thing at all. I have Star-Office and Office 97,
but the best (so far) is just notepad. I would be gratefull for any advice,
as to how I may speed things up (cheaply). My Doctype below:
Howard
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>Test Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<link rel="StyleSheet" href="my.css" type="text/css" media="all" />
<meta http-equiv="refresh" content="5 url=ClickThis.htm" />
<!--****unique style (for this page) below****-->
<style type="text/css" media="all">td#home {background:#eee;}
#signed{float:right;}</style>
</head>
<!--*************content begins here*************-->
<body>
|