- From: Pat Naismith <pat_naismith@bigfoot.com>
- Date: Fri, 28 Jul 2000 14:10:31 +0100
- To: html-tidy@w3.org
- Message-Id: <a04320401b5a5fc15e1f1@[194.125.207.92]>
Hi All,
Mac Tidy has to be the best and most used application I have downloaded.
Congratulations
When I "Clean up to use CSS" the following:-
<body background="gifs/blueprint.gif" text="#000099" link="#FFFFFF" vlink=
"#FFFFFF" alink="#FF0000">
I get
<style type="text/css">
body {
background-url: url(gifs/blueprint.gif);
color: #000099;
}...................
should it not be
<style type="text/css">
body {
background-image: url(gifs/blueprint.gif);
color: #000099;
}...............................
or
<style type="text/css">
body {
background : #000099 url(gifs/blueprint.gif)
}...............................
or even
<style type="text/css">
<!-- body {
background : #000099 url(gifs/blueprint.gif)
}............................... -->
Keep the good work up.
Pat Naismith
--
Pat & Olwen Naismith,
8, Kilgobbin Road,
Stepaside,
Dublin 18.
IRELAND.
Phone/Fax. +353 1 295 6780
pat_naismith@bigfoot.com or
naismith@indigo.ie or
pat_naismith@stepaside.net or
olwen_naismith@stepaside.net
Pat Mobile +353 (0)87 275 1701
Olwen Mobile +353 (0)86 233 6804
Try http://www.stepaside.net/trv/
or http://www.stepaside.net/
Received on Friday, 28 July 2000 09:11:23 UTC