[Mono-bugs] [Bug 36366][Nor] Changed - IMG tag does not render inside an <asp:hyperlink>

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 6 Jan 2003 22:41:45 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by david@codenoevil.com.

http://bugzilla.ximian.com/show_bug.cgi?id=36366

--- shadow/36366	Mon Jan  6 22:36:55 2003
+++ shadow/36366.tmp.2015	Mon Jan  6 22:41:45 2003
@@ -62,6 +62,17 @@
 
 <a id="hyper" href="http://www.ximian.com" target="_top">a
 
 </a>
 
 
+
+------- Additional Comments From david@codenoevil.com  2003-01-06 22:41 -------
+The original code that did not work is as follows:
+
+---
+
+<asp:hyperlink navigateurl="index.aspx" runat="server" id="Hyperlink1">
+	<img src="images/formatting/logo_my_ezine.gif"
+border="0"></asp:hyperlink>
+
+---