U
UKuser
Hi folks,
This very simple HTML table will not work in Outlook - works fine in
IE, FF, Thunderbird etc, but for some reason in Outlook it won't.
Basically it won't valign bottom properly. Is this a bug or something
I've done wrong?
The solution is to set a new table below our existing one, however I'd
like to know why it isn't working in the first place.
Thanks in advance.
A
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
<table border="0" cellpadding="0" cellspacing="0" width="699">
<tbody>
<tr>
<td><img style="display: block;" src="our_image_here" alt="Our
image" height="113" width="699"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="699">
<tbody>
<tr>
<td bgcolor="#cccccc" valign="bottom" width="29">dd</td><!-- this
should be at the bottom!! -->
<td bgcolor="#ffffff" width="641">
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p></td>
<td bgcolor="#cccccc" valign="bottom" width="29">dd</td> <!-- as
should this -->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>
This very simple HTML table will not work in Outlook - works fine in
IE, FF, Thunderbird etc, but for some reason in Outlook it won't.
Basically it won't valign bottom properly. Is this a bug or something
I've done wrong?
The solution is to set a new table below our existing one, however I'd
like to know why it isn't working in the first place.
Thanks in advance.
A
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
<table border="0" cellpadding="0" cellspacing="0" width="699">
<tbody>
<tr>
<td><img style="display: block;" src="our_image_here" alt="Our
image" height="113" width="699"></td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="699">
<tbody>
<tr>
<td bgcolor="#cccccc" valign="bottom" width="29">dd</td><!-- this
should be at the bottom!! -->
<td bgcolor="#ffffff" width="641">
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p><p> </p><p> </p>
<p> </p></td>
<td bgcolor="#cccccc" valign="bottom" width="29">dd</td> <!-- as
should this -->
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>