• I inserted an image into my about page. In the edit mode there is no border (rectangular) on the image. But when you publish it and then browse to the page, there is a border around the image. I can’t figure out how to eliminate it.

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter grantde

    (@grantde)

    The owner of the server where I lease did sent me this:

    I have added the necessary entries for dns1.bizzzz.net and dns2.bizzzz.net in your DNS zone on our server. The IP propagation should require about 3-4 hours to fully propagate worldwide.

    Some ISPs do not take the answer from name servers that do not resolve to an IP address as authoritative even if the name servers are registered correctly, which is why some people had no trouble accessing your websites and some did.

    I would appreciate your trying again late today or tomorrow. Thanks all!

    Thread Starter grantde

    (@grantde)

    To help you understand what may be happening, my wordpress website at https://dustcathcers.org is pointing to dns1. and dns2. bizzzz.net which is my virtual server.

    Yup, everything’s nice and propagated now. ??

    Your theme’s style sheet adds borders for all images. Do you want to remove the border for just the one image or for all of them? Perhaps just the ones that aren’t links?

    Here’s a bit of CSS that would remove the border for all images:

    img,
    a img {
        border: none;
    }
Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Get Rid of Image Border’ is closed to new replies.