HTML Email in Outlook

Manju Madhusoodhanannair(UST,IN) 21 Reputation points
2022-05-21T17:26:10.103+00:00

On sending html email in outlook, the table border renders as very thin when compared to browser
We are using the below line of code in html
<table style="float:left;border:30px solid #d4e9e2;"><tbody><tr><td>

but the border got rendered with very small thickness, even if the value of border is increased from 30px to 50/60.
How can I increase the border so that it should look same as in browser.

Outlook Management
Outlook Management
Outlook: A family of Microsoft email and calendar products.Management: The act or process of organizing, handling, directing or controlling something.
4,887 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. ChristyZhang-MSFT 20,801 Reputation points Microsoft Vendor
    2022-05-23T06:59:08.307+00:00

    Hi @Manju Madhusoodhanannair(UST,IN) ,

    Welcome to our forum!

    Do you want to increase the table border in Outlook desktop client?

    If so, as I know, we can select the whole table>right click it and click Table Properties>Borders and Sharing…>in Borders tab, adjust parameters in the Width drop-down box.
    204487-2.png

    Hope the above help!


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



  2. Robert Sparnaaij [MVP] 1,811 Reputation points MVP
    2022-05-24T10:42:30.893+00:00

    Testing within WordHTML, it appears you can only specify a border for a table up to 7px.

    Also note that a float isn't supported at all.

    Additionally see; Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007 (Part 1 of 2)
    It's old, but (sadly) still applies for the most part.

    0 comments No comments