Page 1 of 1
problem in html Emails
Posted: Thu Aug 20, 2009 10:58 am
by itsmani1
Hi,
I am using MS Outlook to view emails but it's not display html correct, also i am not able to use css in it. anyone can suggest anything? Everything is working fine on gmail, yahoo etc but outlook is not displaying emails correct.
thank you,
-dizyn
Re: problem in html Emails
Posted: Thu Aug 20, 2009 11:05 am
by aceconcepts
You are able to use inline css.
What are you trying to display in the email?
Re: problem in html Emails
Posted: Thu Aug 20, 2009 11:40 am
by itsmani1
I am trying to display nested tables.
if i use one table and use "colspan" this also does not work.
Re: problem in html Emails
Posted: Thu Aug 20, 2009 12:31 pm
by aceconcepts
What exactly is wrong?
It's rather difficult to determine the problem without knowing much else.
Re: problem in html Emails
Posted: Thu Aug 20, 2009 1:40 pm
by itsmani1
for example if i try :
Code: Select all
<table width="100%" border="1" cellspacing="3" cellpadding="2">
<tr>
<td>Name</td>
<td colspan="2">Abdul Mannan</td>
<td> </td>
</tr>
<tr>
<td>Name</td>
<td>Abdul Mannan</td>
<td> </td>
<td> </td>
</tr>
</table>
It will not show the colspan column.
Re: problem in html Emails
Posted: Thu Aug 20, 2009 2:03 pm
by aceconcepts
That's weird. Have you tried declaring some td widths to help outlook out a bit. Not really sure if this will do anything but I know Outlook is rather strict with content.
Which Outlook are you using?
Re: problem in html Emails
Posted: Fri Aug 21, 2009 12:04 am
by itsmani1
outlook 2007