Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • cordellnetwork Friend
    #143027

    I need to remove the border around images in JA_nickel template for the bottom module and in the content area.

    I would think that the code border=”0″ would not have a border but that seems to make no difference.

    Site is still under construction. http://redfireit.com

    Please help.

    Css Magician Friend
    #312338

    <em>@cordellnetwork 138307 wrote:</em><blockquote>I need to remove the border around images in JA_nickel template for the bottom module and in the content area.

    I would think that the code border=”0″ would not have a border but that seems to make no difference.

    Site is still under construction. http://redfireit.com

    Please help.</blockquote>

    Hi cordellnetwork,
    template.css (line 1194) change


    div.ja-innerdiv img {
    border:1px solid #DDDDDD;
    margin:5px 10px 0 0;
    padding:3px;
    }

    to


    div.ja-innerdiv img {
    border: none;
    margin:5px 10px 0 0;
    padding:3px;
    }

    cordellnetwork Friend
    #312392

    Thank you, that worked well.

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  cordellnetwork 15 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum