Hi,
Another use case where prettyprinting means trouble:
if you have a <td><img ... /></td> it get's pretty printed as:
<td>
<img .. />
</td>
The extra line + space should'nt make a difference but a IE render bug will show extra space around the image (as if a <br> was added after the image). 
Ugly if you have sliced and  image and 'stich' it back together inside a table in order to make 'rollovers'
Cheers.
Ronald


On Jan 17, 2006, at 5:53 PM, David Stanek wrote:



On 1/17/06, Karl Guertin <[EMAIL PROTECTED]> wrote:

On 1/16/06, Matthew Bevan <[EMAIL PROTECTED]> wrote:
> 1. TextArea fields have a large amount of whitespace added to them.
> Unfortunately for Kid, TextArea fields are whitespace sensitive, thus a None
> value results in two tab on one line, then one more on another in the case of
> my template.  There has to be a way to force KID to not "prettyprint" the
> content of certain elements...

I've run into this in my testing but haven't filed a bug yet. Do I
file this on kid's trac or on the TG trac under kid?

Put it in Kid's trac: http://lesscode.org/projects/kid/
If you have a patch already I'll get to it tonight, otherwise in the next few days.

-- David


Henriksvej 15

2400 København NV

+45 22 27 85 11

[EMAIL PROTECTED]


Reply via email to