jewelrytrends Posted September 5, 2005 Share Posted September 5, 2005 I think I changed the body text of my emails, because when I receive them and I select the text section, I see the text is there only I can not read it. I think I changed the color to white in the style sheet, but somehow I'm not able to find it. Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 5, 2005 Share Posted September 5, 2005 I think I changed the body text of my emails, because when I receive them and I select the text section, I see the text is there only I can not read it. I think I changed the color to white in the style sheet, but somehow I'm not able to find it. <{POST_SNAPBACK}> you should be able to view the source code of the email ... that should give you a hint what class you used, or where you hardcoded it. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
jewelrytrends Posted September 5, 2005 Author Share Posted September 5, 2005 you should be able to view the source code of the email ... that should give you a hint what class you used, or where you hardcoded it. <{POST_SNAPBACK}> Hi, I checked the source as suggested but this is what I see at the text area : <td class="main">Message:</td> </tr> <tr> <td><textarea name="enquiry" wrap="soft" cols="50" rows="15"></textarea></td> </tr> </table></td></tr></table></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="10" border="0" alt=" "></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><img src="images/pixel_trans.gif" width="10" height="1" border="0" alt=" "></td> <td align="right"><input type="hidden" name="sendertype" value="Guest"><input type="image" src="includes/languages/english/images/buttons/button_send.gif" border="0" alt="Send" title=" Send "></td> <td width="10"><img src="images/pixel_trans.gif" width="10" height="1" border="0" alt=" "></td> </tr> </table></td> The only thing I see as class is main, in my stylesheet I have it like this: TD.main, P.main { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5; color: #606060; } Is there a other place I have to check, because it is not only my contact us page, but all my emails? Denice Link to comment Share on other sites More sharing options...
♥Monika in Germany Posted September 6, 2005 Share Posted September 6, 2005 Hi, I checked the source as suggested but this is what I see at the text area : <td class="main">Message:</td> </tr> <tr> <td><textarea name="enquiry" wrap="soft" cols="50" rows="15"></textarea></td> </tr> </table></td></tr></table></td> </tr> </table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" width="100%" height="10" border="0" alt=" "></td> </tr> <tr> <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox"> <tr class="infoBoxContents"> <td><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td width="10"><img src="images/pixel_trans.gif" width="10" height="1" border="0" alt=" "></td> <td align="right"><input type="hidden" name="sendertype" value="Guest"><input type="image" src="includes/languages/english/images/buttons/button_send.gif" border="0" alt="Send" title=" Send "></td> <td width="10"><img src="images/pixel_trans.gif" width="10" height="1" border="0" alt=" "></td> </tr> </table></td>TD.main, P.main { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.5; color: #606060; } Is there a other place I have to check, because it is not only my contact us page, but all my emails? Denice <{POST_SNAPBACK}> nope that is the code that creates the form ... but I think you said the emails sent are invisible right? I need the code that creates the emails, or forward me an email. PM me for my email addy. :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.