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.comReceived on Wednesday, 24 May 2000 09:58:56 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:37:48 GMT