Efficient and affordable software for Macintosh - Maker of MaxBulk Mailer, eMail extractor, eMail Checker, e-Mail Bounce Handler

Home

Products

Downloads

News

Store

Support

Forums

Forums

It is currently Mon May 20, 2013 9:12 am

All times are UTC




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: font colour change on unsubscribe tag
PostPosted: Tue Mar 08, 2011 12:30 pm 
Offline

Joined: Tue Mar 08, 2011 12:25 pm
Posts: 9
Hi there

I'm using the [unsubscribe] tag in my html emails, but would like to know how to change the colour of the tag (which currently shows as a blue).

I've tried calling a class from a style sheet which is hosted remotely on my server, but it doesn't work with the tag.

I've also tried [unsubscribe style="color:#fff;"] and [unsubscribe class="copyright'] which don't work.

Is the only option to use the command:
lm.php?cmd=unsubscribe[&list=list1[;list2;...]]&email=email_addr[&pwd=password]

and stylise that?

Many thanks


Top
 Profile E-mail  
 
 Post subject: Re: font colour change on unsubscribe tag
PostPosted: Tue Mar 08, 2011 12:35 pm 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
The only way would be using the HTML format for your message and including a CSS to change all link color. Is that what you want to do?


Top
 Profile E-mail  
 
 Post subject: Re: font colour change on unsubscribe tag
PostPosted: Tue Mar 08, 2011 2:40 pm 
Offline

Joined: Tue Mar 08, 2011 12:25 pm
Posts: 9
I could change the styles so that all links would be the same colour throughout the html email - where do I have to declare the style for the links?

The code I have at the bottom of my html email is:

<span style="font-family: Arial, Helvetica, sans-serif; font-size: 10px; line-height: 11px; color:#fff; font-weight:normal;">If you no longer wish to receive emails [Unsubscribe]</span>

Do I alter this code or do you mean I have to include a style for the body tag of my html (which includes the link style) at the start of my html coding?


Top
 Profile E-mail  
 
 Post subject: Re: font colour change on unsubscribe tag
PostPosted: Tue Mar 08, 2011 3:44 pm 
Offline
Site Admin
User avatar

Joined: Wed Dec 28, 2005 9:13 pm
Posts: 6732
At end of your code HEAD part use something like:
Code:
<style type=text/css>
A:link  { color: #396D84; font-weight: normal; text-decoration: underline }
</style>
And if you want to alter more colors like when the link has been visited...:
Code:
<style type=text/css>
A:link  { color: #396D84; font-weight: normal; text-decoration: underline }
A:visited { color: #396D84; font-weight: normal; text-decoration: underline }
A:active { color: #86B82D; text-decoration: underline }
A:hover { color: #86B82D; font-weight: normal; text-decoration: underline }
</style>


Top
 Profile E-mail  
 
 Post subject: Re: font colour change on unsubscribe tag
PostPosted: Wed Mar 09, 2011 10:42 am 
Offline

Joined: Tue Mar 08, 2011 12:25 pm
Posts: 9
:D Thank you so much, this works a treat :D


Top
 Profile E-mail  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 5 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Home

Products

Downloads

News

Store

Support

Forums


Maxprog ® - MAX Programming, LLC - © 2001-2006 - All Rights reserved
Company Info | Site Map | Legal Notice | Privacy Policy | Jobs