Hello.

We are developing a site and we're having an issue with the HTML 
serializer, it seems to be adding a newline after before every <br/> tag, 
but not if it's preceded by an <img/> tag.


Now, most of the time this is not an issue, but we have a table cell with
<nobr>Option 1</nobr><br/>
<nobr>Option 2</nobr><br/>
<nobr>Option 3</nobr>

and it'll look different under different browsers ( there is a lot more 
space between each option ), if the <br/> tags are on a line by 
themselves:
<nobr>Option 1</nobr>
<br/>
<nobr>Option 2</nobr>
<br/>
<nobr>Option 3</nobr>

which is what the HTML serializer is doing.



So, could anyone help me out?  Why is it doing this? and is there anyway 
to have it not do this??


thank you!

fernando


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to