test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • icbl Friend
    #164314

    I wanna wrap the following target’s image only (not links or other contents). Is it possible to target that with Joomla’s wrapper as could not find the way.

    http://www.bom.gov.au/products/IDR662.loop.shtml

    Regards

    thangnn1510 Friend
    #392788

    You could do it by changing this code:

    table.viewer {
    border-collapse: collapse;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    margin: 0;
    padding: 0;
    width: 893px;
    }

    to

    table.viewer {
    border-collapse: collapse;
    border-color: #CCCCCC;
    border-style: solid;
    border-width: 1px;
    margin: 0 auto;
    padding: 0;
    width: 893px;
    }

    in standard/radar/radarstyle.css

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

This topic contains 2 replies, has 2 voices, and was last updated by  thangnn1510 13 years, 6 months ago.

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