Unreadable part of talkmail
#16
No longer with Internet Brands

Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
#17
Original Poster


Join Date: Apr 2000
Location: Chicago Illinois
Programs: 1MM UA
Posts: 1,753
Found the problem
The command <font color=3D"#FFCC00"> in front of the date does not affect the links.
Add style="color:#ffffff" to their <a> tags if they want the links to be white, because where the color:#ffffff definition is won't work in most email browsers.
Here is how they should look in the html:
<a href=3D"#13eeff89ba5f76c7_story1"> <font color=3D"#FFFFFF"> News & Views</a><br><br> </font>
<a href=3D"#13eeff89ba5f76c7_story2"> <font color=3D"#FFFFFF"> Hot Threads</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story3"> <font color=3D"#FFFFFF"> Notable Quotes</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story4"> <font color=3D"#FFFFFF"> FlyerTalk Bio</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story5"> <font color=3D"#FFFFFF"> TalkMail Tips</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story6"> <font color=3D"#FFFFFF"> Trip Reports</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story7"> <font color=3D"#FFFFFF"> Community Page</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story8"> <font color=3D"#FFFFFF"> At The Gate</a> </font> <br><br>
If this was coded in dreamweaver, they don't realize what the code is, merely that they've put in white font, but it isnt working.
The command <font color=3D"#FFCC00"> in front of the date does not affect the links.
Add style="color:#ffffff" to their <a> tags if they want the links to be white, because where the color:#ffffff definition is won't work in most email browsers.
Here is how they should look in the html:
<a href=3D"#13eeff89ba5f76c7_story1"> <font color=3D"#FFFFFF"> News & Views</a><br><br> </font>
<a href=3D"#13eeff89ba5f76c7_story2"> <font color=3D"#FFFFFF"> Hot Threads</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story3"> <font color=3D"#FFFFFF"> Notable Quotes</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story4"> <font color=3D"#FFFFFF"> FlyerTalk Bio</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story5"> <font color=3D"#FFFFFF"> TalkMail Tips</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story6"> <font color=3D"#FFFFFF"> Trip Reports</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story7"> <font color=3D"#FFFFFF"> Community Page</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story8"> <font color=3D"#FFFFFF"> At The Gate</a> </font> <br><br>
If this was coded in dreamweaver, they don't realize what the code is, merely that they've put in white font, but it isnt working.
#18
No longer with Internet Brands

Join Date: Mar 2011
Location: Los Angeles, CA
Programs: DL DM 1.6MM, Marriott LT Plat
Posts: 5,343
Found the problem
The command <font color=3D"#FFCC00"> in front of the date does not affect the links.
Add style="color:#ffffff" to their <a> tags if they want the links to be white, because where the color:#ffffff definition is won't work in most email browsers.
Here is how they should look in the html:
<a href=3D"#13eeff89ba5f76c7_story1"> <font color=3D"#FFFFFF"> News & Views</a><br><br> </font>
<a href=3D"#13eeff89ba5f76c7_story2"> <font color=3D"#FFFFFF"> Hot Threads</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story3"> <font color=3D"#FFFFFF"> Notable Quotes</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story4"> <font color=3D"#FFFFFF"> FlyerTalk Bio</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story5"> <font color=3D"#FFFFFF"> TalkMail Tips</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story6"> <font color=3D"#FFFFFF"> Trip Reports</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story7"> <font color=3D"#FFFFFF"> Community Page</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story8"> <font color=3D"#FFFFFF"> At The Gate</a> </font> <br><br>
If this was coded in dreamweaver, they don't realize what the code is, merely that they've put in white font, but it isnt working.
The command <font color=3D"#FFCC00"> in front of the date does not affect the links.
Add style="color:#ffffff" to their <a> tags if they want the links to be white, because where the color:#ffffff definition is won't work in most email browsers.
Here is how they should look in the html:
<a href=3D"#13eeff89ba5f76c7_story1"> <font color=3D"#FFFFFF"> News & Views</a><br><br> </font>
<a href=3D"#13eeff89ba5f76c7_story2"> <font color=3D"#FFFFFF"> Hot Threads</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story3"> <font color=3D"#FFFFFF"> Notable Quotes</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story4"> <font color=3D"#FFFFFF"> FlyerTalk Bio</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story5"> <font color=3D"#FFFFFF"> TalkMail Tips</a>
<br><br><a href=3D"#13eeff89ba5f76c7_story6"> <font color=3D"#FFFFFF"> Trip Reports</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story7"> <font color=3D"#FFFFFF"> Community Page</a><br><br>
<a href=3D"#13eeff89ba5f76c7_story8"> <font color=3D"#FFFFFF"> At The Gate</a> </font> <br><br>
If this was coded in dreamweaver, they don't realize what the code is, merely that they've put in white font, but it isnt working.
#19
Original Poster


Join Date: Apr 2000
Location: Chicago Illinois
Programs: 1MM UA
Posts: 1,753
Ive got the blue-on-blues
Ron Santo bled Cubby blue-on-blue
That old blue-on-blue moon
Baby makes her blue-on-blue jeans blue-on-blue
Even when Im blue-on-blue
The red, white and blue-on-blue
And Talkmail is still blue-on-blue
Ron Santo bled Cubby blue-on-blue
That old blue-on-blue moon
Baby makes her blue-on-blue jeans blue-on-blue
Even when Im blue-on-blue
The red, white and blue-on-blue
And Talkmail is still blue-on-blue

