- From: Josh Cockey <josh@fredmail.com>
- Date: Tue, 23 May 2000 15:23:23 -0400 (EDT)
- To: html-tidy@w3.org
I'm using HTML KIt 290 beta 9 and let the HTML Kit Tidy plugin update an
existing file using CSS stylesheets.
My original line of:
<body background="../images/bg_bl.gif" bgcolor="#b3c9ce"
text="#000000" link="#0000ee" vlink="#551a8b" alink="#ff0000">
was changed to:
<style type="text/css">
body {
background-url: url(../images/bg_bl.gif);
^^^
:
:
/style
The above doesn't work, it should be:
<style type="text/css">
body {
background-image: url(../images/bg_bl.gif);
^^^^^^
:
:
/style
This has already been reported to the HTML Kit Beta newsgroup.
Thanks,
Josh
----
Josh Cockey | jcockey@fredmail.com
Received on Wednesday, 24 May 2000 09:58:56 UTC