RE: One line tag attributes

Hi,

Try these settings:
--indent-attributes = no 
--wrap = 0

Best regards

Mattias


 > -----Original Message-----
 > From: Virgil Reboton [mailto:nevermind@1speedcom.com]
 > Sent: den 13 mars 2003 06:16
 > To: html-tidy@w3.org
 > Subject: One line tag attributes
 > 
 > 
 > 
 > 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
 > 
 > 
###########################################

This message has been scanned by F-Secure Anti-Virus for Microsoft Exchange.
For more information, connect to http://www.F-Secure.com/

Received on Thursday, 13 March 2003 02:49:37 UTC