본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

My e-newsletter is not formatted correctly in firefox

  • 6 답장
  • 1 이 문제를 만남
  • 4 보기
  • 최종 답변자: jvick

more options

I am using a email service called Sendgrid. Recently, I have created newsletters that display perfectly in other browsers such as Google Chrome, Internet Explorer, Safari. However, the newsletter is completely distorted when using Firefox. Please advise on how i can correct this / make it more compatible with Firefox.

You can view the newsletter using this link:

https://364255.content.nlgrid.com/wf/webmail?rp=ZTI1bGQzTnNaWFIwWlhKZmFXUTZNVEl6TkN4MWMyVnlYMmxrT2pJMU5qVTBmUWV5SnVaWGR6YkdWMGRHVnlYMmxrSWpvaU9UUXpOREUzT1NJc0ltNWxkM05zWlhSMFpYSmZkWE5sY2w5cFpDSTZOVEU0TURBek5ETTFOekI5

I am using a email service called Sendgrid. Recently, I have created newsletters that display perfectly in other browsers such as Google Chrome, Internet Explorer, Safari. However, the newsletter is completely distorted when using Firefox. Please advise on how i can correct this / make it more compatible with Firefox. You can view the newsletter using this link: https://364255.content.nlgrid.com/wf/webmail?rp=ZTI1bGQzTnNaWFIwWlhKZmFXUTZNVEl6TkN4MWMyVnlYMmxrT2pJMU5qVTBmUWV5SnVaWGR6YkdWMGRHVnlYMmxrSWpvaU9UUXpOREUzT1NJc0ltNWxkM05zWlhSMFpYSmZkWE5sY2w5cFpDSTZOVEU0TURBek5ETTFOekI5

선택된 해결법

You need a clear:both CSS rule for the table that is moved to the right to prevent Firefox from staring right after the current position.

#TbBodyRow { clear: both; }
문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (6)

more options

Hi, After reviewing your question to solve this I need you to confirm a few things. 1. I have tried this on my FFox and its working fine 2. Have you tried doing a uninstall and reinstalling FFox 3. Can you check with Sendgrid for me just to find out if its problems at there end or yours. Please update as soon as you know!

^EMS Did this solve your question??

If you haven't already, please select the answer that solves the problem.  This will help other users with similar problems find the solution more easily.

Thank you for contacting Mozilla Support.

more options

This forum is intended for end user support, not for web development issues. Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The contributors over there are more knowledgeable about web page development issues with Firefox. http://forums.mozillazine.org/viewforum.php?f=25 You'll need to register and login to be able to post in that forum.

more options

선택된 해결법

You need a clear:both CSS rule for the table that is moved to the right to prevent Firefox from staring right after the current position.

#TbBodyRow { clear: both; }
more options

TalkingFirefox said

Hi, After reviewing your question to solve this I need you to confirm a few things. 1. I have tried this on my FFox and its working fine 2. Have you tried doing a uninstall and reinstalling FFox 3. Can you check with Sendgrid for me just to find out if its problems at there end or yours. Please update as soon as you know!


Thank you for your response.

I have uninstalled and reinstalled and am experiencing the same issue. I am using Firefox 39.0.

I checked with SendGrid and they confirmed the newsletter was distorted in Firefox. They referred me to check with Firefox Support.

글쓴이 jvick 수정일시

more options

Hi again Jvick, Just before I respond about the responce above I need to advise you that:

The people who answer questions here, for the most part, are other Firefox users volunteering their time (like me), not Mozilla employees or Firefox developers.

If you could look at @Cor-el's Post which is quoted below: cor-el said

You need a clear:both CSS rule for the table that is moved to the right to prevent Firefox from staring right after the current position.
#TbBodyRow { clear: both; }

Also it might help you by leaving a post in another mozilla support center for web developers which may be able to help you in more details (the-edmeister also commented this above.)

the-edmeister said

This forum is intended for end user support, not for web development issues. Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The contributors over there are more knowledgeable about web page development issues with Firefox. http://forums.mozillazine.org/viewforum.php?f=25 You'll need to register and login to be able to post in that forum.

I'll happly send feedback to both sendgrid / Mozilla regarding this issue and letting them know so that the next time they do a update of Mozilla Firefox (Every 6 wks) it might work. If you want me to look please reply to this message,I'll get a email and send future instructions. I await your reply, Ethan -TalkingFirefox

글쓴이 TalkingFirefox 수정일시

more options

cor-el said

You need a clear:both CSS rule for the table that is moved to the right to prevent Firefox from staring right after the current position.
#TbBodyRow { clear: both; }

This worked brilliantly. All issues are fixed. Thank you to all!