No worries. Btw, Tidy still has problems w/tabs in PRE elements. take it easy, Charlie At 03:13 PM 1/14/2003 +0100, Peter Macej wrote: >Please ignore my previous email. I just downloaded new version of Tidy and >it works fine. I haven't realize that I use older version, I fool. >Sorry > >Peter > > > -----Original Message----- > > From: Peter Macej [mailto:Peter.Macej@tuke.sk] > > Sent: Tuesday, January 14, 2003 3:00 PM > > To: html-tidy@w3.org > > Subject: How to prevent tidy from inserting new line after <br>? > > > > > > Tidy always adds new line after <br> tag, even in <pre> tag. This > > affects result. I played with every possible tidy config, but I > > cannot turn off this behaviour. It's only OK when markup=no but > > then < > & etc. are not replaced by escape sequences. > > > > Example: > > > > <HTML> > > <BODY> > > <pre> > > line1<br> line2 > > <pre> > > </BODY> > > </HTML> > > > > After processing with tidy: > > <HTML> > > <BODY> > > <pre> > > line1<br> > > line2 > > <pre> > > </BODY> > > </HTML> > > > > The output is not the same, one line break is added in browser > > because new lines in source are not ignored. I cannot stop using > > <br> because that text is automatically generated from other program. > > > > Is there a way how to escape < > & and let <pre> untouched? > > > > Thank you > > > > Peter MacejReceived on Tuesday, 14 January 2003 10:29:13 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:37:53 GMT