Belt Auction

Help in fixing this HTML code?

For some reason, part of my email is not showing up. But the code and copy are there. When previewing the everything after ready to...shows. Please help. <p align=center><font face="Verdana, Arial, Helvetica, sans-serif" color=#666666 size=1>Questions on our newsletter, or ready to <a href="https://secure.palmcoastd.com/pcd/document?ikey=02889IWEJ" target=_blank>subscribe</a>? Please contact customer service at 800-829-9158. <br> <br> Kovels on Antiques and Collectibles<br> P.O. Box 22900<br> Beachwood, OH 44122-0900<br> 800-829-9158<br> <br> Copyright ©2008 Ralph and Terry Kovel. All rights reserved.</font> </p> <p></p> <div align="center"></div></td> </tr></table></td> </tr> </table> Kovels on Antiques and Collectibles P.O. Box 22900 Beachwood, OH 44122-0900 800-829-9158 Copyright ©2008 Ralph and Terry Kovel. All rights reserved

Public Comments

  1. You are missing the closed guotation of href=" some link " yours <p align=center><font face="Verdana, Arial, Helvetica, sans-serif" color=#666666 size=1>Questions on our newsletter, or ready to <a href="https://secure.palmcoastd.com/pcd/... target=_blank>subscribe</a>? Please contact customer service at 800-829-9158. <br> corrected <p align=center><font face="Verdana, Arial, Helvetica, sans-serif" color=#666666 size=1>Questions on our newsletter, or ready to <a href="https://secure.palmcoastd.com/pcd/... " target=_blank>subscribe</a>? Please contact customer service at 800-829-9158. <br> <a href="http://fullguide.blogspot.com">Your full guide to earn money online</a>
  2. <p align=center><font face="Verdana, Arial, Helvetica, sans-serif" color=#666666 size=1>Questions on our newsletter, or ready to <a href="https://secure.palmcoastd.com/pcd/..." target=_blank>subscribe</a>? Please contact customer service at 800-829-9158. <br> <br> Kovels on Antiques and Collectibles<br> P.O. Box 22900<br> Beachwood, OH 44122-0900<br> 800-829-9158<br> <br> Copyright ©2008 Ralph and Terry Kovel. All rights reserved.</font> </p> <p></p> <div align="center"></div></td> </tr></table></td> </tr> </table> that should work..it was a simple syntax error! you forgot to close the string here: <a href="https://secure.palmcoastd.com/pcd/docume... target=_blank>subscribe</a>? so ya, that should hopefully work!!! thanks, Abdurrahman Qadan
  3. You can download a free version of CSE HTML Validator Lite. If you venture into Javascript, test your code at JSLint.com . OK?
  4. How are you pasting this into your email? The problem is probably related to using an "HTML" client in your email program. When you type a < it automatically converts it to & lt; etc... What you will need to do is figure out how to edit the source of the message, or you could try text mode to see if that works. If you are using Mozilla Thunderbird (which I recommend for Windows users) try this: To use custom HTML tags in an email: * Select Insert | HTML... from the message menu. * Enter the desired HTML code. * Select Insert The users above who stated it's a problem with the unclosed quote on <a href=" probably haven't been on Answers for very long. If a string gets too long Answers cuts it off and puts a '...' for the rest of the string. I'm sure the code is probably right on your end, it just needs to be inserted correctly into the email.
Powered by Yahoo! Answers