Jump to content

Border around image - how do you get rid of it?


gregaryb

Recommended Posts

<img src="../images/HC-05.jpg" class="image_wrapper" width="400" />
.image_wrapper
{
	margin-left: 5px;
	margin-right: 5px;
	border: 0;
}

How do I get rid of the bloody border????

I have tried everything in the above class.

 

border-thickness

border-style

border-color

 

I simply cannot change the border from a thin black line to a different color or thickness.

Nor remove it.

Why?

https://drive.google.com/file/d/1CnfmPW6XQDwhmZ7XTfsb1lPWQO8AxXCZ/view?usp=sharing

Link to comment
Share on other sites

There must be other code with higher precedence putting a border on the image, or the border is on a parent element of the image, or the border is actually part of the image file. Without seeing the rest of the code there's no way to know.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...