[ANSWERED] White Box Around PNG Image

For general web development questions that are not specifically related to CSS HTML Validator. This includes (but is not limited to) general HTML, CSS, Accessibility, JavaScript, and SEO questions.
Post Reply
paulp575
Rank IV - Intermediate
Posts: 170
Joined: Tue Aug 09, 2005 1:20 pm
Location: Spokane WA
Contact:

[ANSWERED] White Box Around PNG Image

Post by paulp575 »

Drafting up a web page and keep getting a white box around the main (center) image (a PNG).
Tried to remove it using border="0"; didn't work.
Also tried using css of IMAGE-NO-BORDER and used border-style: none; still shows white border.

How do I get rid of the border on this web page: http://dog-walker.org/EWFA/EWFA%20website/ewfa.com.htm
Last edited by paulp575 on Thu May 11, 2023 11:43 pm, edited 1 time in total.
paulp575
User avatar
Albert Wiersch
Site Admin
Posts: 3783
Joined: Sat Dec 11, 2004 9:23 am
Location: Near Dallas, TX
Contact:

Re: White Box Around PNG Image

Post by Albert Wiersch »

Hello,

Using Chrome DevTools, it seems that the issue is with the image itself (http://dog-walker.org/EWFA/EWFA%20website/image001.png) because when I change the image to something else (like another image), the border goes away.
Albert Wiersch, CSS HTML Validator Developer • Download CSS HTML Validator FREE Trial
paulp575
Rank IV - Intermediate
Posts: 170
Joined: Tue Aug 09, 2005 1:20 pm
Location: Spokane WA
Contact:

Re: White Box Around PNG Image

Post by paulp575 »

Okay; that's what I thought.
I tried different images and didn't have the problems.

Appreciate the response.
paulp575
Post Reply