• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

RE: Styling Links

D

Derek Little

Guest
In the documentation under "email links," there is some advice on how to style the links....

"Style, this attribute specifies style information for the current link. The information should be formatted as follows: Content-Style-Type: text/css."

Can you please provide an example of how style a link for font color and font size.

Thanks
 
You need to use just HTML styles in this, like:

HTML Style Examples
style="background-color:yellow"
style="font-size:10px"
style="font-family:Times"

Try to enter into "Style" box the following: "font-size:10px" and you will see the result. For more informaiton better to refer to some HTML documents.
 
Back
Top