I have a Hyperlink control. It's got .ImageUrl property. When I render it, the results are:
My question is this. Within the
tag I would like to specify some attributes (like ALIGN). How can I do that just with my Hyperlink control? I don't seem to find a way to access its image tag at all. So, now it looks like I would have to render the
and separately by hand and that will suck.
Thanks for your help.