• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

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