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
problem in html Emails
Moderator: General Moderators
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: problem in html Emails
You are able to use inline css.
What are you trying to display in the email?
What are you trying to display in the email?
- itsmani1
- Forum Regular
- Posts: 791
- Joined: Mon Sep 29, 2003 2:26 am
- Location: Islamabad Pakistan
- Contact:
Re: problem in html Emails
I am trying to display nested tables.
if i use one table and use "colspan" this also does not work.
if i use one table and use "colspan" this also does not work.
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: problem in html Emails
What exactly is wrong?
It's rather difficult to determine the problem without knowing much else.
It's rather difficult to determine the problem without knowing much else.
- itsmani1
- Forum Regular
- Posts: 791
- Joined: Mon Sep 29, 2003 2:26 am
- Location: Islamabad Pakistan
- Contact:
Re: problem in html Emails
for example if i try :
It will not show the colspan column.
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>- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: problem in html Emails
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?
Which Outlook are you using?
- itsmani1
- Forum Regular
- Posts: 791
- Joined: Mon Sep 29, 2003 2:26 am
- Location: Islamabad Pakistan
- Contact:
Re: problem in html Emails
outlook 2007