简体   繁体   English

Gmail如何打开内容类型html

[英]Gmail how to switch on content type html

I have an html table like 我有一个html表

<table>
  <tr>
    <th>Firstname</th>
    <th>Lastname</th> 
    <th>Age</th>
  </tr>
  <tr>
    <td>Jill</td>
    <td>Smith</td> 
    <td>50</td>
  </tr>
  <tr>
    <td>Eve</td>
    <td>Jackson</td> 
    <td>94</td>
  </tr>
</table>

and I need to send it via gmail. 我需要通过gmail发送。 How to switch on the content type from plain text to html in Gmail to get the html view instead of text 如何在Gmail中将内容类型从纯文本切换为html以获取html视图而不是文本

I have found the solution. 我找到了解决方案。 The chrome extention HTML Inserter for Gmail should be added to Chrome and it gives the functionality to insert html (extention icon is located in formatter tools) 适用于Gmail的Chrome扩展HTML插入程序应添加到Chrome中,并且应具有插入html的功能(扩展程序图标位于格式工具中)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何从内容类型HTML / Text(在Gmail中)搜索python 2.7中可变长度8个字母数字的模式 - How to search for a pattern which is variable length 8 alphanumeric in python 2.7 from content type HTML/Text (in Gmail) 如何摆脱 GMail HTML 电子邮件中的“显示修剪的内容”? - How to get rid of “Show trimmed content” in GMail HTML emails? 如何在html中显示html类型保存的内容? - How to display html type saved content in html? 来自Firebase云功能的gmail中的html内容 - html content in gmail from firebase cloud functuion 隐藏Gmail HTML电子邮件中的内容-但显示在移动设备中吗? - Hide content in Gmail HTML email - but display in mobile? HTML片段的内容类型 - Content type for HTML fragments 如何在Java中使用HTML内容类型在JTextPane中打印HTML标记 - How to print an HTML tag in a JTextPane with html content type in Java Javascript:如何切换div内容? - Javascript: How to switch div content? 如何使用 HTML/CSS/Javascript 在同一页面上的内容之间切换? - How can I switch between content on the same page using HTML/CSS/Javascript? 如何使用php将html电子邮件发送到gmail? 雅虎的作品不是gmail - How to send html emails to gmail with php? yahoo works not gmail
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM