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 8982849
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T20:40:56+00:00 2026-06-15T20:40:56+00:00

I have following html as my template for the email generated. When I open

  • 0

I have following html as my template for the email generated. When I open the template in IE, Chrome all works fine and looks as expected.

<html>
    <head>
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
      <style>
        .wrap{
        border:2px solid #CCC;
        background:#FFF;
        width:600px;
        }
        .wrap2{
        border:2px solid #CCC;
        background:#CCC;
        }
      </style>
    </head>
    <div class="wrap" width="600">
      <!--<h3>Email Alert</h3>-->
      <table>
        <tr>
          <td>
            <font color="#999999">
              <strong>Start Time  </strong>
            </font>
          </td>
          <td> : 1212 12 12 12</td>
        </tr>
        <tr>
          <td>
            <font color="#999999">End Time  </font>
          </td>
          <td align="left"> : 1212 12 12 12</td>
        </tr>
        <tr>
          <td>
            <font color="#999999">Location  </font>
          </td>
          <td align="left"> : Sri Lanka</td>
        </tr>
        <tr>
          <td>
            <font color="#999999">Description  </font>
          </td>
          <td align="left"> : blah blaah blah</td>
        </tr>
      </table>

      <div class="wrap2">
        <small>This email alert is automatically generated for the appointment created </small>
        <br/>
        <small>You are receiving this email because you set a reminder for this appointment on the calendar .</small>
      </div>
    </div>

    <body>
    </body>
</html>

But when I send it to email as template, Outlook renders it in peculiar way. Please find the image below. It doesn’t work with fixed 600px width I gave. It stretches as I resize the email window in Outlook 2007.

enter image description here

Can someone please tell me the issue?

  • 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-15T20:40:58+00:00Added an answer on June 15, 2026 at 8:40 pm

    Try this:

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
    <html>
    <head>
        <title></title>
        <style>
            .wrap {
                border: 2px solid #CCC;
                background-color: #FFF;
                width: 600px;
            }
    
            .wrap2 {
                border: 2px solid #CCC;
                background-color: #CCC;
            }
    
            .fontFormat {
                color: #999999;
            }
        </style>
    </head>
    <body>
        <!--<h3>Email Alert</h3>-->
        <table class="wrap">
            <tr>
                <td>
                    <span class="fontFormat">
                        <strong>Start Time  </strong>
                    </span>
                </td>
                <td>: 1212 12 12 12</td>
            </tr>
            <tr>
                <td>
                    <span class="fontFormat">End Time  </span>
                </td>
                <td style="text-align: left;">: 1212 12 12 12</td>
            </tr>
            <tr>
                <td>
                    <span class="fontFormat">Location  </span>
                </td>
                <td style="text-align: left;">: Sri Lanka</td>
            </tr>
            <tr>
                <td>
                    <span class="fontFormat">Description  </span>
                </td>
                <td style="text-align: left;">: blah blaah blah</td>
            </tr>
            <tr>
                <td class="wrap2" colspan="2">
                    <small>This email alert is automatically generated for the appointment created </small>
                    <br />
                    <small>You are receiving this email because you set a reminder for this appointment on the calendar </small>
    
                </td>
            </tr>
        </table>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following razor template html, although I can't figure out how to
I have the following KnockoutJS template (render with jquery.tmpl): <script id=contactsTemplate type=text/html> <li data-bind=click:
I have following html file (1.html) and once I open it in my browser
I have the following html and css code: <!DOCTYPE HTML> <html> <head> </head> <body>
I have the following HTML structure: (jade template language) #review-item-1.review-item a.submit-review-toggle(href=#).review-item-toggle + h3 Service
I have the following HTML: <label>Lobby Template:</label> I want to convert it to jquery
I have the following HTML structure,which is a handlebars.js template.: <div class=row id={{serviceId}}> <div
I have the following gwt html template in order to set the title of
I have the following HTML code: <ul id='item-list'></ul> <button id='add-item'>Add Item</button> <script type='text/template' id='item-template'>
I have the following HTML template : <div class='item'> <img href='...' attributes='...' \> <div

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.