Hi localhost (No real name?),
Will this do it for you?
LinkButton1.Text = "<img id='Send' src='send.gif' border='0' />"
Ken
[quoted text, click to view] "localhost" <primpilus@cohort.ces> wrote in message
news:8jv3d0tqg8cs70b8o7r1sbrsth5g6rivoa@4ax.com...
>
> I have an ImageButton that renders this HTML:
>
> <input
> type="image" name="Send" id="Send" src="send.gif" border="0"
> />
>
> I would like to to render to this instead:
>
> <a href="#"><img id="Send" src="send.gif" border="0" /></a>
>
> Because I have style sheets that manage img tags but not input tags of
> type image.
>
> How can I modify how the ImageButton is rendered but let it still
> participate int he PostBack process?
>
>
>
> Thanks.
>
>