PDA

View Full Version : how do i color the postbit legacy information?


Derty Eric B.
03-31-2007, 09:37 PM
what is a code to color the postbit legacy information like...."join date" "posts" "age" "location" ect.....because i want to add a green color to them

sunilvarma
04-01-2007, 05:44 AM
open up your postbit_legacy template and find this code:
$post[joindate]

Add before that:
<font color="green">

and Add after that:
</font>


Repeat this for the remaining variables - $post[field2] , $post[age] , $post[posts]

Hope this helps...

Shazz
04-01-2007, 05:54 AM
To choose different types of green I would recommend e.g. #33CC33 or #339933 etc.