L
lightman
Hi,
I have a repeater that is listing a bunch of items, with a
hyperlink-ed picture of each item. The problem is that the hyperlink
webcontrol is ignoring the set width and height of the control, and
even the height/width of the tablecell its in!
I would like to automatically have images that are bigger than 65x65
scaled down to 65x65, like you can in HTML, but setting the controls
size in the codebehind, and on the HTML page seems to get ingored, and
the picture is rendered at its full size.
Is this a known bug, or am I doing something wrong? I could resort to
using an actual HTML <a href..><img src..>, but would require some
other revisions.
Any ideas?
Lightman
I have a repeater that is listing a bunch of items, with a
hyperlink-ed picture of each item. The problem is that the hyperlink
webcontrol is ignoring the set width and height of the control, and
even the height/width of the tablecell its in!
I would like to automatically have images that are bigger than 65x65
scaled down to 65x65, like you can in HTML, but setting the controls
size in the codebehind, and on the HTML page seems to get ingored, and
the picture is rendered at its full size.
Is this a known bug, or am I doing something wrong? I could resort to
using an actual HTML <a href..><img src..>, but would require some
other revisions.
Any ideas?
Lightman