Author Topic: Rogue Characters in HTML Emails  (Read 2727 times)

cleverclover

  • Posts: 1
    • View Profile
Rogue Characters in HTML Emails
« on: February 03, 2009, 04:11:53 am »
Hi All,

Hoping someone can help,  I'm writing HTML emails using dreamweaver and this works very well when i paste it into LISTMAIL PRO for sending.

Everything works fine, except I keep getting Rogue Characters appearing, especially where there should be a space e.g.  Á   appearing before a £ sign.

we've tried using £   and spaces,  but this doesnt solve it.

Has anyone else had issues with Funny Characters appearing where there should be spaces?

any help would great
cheers

andy


The HTML header i'm using is

------------------------------------------------------------------------------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body,td,th {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 18px;
   color: #909;
   font-weight: bold;
}
--></style>
</head>

<body>