N
Nathan Sokalski
I am using the ImageUrl property of the HyperLink control. My image is
large, so I am setting the width/height attributes, but when it renders the
width/height attributes are in the <a> tag rather than the <img> tag,
therefore not making the image the size I want. I can obviously place an
Image control inside the HyperLink, but the HyperLink was obviously intended
to render both. Is there a way around this without using multiple controls?
Thanks.
large, so I am setting the width/height attributes, but when it renders the
width/height attributes are in the <a> tag rather than the <img> tag,
therefore not making the image the size I want. I can obviously place an
Image control inside the HyperLink, but the HyperLink was obviously intended
to render both. Is there a way around this without using multiple controls?
Thanks.