HTML in microsoft outlook

Ainhoa Galán Yanguas 25 Reputation points
2024-03-20T11:05:58.4433333+00:00

When I try to send an html through outlook it shows a totally broken email.

sections appear in innappropiate spaces and when I see the html in browser it is perfectly ok.

Is there anything I could do to solve the problems with outlook?

Thanks in advance for yout help

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,913 questions
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.
5,234 questions
0 comments No comments
{count} votes

Accepted answer
  1. Josh Hansen-Sedor 160 Reputation points
    2024-03-20T14:02:53.3666667+00:00

    Hi,

    I'm pulling this from somewhere else but would try this first,

    When you type text that Outlook detects is a link, the text is automatically turned into a link. You’ll usually see this text with an underline.

    Usually, this works well. However, if there’s a space in the text that makes up the link, Microsoft Outlook truncates the link at the first space. If the first space is in the network path or location of the file, the link is truncated at that point.

    For example, if you type \networkshare\February Expense Report.xls into the body of the message, Outlook converts only the first part of the text to a link, as in the following example:

    \networkshare\February

    This isn’t a valid link to the file.

    To preserve the spaces in your link text, use an opening(<) and closing(>) chevron, as in the following examples:

    <\networkshare\February Expense Report.xls> __or __<http://www.contoso.com/finance/February Expense Report.xls>

    All text inside the chevrons as part of the link, and the recipient receives the complete link to the file.

    You can also insert the link by using the Hyperlink command:

    In a new message, click Insert.

    In the Links group, click Link or Hyperlink.


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.