Quote:
Originally Posted by denman75
sory for bad english
i cant get it to work
i downloaded the Add additional_css.css to all your pages mod
than i entered
PHP Code:
.pbit { padding-left: 3px; padding-right: 0px; padding-top: 3px; padding-bottom: 3px; background-color: #option; border-top: 1px solid #dadada; border-right: 2px solid #dadada; border-left: 1px solid #dadada; border-bottom: 2px solid #dadada; margin-bottom: 3px; }
in the css file
than i enter this in postbit -legacy
PHP Code:
<div class="pbit"><span class="rank">{vb:raw post.rank}</span></div>
what im doing wrong ?
thank you verry much
i clicked installed cus i want to have lines
|
First of all you'll want to change
Quote:
background-color: #option;
|
to a color,or even just leave that line out to use your current background color.
Secondly:
find
HTML Code:
<span class="rank">{vb:raw post.rank}</span>
in your postbit_legacy template and add:
HTML Code:
<div class="pbit">
before it,and:
after it.
Doing so will outline only your ranks.
Hope that helps.