Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Extra Bullet Point Appearing in Email Send but not in Dreamweaver

New Here ,
Nov 14, 2019 Nov 14, 2019

Hello,

 

I have built an email in Dreamweaver that has a bulleted section. In the HTML, there are two bullet points, but once I send a test email to myself, a third bullet point is appearing that does not exist in the code. Screenshots are included below. Is there a way to resolve this?

This is how is appears in Dreamweaver and when viewing the HTML file through my browser.This is how is appears in Dreamweaver and when viewing the HTML file through my browser.This is how it appears when I send myself a test send.This is how it appears when I send myself a test send.

TOPICS
Code , Error
676
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 14, 2019 Nov 14, 2019

Show us your code, not screenshos.    But before you do, validate code and fix reported errors.

 

CC-BugReport.jpg

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 14, 2019 Nov 14, 2019

Please copy and paste the code here sp that we can see what has gone wrong

Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 14, 2019 Nov 14, 2019

It appears that it was an Outlook rendering issue. I was able to fix by inputting the following after the last <ul> tag in the code.

 

<div style="display:none;">&nbsp;</div>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 14, 2019 Nov 14, 2019
LATEST

Ummmmm.... that doesn't seem right even for Outlook.

Did you validate your other code to ensure there are no critical errors?

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines