Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • zandercent Friend
    #125018

    just a quick one. I want the text of my pathway to appear on the right of the page, but when i use text-align: right; to make the text right justified the link stops working.

    Anyone have any ideas?

    thanks!

    kashxo Friend
    #236513

    Could you explain more about your modification?
    Where did u put the text-align to?

    Menalto Friend
    #236515

    Do you want it to start backwards? If not you can add float: right on the pathway div and it stays on right side.

    zandercent Friend
    #236516

    Sure,

    heres the code

    #ja-pathway {
    background: url(../images/pw-r.gif) no-repeat right -3px #ffffff;
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    width: 99%;
    text-align: right;
    }
    all I’ve done is changed the background image and added the line marked in italics in the templatecss.css file. the text aligns correctly, but the link doesn’t work.

    thanks

    Menalto Friend
    #236517

    #ja-pathway {
    background: url(../images/pw-r.gif) no-repeat right -3px #ffffff;
    display: block;
    float: right;
    height: 32px;
    line-height: 32px;
    width: 99%;
    }

    Will this one work?

    zandercent Friend
    #236518

    Hi

    thanks everyone, but it was all my fault! I had added a floating module which was ‘hiding’ the functionality of the link, the ‘text-align’ tag works fine.

    thanks for your help though guys.

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

This topic contains 6 replies, has 3 voices, and was last updated by  zandercent 16 years, 10 months ago.

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