Re: indent tidy (fwd)

Hi Yann,

Just so you know, the reason Tidy does not break between anchor <A></A> 
tags is that putting such breaks in will add whitespace to documents and 
alter how the page looks in the browser.  Is this something you want?

I don't think there is an option (or any combination) that will do what you 
want.

take it easy,
Charlie

At 07:20 PM 6/4/2002 +0100, Dave Raggett wrote:

>---------- Forwarded message ----------
>Date: Tue, 4 Jun 2002 17:39:23 +0200
>From: Yann DUPONT <ydupont@eto.fr>
>To: "'dsr@w3.org'" <dsr@w3.org>
>Subject: indent tidy
>
>Hi
>
>i've a question a minor problem ( i think), i'd like that tidy object
>doesn't return a break when meeting href tag:
>
>"Arial, Helvetica, sans-serif" size="1"><b><a
>                      href=
>                      "http://www.e-mailtouch.com/etointerne/ms/eto-p5.htm"
>                       target="_blank"><img src=
>
>
>i'd like to have :
>"Arial, Helvetica, sans-serif" size="1"><b>
><a href="http://www.e-mailtouch.com/etointerne/ms/eto-p5.htm"
>target="_blank"><img src=
>
>
>here's my setting:
>
>
>TidyObj.Options.Doctype = auto
>TidyObj.Options.DropFontTags = false
>TidyObj.Options.OutputXhtml = false
>TidyObj.Options.Indent = 2'2 'AutoIndent '2
>TidyObj.Options.IndentSpaces = 3
>TidyObj.Options.TabSize = 2
>TidyObj.Options.Wrap = 72
>TidyObj.Options.IndentAttributes = false
>TiDyObj.Options.WrapAsp = true
>TidyObj.Options.QuoteMarks = false
>TidyObj.Options.QuoteAmpersand = false
>TiDyObj.Options.BreakBeforeBr = false
>TiDyObj.Options.Clean = false
>TiDyObj.Options.ShowWarnings = true
>
>
>I need to autowrap absolutly
>.....
>
>
>......
>
>what option do i need to force for parsing html correctly?
>
>Thx for your answer
>
>yann

Received on Wednesday, 5 June 2002 11:29:51 UTC