D
DaveL
Guest
Wondering if anyone would be able to help me tweak the following code so it just looks a bit nicer visually!
So far this is what is displayed:
by using the following code:
Code:
Also when viewing on...
Read more
Continue reading...
So far this is what is displayed:
by using the following code:
Code:
Code:
<xf:if contentcheck="true">
<div style="background-color: blue; color: #FFF; padding: 2px; border: 2px solid #ff0000; border-radius: 5px 5px 5px 5px;">
<center> <xf:contentcheck>{$user.Profile.custom_fields.AllianceName}</xf:contentcheck></center>
</div>
</xf:if>
Read more
Continue reading...