Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • beyondsports Friend
    #133486

    ive gone in and added the border for both side’s as well as the botsl too….where can i edit the css to give me the border at the top of the frontpage and at the bottom…

    using #333333…
    thanks

    trey

    also where can i edit the css to center the copyright text in the footer…

    see the attached screenshot…


    1. cross1111
    Sherlock Friend
    #271247

    Can you give us your live URL, any screenshot or more details of the problem will be helpful

    beyondsports Friend
    #271250

    see my original post for the screenshot and here is the url…

    http://www.crossinstrumentation.com/CrossI/

    thanks
    trey

    Sherlock Friend
    #271262

    hi
    add bodder at top
    you can edit template.css (line 346)

    .componentheading {
    border-bottom:5px solid #333333;
    border-top:1px solid #333333;---> add this line
    font-size:200%;
    font-weight:normal;
    }

    or you can add those line into template.css

    #ja-current-content {

    border-top:1px solid #333333;
    }

    Sherlock Friend
    #271263

    add border at bottom:
    you can edit template.css (line 565)

    #ja-container-inner {
    background:transparent url(../images/vline.gif) repeat-y scroll 83% 0;
    border-bottom:1px solid #333333; --> add this line
    }

    Sherlock Friend
    #271265

    Center footer
    please edit default.php(templates/ja_teline_ii/html/mod_footer folder), add tag < center></center>
    like this:

    <center>
    <small>Copyright © 2008 Cross Instrumentation. All Rights Reserved. </small>
    </center>

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

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

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