andyhockey8385
New member
I am creating images for a website using the <asp:Image> tag. All of these images have red boxes around them that are really unnecessary and annoying. I can't use the regular <img> tag for this particular instance or I would. Anyone know how I can get rid of this annoying red box or border or whatever the heck it is. Please let me know if you have any ideas. I greatly appreciate it. Thanks.
Brian, tried that, doesn't work. But thanks for the input.
The red box is like a resizing box where you can drag the little white dots to make the box bigger. And it shows up on the form and shows up when I load the page. I just want it gone. I tried something like setting the image resizable attribute to false but that did nothing either.
I FOUND THE SOLUTION!
In my CSS file i had to change this border to none instead of the red color it was set to before.
#rightcolumn img {border:none}
Brian, tried that, doesn't work. But thanks for the input.
The red box is like a resizing box where you can drag the little white dots to make the box bigger. And it shows up on the form and shows up when I load the page. I just want it gone. I tried something like setting the image resizable attribute to false but that did nothing either.
I FOUND THE SOLUTION!
In my CSS file i had to change this border to none instead of the red color it was set to before.
#rightcolumn img {border:none}