need help with template

Discussion in 'Directories' started by templates, Apr 14, 2007.

  1. #1
    hey all..have a quick question..for some reasons only the first featured link is showing a background..i want all the featured links to show a background.can some one direct me to fixing this?would it be in the main.css file where color changes can be made?i was thinking somewhere here?

    div.featureimg {
    padding: 12px 0 0 12px;
    width: 206px;
    height: 96px;
    background: #fff url('../images/feature_bg.gif') no-repeat;
    color: inherit;
    }

    ul.featurelist {
    margin: 0 0 0 20px;
    padding: 0;
    }

    ul.featurelist li {
    margin: 0;
    padding: 3px 0 3px 16px;
    list-style-type: none;
    background: #fff url('../images/bullet.gif') left no-repeat;
    color: inherit;
    }


    or here
    .featured {
    background-color:#CAF99B;
    border: 1px solid #00CC33;
    margin: 0 10px 10px 10px;
     
    templates, Apr 14, 2007 IP
  2. Fastian

    Fastian Peon

    Messages:
    2,085
    Likes Received:
    235
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I dont think it is to do anything with css.
    Check your link.tpl file or if you have a differnt tpl file for Featured listing. (may be f_link.tpl)
     
    Fastian, Apr 14, 2007 IP
  3. templates

    templates Notable Member

    Messages:
    4,772
    Likes Received:
    218
    Best Answers:
    0
    Trophy Points:
    205
    #3
    ok..ill check there,but what would i be looking for exactly?
     
    templates, Apr 14, 2007 IP
  4. LeopardAt1

    LeopardAt1 Well-Known Member

    Messages:
    880
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #4
    Change this part:


    To:

    
    ul.featurelist li {
    	margin: 0;
    	padding: 3px 0 3px 16px;
    	list-style-type: none;
    	background: #fff url('../images/bullet.gif') left;
    	color: inherit;
    }
    Code (markup):
    Try that , let me know if it works.
     
    LeopardAt1, Apr 14, 2007 IP
  5. Fastian

    Fastian Peon

    Messages:
    2,085
    Likes Received:
    235
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Can you give the URL ??
    (That could help a bit)
     
    Fastian, Apr 14, 2007 IP
  6. templates

    templates Notable Member

    Messages:
    4,772
    Likes Received:
    218
    Best Answers:
    0
    Trophy Points:
    205
    #6
    i tried that and still the same..going to edit something eles real quick..the url btw is linksdirec.com
     
    templates, Apr 14, 2007 IP
  7. LeopardAt1

    LeopardAt1 Well-Known Member

    Messages:
    880
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #7
    There was two no-repeats inside your CSS file.

    Delete the other one.


    div.featureimg {
     
    LeopardAt1, Apr 14, 2007 IP