- From: Virgil Reboton <nevermind@1speedcom.com>
- Date: Thu, 13 Mar 2003 13:15:31 +0800
- To: <html-tidy@w3.org>
Hi everybody
This is the first time i have use tidy, and i found it very very usefull, it is an amazing HTML utility.
This is my original code:
<TABLE border="0" width="100%" height="70" cellspacing="0" cellpadding="0" bgcolor="#E4E4E4">
<TR>
<TD height="21" bgcolor="#C0C0C0"></TD>
</TR>
This code was generated by Tidy
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<BODY>
<TABLE border="0"
width="100%"
height="70"
cellspacing="0"
cellpadding="0"
bgcolor="#E4E4E4">
<TR>
<TD height="21"
bgcolor="#C0C0C0"></TD>
</TR>
</TABLE>
</BODY>
</HTML>
and it is very nice, however i want the code to look like this
<TABLE border="0" width="100%" height="70" cellspacing="0" cellpadding="0" bgcolor="#E4E4E4">
instead of:
<TABLE border="0"
width="100%"
height="70"
cellspacing="0"
cellpadding="0"
bgcolor="#E4E4E4">
and
<TD height="21" bgcolor="#C0C0C0">
instead of
<TD height="21"
bgcolor="#C0C0C0">
wat do i need to configure?
thanks in advance
V i r g i l T. R e b o t o n
w e b m a s t e r
1SPEEDCOM.COM
www.1speedcom.com
Received on Thursday, 13 March 2003 00:17:34 UTC