Remove Border From a Web Graphic

2 replies
This is probably a no-brainer request, but how do I prevent a border from displaying around a graphic I have on my WP blog?

I've set up border ="0" in the attributes, but it still displays in a box.

Thanks in advance ;-)
#border #graphic #remove #web
  • Profile picture of the author Andrew E.
    Your CSS file is probably responsible for the border showing up - you can either strip the border declaration from your CSS file, which will remove the borders from all similarly placed images, or when you can be selective about it - here's how:

    When you want to place an image without a border in your page, use the following attribute:

    Code:
    style="border: none;"
    Let me know if that helped any.

    Andrew E.
    {{ DiscussionBoard.errors[811887].message }}
  • Profile picture of the author AnniePot
    Hi Andrew

    Worked beautifully. Thanks ;-)

    Anne
    {{ DiscussionBoard.errors[812710].message }}

Trending Topics