You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ecs-user@jakarta.apache.org by Jean-Francois LE BERRE <ml...@leberre.org> on 2004/04/06 00:39:12 UTC

pretty_print

Hi again :)

I'm using pretty_print from ecs.properties.
It's very nice.

But... It's bad that it formats A tags like this:

<a href="myUrl">
  myUrlName
</a>

Because, in Mozilla, a space appears after the name, in the link. It
looks a bit strange.

I would prefer that A tags stay this way:
<a href="myUrl">myUrlName</a>

Is there a way to fix this?
Maybe there is another way...

But I can stay pretty_print=false for now ;-)

Thanks
Jean-François

---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-user-help@jakarta.apache.org


Re: pretty_print

Posted by Jean-Francois LE BERRE <ml...@leberre.org>.
On Mon, Apr 05 2004 18:39:12 -0400, Jean-Francois LE BERRE wrote:
> But... It's bad that it formats A tags like this:
> 
> <a href="myUrl">
>   myUrlName
> </a>
> 
> Because, in Mozilla, a space appears after the name, in the link. It
> looks a bit strange.

Here is an example of what I mean:

<a href="http://www.google.fr/">
	Google
</a>

<a href="http://www.yahoo.fr/">
	Yahoo
</a>

I don't want the space between the 2 links to be underlined. But it
is! Because of the format of A tags.
It should be:

<a href="http://www.google.fr/">Google</a>

<a href="http://www.yahoo.fr/">Yahoo</a>


I'm a bit perfectionist I know :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: ecs-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: ecs-user-help@jakarta.apache.org