• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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