Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8942441
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T11:31:00+00:00 2026-06-15T11:31:00+00:00

I have the following email code: <HTML> <BODY> <!–[if gte mso 7]><TABLE border=0 cellspacing=0

  • 0

I have the following email code:

<HTML>
<BODY>
<!--[if gte mso 7]><TABLE border=0 cellspacing=0 cellpadding=0 width=600 height=600 style="margin:0px;padding:0px;max-width:600px;max-height:600px;width:600px;height:600px;">
<TR>
<TD width=364 height=503 style="margin:0px;padding:0px;max-width:364px;max-height:503px;width:364px;height:503px;">
<a href="https://www.ortho.nl/boeken/het-gouden-boekje-voor-het-hart?source=fmvemail">
<img align="left" width=364 height=503 style="margin:0px;padding:0px;max-width:364px;max-height:503px;width:364px;height:503px;" border=0 src="https://www.ortho.nl/css/image.php?file=nb/20121129ortho2.png&fmvopen=yes" /></a>
</TD>
<TD rowspan=2  width=236 height=600 style="margin:0px;padding:0px;max-width:236px;max-height:600px;width:236px;height:600px;">
<a href="https://www.ortho.nl/boeken/het-gouden-boekje-voor-de-gezondheid?source=fmvemail">
<img align="right" border=0 width=236 height=600 style="margin:0px;padding:0px;max-width:236px;max-height:600px;width:236px;height:600px;" src="https://www.ortho.nl/css/image.php?file=nb/20121129ortho3.png&fmvopen=yes" /></a>
</TD>
</TR>
<TR>
<TD width=364 height=97 style="margin:0px;padding:0px;max-width:364px;max-height:97px;width:364px;height:97px;">
<a href="http://www.gezondeboeken.nl?source=fmvemail"><img width=364 height=97 align="left" style="margin:0px;padding:0px;max-width:364px;max-height:97px;width:364px;height:97px;" border=0 src="https://www.ortho.nl/css/image.php?file=nb/20121129ortho1.png&fmvopen=yes" /></a>
</TD>
</TR>
</TABLE>
<![endif]-->
<!--[if gte mso 7]>
<script type="text/javascript">/*
<![endif]-->
<div style="border:1px solid black;width:600px;height:600px;max-width:600px;max-height:600px">
<a href="https://www.ortho.nl/boeken/het-gouden-boekje-voor-het-hart?source=fmvemail">
<img align=left width=364 height=503 style="margin:0px;padding:0px;max-width:364px;max-height:503px;width:364px;height:503px;" border=0 src="https://www.ortho.nl/css/image.php?file=nb/20121129ortho2.png&fmvopen=yes"></a>

<a href="http://www.gezondeboeken.nl?source=fmvmail">
<img width=364 height=97 align=left style="margin:0px;padding:0px;max-width:364px;max-height:97px;width:364px;height:97px;" border=0 src="https://www.ortho.nl/css/image.php?file=nb/20121129ortho1.png&fmvopen=yes"></a>

<a href="https://www.ortho.nl/boeken/het-gouden-boekje-voor-de-gezondheid?source=fmvemail">
<img border=0 align=top width=236 height=600 style="margin:0px;padding:0px;max-width:236px;max-height:600px;width:236px;height:600px;" src="https://www.ortho.nl/css/image.php?file=nb/20121129ortho3.png&fmvopen=yes"></a>
<!--[if gte mso 7]>
*/</script>
<![endif]-->
</BODY>
</HTML>

but it will simply not render like a proper table in outlook 2000 – 2003. I’ve tried a lot of things to make it work, but it simply won’t show up properly in those clients when I test it with litmus.com

Does anyone know a trick to get the tables working in those clients? Or is there a trick I can utilise?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-15T11:31:02+00:00Added an answer on June 15, 2026 at 11:31 am

    Better to Use Everything in Tables for all Email Vendors. Outlook will not support Div tags it will support only old Tables Format.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code that binds an HTML table to a list of
I have the following html code:- <!DOCTYPE html> <html> <body> <fieldset> <legend> <button> Show/Hide
I have the following code import smtplib from email.mime.text import MIMEText smtpserver = 'smtp.gmail.com'
I have the following code which attaches an image to the email but I
I have the following code: @Html.TextBoxFor(x => x.Name, new { @onload = if(this.value=='')this.value='NAME';, @class
I have the following View code: @using (Html.BeginForm(Login, Press, FormMethod.Post)) { <fieldset> <legend>User Registration</legend>
I have to format the text as table in the email body of email
I have the following code: $subject = Test Email; $from = noreply@bob.com; ini_set(sendmail_from, $from);
I have the following code to open the Blackberry email composer with a predefined
I have the following code: <!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN> <html lang=en-US xml:lang=en-US>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.