First topic message reminder :
I'm having an issue, where when I go to a post, and there are 2 crowns for 2 people that have posted, it shows the same crowns (not the way I want it). I want one with one different crown, and the other with one too. This is only happening in posts.
I'm having an issue, where when I go to a post, and there are 2 crowns for 2 people that have posted, it shows the same crowns (not the way I want it). I want one with one different crown, and the other with one too. This is only happening in posts.
- Code:
#fo_stat a[href="/u1"], .activeusers-box p a[href="/u1"], #chatbox a[href="/u1"], #chatbox_members a[href="/u1"], table.ipbtable td a[href="/u1"], .postprofile strong, .module a[href="/u1"] {
background: url("http://i49.tinypic.com/262xrpf.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
- Code:
#fo_stat a[href="/u2"], .activeusers-box p a[href="/u2"], #chatbox a[href="/u2"], #chatbox_members a[href="/u2"], table.ipbtable td a[href="/u2"], .postprofile strong, .module a[href="/u2"] {
background: url("http://i27.tinypic.com/2qa4qyq.jpg") no-repeat scroll 0 0 transparent;
padding-left: 16px;
}
Last edited by Alpha pyro4 on March 16th 2013, 11:41 pm; edited 3 times in total