Quote:
Originally Posted by mac27
Also you can change the size of the font used.
In post bit or post bit legacy.
Find this:
Code:
<if condition="$post[postcount] == '1' ">
<div align="right">$extrafields</div>
</if>
replace with this:
Code:
<if condition="$post[postcount] == '1' ">
<FONT FACE="arial" SIZE="3"><div align="right">$extrafields</div></font>
</if>
To change the color of the extrafields replace with this:
Code:
<if condition="$post[postcount] == '1' ">
<FONT FACE="arial" SIZE="3" COLOR="#000000"><div align="left">$extrafields</div></font>
</if>
|
This does not do what I am asking other then just moving the fields from the right to left..... I am looking to have my fields listed in this manner
Field 1: xxxxxx
Field 2: xxxxxx
Field 3: xxxxxx
rather then this way Field 1: xxxxxx Field 2: xxxxxx Field 3: xxxxxx