A
ajfish
hi,
I have an asp.net webform that contains some source like this
<img src="..."><asp:hyperlink id=".." runat="server"...>
with no whitespace between the tags. when the page is rendered, it
comes out like this:
<img src="..."> <asp:hyperlink id=".." runat="server"...>
there are 2 tab characters between the end of the img tag and the
hyperlink tag which cause a space to appear where I don't want it in
the HTML.
I have this exact sequence repeated in many places in the application
(several times on the same page) and there are 2 that behave in this
way, but I can't find any rhyme nor reason for it. there is no funny
character in the source file.
anyone else seen this problem? any ideas for a workaround?
Andy
I have an asp.net webform that contains some source like this
<img src="..."><asp:hyperlink id=".." runat="server"...>
with no whitespace between the tags. when the page is rendered, it
comes out like this:
<img src="..."> <asp:hyperlink id=".." runat="server"...>
there are 2 tab characters between the end of the img tag and the
hyperlink tag which cause a space to appear where I don't want it in
the HTML.
I have this exact sequence repeated in many places in the application
(several times on the same page) and there are 2 that behave in this
way, but I can't find any rhyme nor reason for it. there is no funny
character in the source file.
anyone else seen this problem? any ideas for a workaround?
Andy