D
Dan Christensen
I use FrontPage in Code view 99% of the time, occasionally hitting
preview but usually previewing in the browser. The problem I'm
experiencing is that I have:
<br />
<asp
ataList... runat="server" >
<ItemTemplate>
....
</ItemTemplate>
</asp
ataList>
<hr />
(another DataList)
and FrontPage seems to think the first DataList needs a non-breaking
space entity before it, and that the horizontal-ruled line can not
exist on a line by itself (so it is moved onto the </asp
ataList>
line). At least those are the changes I'm seeing on save. The second
DataList is left alone, as are other asp server-controls on the page.
This is really annoying, and I can't seem to find an option to disable
this pre-save editing of my code. Is there anything I can do?
Thanks.
Dan Christensen
preview but usually previewing in the browser. The problem I'm
experiencing is that I have:
<br />
<asp
<ItemTemplate>
....
</ItemTemplate>
</asp
<hr />
(another DataList)
and FrontPage seems to think the first DataList needs a non-breaking
space entity before it, and that the horizontal-ruled line can not
exist on a line by itself (so it is moved onto the </asp
line). At least those are the changes I'm seeing on save. The second
DataList is left alone, as are other asp server-controls on the page.
This is really annoying, and I can't seem to find an option to disable
this pre-save editing of my code. Is there anything I can do?
Thanks.
Dan Christensen