MaxBulkMailer Pro - Styled Text - change link colors

nicolasbulb

New Member
Hello,

is it possible to change the blue links color in Styled Text format into MaxBulkMailer Pro?

Would be nice. The deep blue is a bit aggressive though.

Thanks.

Nicolas
 

stanbusk

Administrator
Staff member
Yes, this is an example:
Code:
<a style="color: #396D84; text-decoration: Underline;" href="http://www.maxprog.com/" >Link Text</a>
 

nicolasbulb

New Member
Ok. But it is possible to change globally for a document or atemplate, I mean if a client is using "create link…" and his knowledge is not into CSS and html, would it be possible through a simple preference to choose a color different from the initial blue?

Thanks.

Nicolas
 

stanbusk

Administrator
Staff member
Yes but you have to use the HTML format, design your message with a web editor like Dreamweaver and use a CSS sheet. Right now the Styled Text format doesn't support CSS but I can fill a feature request at least for hyperlinks.
 
Top