On 11/8/05 5:37, in article kda1n19oeqkqet231cuippp6hae7qeu4il@4ax.com,
>> On 11/7/05 16:04, in article mmqvm1hk1pg03gcccqqauqdji98lgepi62@4ax.com,
>>
[quoted text clipped - 49 lines]
> put in line breaks, indenting, etc. But there is no option to say
> leave it the way I typed it.
If possible, please send exact repro steps directly to me (remove online
from the address).
Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights
Peter D. Dunlap - 18 Nov 2005 14:10 GMT
>On 11/8/05 5:37, in article kda1n19oeqkqet231cuippp6hae7qeu4il@4ax.com,
>
[quoted text clipped - 58 lines]
>Mikhail Arkhipov (Microsoft)
>-- This post is provided 'AS IS' with no warranties and confers no rights
Actually I'm just avoiding the ctl-k ctl-d reformatting except when I
first create a page. To reproduce simple enter
<table>
<tr>
<td>
Indented stuff
</td>
<td>inline stuff</td>
</tr>
</table>
When you do ^K^D I haven't found any setting which will allow both of
the TD sets to remain as they are, one or the other will change.
However, I've found that if I use asp:Table tags instead of html tags,
it renders the TD tags without any spaces or line breaks before or
after, so that solves the problem. They're considerable more verbose
than html, and they want an ID on every table for some weird reason,
but I can indent them all the time and not have extra spaces pushed
into the layout.
Well, almost. I have a fairly complicated layout that renders fine on
Firefox and Opera, but IE still shows with little gaps at the top of
the page and major misalignment at the bottom, but as I haven't
figured out why yet that may be unrelated.