Forum Moderators: open
My most current newsletter, I built in photoshop and then used dreamweaver to create the hotspots for the html page.
When I paste the code into <the service> and preview the image the only thing that shows up on the preview is a box with a blue question mark in the middle and the letter h in the top left corner.
I'm assuming there is something wrong with the header. Here is the code...
<!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>
</head>
Thanks for reading.
[edited by: tedster at 6:02 pm (utc) on Aug. 28, 2008]
[edit reason] remove specific product name [/edit]
Images in emails need to be hosted on a server visible to the internet and then called with the full path to the image, like this;
<img src="http://www.example.com/images/myImage.gif">