• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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