gariba
Joined: 11 Dec 2007 Posts: 1
|
Posted: Tue Dec 11, 2007 3:18 am Post subject: text format html or tex html format |
|
|
I just downloaded the software, I am testing the software and going through some issues that i could not solve.
I am using a html newsletter made by a friend, in this html newsletter there is a space for text in the source. When i paste the code onto the message area and add my text, i set my paragraphs, spaces between words, line spaces, etc.But when i check the preview the text format is gone, and when i send it also happens the same problem.
Below is the html code for my newsletter, I have tried html and tex/html format.
Please if someone can help me with this would be great.
<!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 {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<div align="center">
<table width="485" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="207" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="485" height="207" valign="top"><img src="newsl_01.gif" width="485" height="207" /></td>
</tr>
</table></td>
</tr>
<tr>
<td width="28" height="275" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="28" height="275" valign="top"><img src="newsl_02.gif" width="28" height="275" /></td>
</tr>
</table></td>
<td width="428" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="370" height="275" valign="top" bgcolor="#FFFFFF">
INSERT TEXT HERE
</td>
</tr>
</table> </td>
<td width="29" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="29" height="275" valign="top"><img src="newsl_04.gif" width="29" height="275" /></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="72" colspan="3" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="485" height="72" valign="top"><img src="newsl_05.gif" width="485" height="144" /></td>
</tr>
</table> </td>
</tr>
</table>
</div>
</body>
</html>
|
|