Portal Engine Questions on portal engine and web parts.
Version 5.x > Portal Engine > Styling Macros in email form View modes: 
User avatar
Member
Member
James Darlow - 5/26/2011 8:47:00 PM
   
Styling Macros in email form
Basically I am inputting the Shipping Address macro and I want to change the font. The code I have below is not working.

Code
<td style="text-align: right;vertical-align:top;"><strong>DELIVERY DETAILS</strong><br /><span style="text-align:right;font-family:verdana; font-size:10pt;">{%ShippingAddress%}</span>
Phone: {%BillingAddress.AddressPhone%}

User avatar
Kentico Developer
Kentico Developer
kentico_ivanat - 5/30/2011 8:27:44 AM
   
RE:Styling Macros in email form
Hi,

the ShippingAddress macro generates code starting with "<table class="TextLeft">" therefore you could try to define css stylesheet for this class. Similar way you could try to modify design of AddressPhone field.

Best regards,
Ivana Tomanickova