Ben: Textlinks formatieren (Farbe + Schriftgröße)

Beitrag lesen

Hallo,
was ist denn ein email browser?

ich meinte eigentlich ein Mailprogramm :) sorry

Du versendest doch einen HTML Newsletter,
kann du dann nicht im HTML Header einfach CSS angaben machen und diese für die Links verarbeiten?

das habe ich versucht und klappt normalerweise auch ganz gut nur haut es bei der datei einfach nicht und ich kann mir leider nicht erklären warum. siehe hier:

<head>  
<style type="text/css">  
<!--  
.style1 {  
 font-size: 10px;  
 color: #666666;  
}  
.oben    {  vertical-align:top; }  
.presentby {  
 font-size: 12px;  
 font-weight: bold;  
 font-family: Arial, Helvetica, sans-serif;  
}  
body {  
 background-color: #CCCCCC;  
}  
.date {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}  
.headline {  
 color: #5ebce2;  
 font-size: 14px;  
 font-family: Arial, Helvetica, sans-serif;  
 font-weight: bold;  
}  
.text {font-family: Arial, Helvetica, sans-serif;  
  font-size: 11px;  
  color: #000000;  
.style11 {  
 color: #FF0000;  
 font-weight: bold;  
}  
a {  
 color:#000000;  
 outline: none;  
 }  
a:active {  
 color:  #000000;  
  
 }  
a:hover {  
 color: #000000;  
 }  
.style11 {  
 font-size: 12px;  
 color: #000000;  
 font-weight: bold;  
}  
-->  
</style>  
</head>  

viele Grüße

danke zurück

hawk

ben