Jump to content

  •  

  • Tutorial info Visit support topic

    • Added on: Mar 29 2008 10:06 AM
    • Date Updated: Dec 04 2008 03:14 PM
    • Views: 2343
     


    * * * * *
    1 Ratings

    (V88)Forum Row Image Grandient

    With this mod you will be able to set an image Grandient to the forum row table. Image attached.

    Posted by Vince on Mar 29 2008 10:06 AM
    Posted Image

    ACP -> Look & Feel -> Edit templates html -> Board Index -> Forum Row

    Find:

    <td class="row2">

    Replace with:

    <td class="row2fixed">

    Save.

    ACP -> Look & Feel -> Edit CSS Advanced mod

    Find:

    .row2{  
    }

    Add above:


    .row2fixed{  
    background-color: #DEDBE4;
    background: url(style_images/<#IMG_DIR#>/forumrowgrand.gif);
    background-repeat: repeat-x;
    }

    Save.

    now upload to your style_image/<skin directory> folder an image named forumrowgrand.gif and that's it.

    vadim. :)

    Powered by Tutorials 1.4.1 © 2012, by Michael McCune