MemHT Portal is a Free PHP CMS and Blog
It permit the creation and the management online of websites with few and easy steps.
It's completelly customizable, expandable and suitable for all needs.
Moderators: Moderators
Forum RSS feedReply
Newsletter Question
AuthorText
xgstq
Donator
Avatar

Posts: 131
Contributes: 110

Gender: _MALE_
Online: No
Date: 05/09/2008 13:04
Newsletter Question
#post11512
Ive just started to setup the newsletter and found where it was hiding !

admin/pages/newsletter/newsletter.php for those that don't.

My question is this, I have changed the bg color of the newsletter to match my site colors, but if i add links into the newsletter and test it, they default to blue... I have tried various methods to overwrite the links to a different color but have failed !!!

Is there something im doing wrong ?

Here is a screenshot:
View Image resized (Original file: 627x534)
Thumb


any help would be much appreciated
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1300
Contributes: 537

Gender: _MALE_
Online: Yes

Version: 3.8.1
Country: Portugal
Languages: Portuguese, Portuguese and little english ^^
Date: 05/09/2008 13:33
Re: Newsletter Question
#post11513
Hi

Use css:

code

a:link { color: #716A62; text-decoration: none; }
a:visited { color: #716A62; text-decoration: none; }
a:hover { color: #FFF; text-decoration: none; }
a:active { color: #716A62; text-decoration: none; }
 
Delete Edit Quote
 
xgstq
Donator
Avatar

Posts: 131
Contributes: 110

Gender: _MALE_
Online: No
Date: 05/09/2008 13:38
Re: Newsletter Question
#post11514
Hi Paulo, I actually tried to add it to the newsletter.php, but i couldnt add it correctly ... (dont think i did it right)

Could you attach a copy of the newsletter.php with the code added please, if its to much to ask.

The support here is very fast.
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5137
Contributes: 2480

Gender: _MALE_
Online: No
Date: 05/09/2008 14:15
Re: Newsletter Question
#post11518
Is that screenshot done in your webmail or where?
Delete Edit Quote
 
paulo89
Moderator
Developer

Avatar

Posts: 1300
Contributes: 537

Gender: _MALE_
Online: Yes

Version: 3.8.1
Country: Portugal
Languages: Portuguese, Portuguese and little english ^^
Date: 05/09/2008 14:23
Re: Newsletter Question
#post11520
I think is preview, if is webmail we can´t change.
Delete Edit Quote
 
xgstq
Donator
Avatar

Posts: 131
Contributes: 110

Gender: _MALE_
Online: No
Date: 05/09/2008 14:26
Re: Newsletter Question
#post11521
Ah sorry that's taken from Gmail as a test newsletter to administrator
Delete Edit Quote
 
mem
MemHT's Dad
Admin & Developer

Avatar

Posts: 5137
Contributes: 2480

Gender: _MALE_
Online: No
Date: 05/09/2008 15:21
Re: Newsletter Question
#post11522
You must use inline css style rules, no one webmail script will understand external css style

NO
code
<style>
   .name {
      ...
   }</style>

<div class='name'>Text</div>


YES
code
<div style='color:#900;'>Text</div>


YES
code
<div><font color='#900'>Text</font></div>
Delete Edit Quote
 
xgstq
Donator
Avatar

Posts: 131
Contributes: 110

Gender: _MALE_
Online: No
Date: 05/09/2008 17:29
Re: Newsletter Question
#post11525
Smile Cheers mem.

Out of curoisity how would you style an inline for links and hover links ? is that possible ?

I just changed the template to blend with the standard blue links it forced and was going to leave it at that.

Thanks for your time Smile
Delete Edit Quote
 
Reply
Tags Cloud
Advertising
News Archive
Language
Help MemHT Portal
Navigator
Users Block
Hi Guest
IP: 38.103.63.59

Username
Password
New files
MemHT Wiki
Friends
MemHT Portal is a free software released under the GNU/GPL License by Miltenovik Manojlo