为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Signature stays over the text in "below my reply above the quote " option. The signature is build in HTML,with tables. Please help.

  • 13 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 duggabe

more options

The signature is build in HTML,with tables. In some cases i have used a boilerplate. But it still,remains over the text if i put it in the "below my reply above the quote" option. I have to move it with mouse. I know i can put it Below the quotes,but my boss doesn't wont that way.

The signature is build in HTML,with tables. In some cases i have used a boilerplate. But it still,remains over the text if i put it in the "below my reply above the quote" option. I have to move it with mouse. I know i can put it Below the quotes,but my boss doesn't wont that way.

所有回复 (13)

more options

When you do a Reply, the signature is already filled in above the quote. There should also be at least one blank line above the signature. Click on that to start your reply message. That way the signature is between your reply and the original message. Is that what you wanted?

more options

You might check to see if the option actually took by looking in the Config Editor.

From the Menu Bar select Tools-Options-Advanced-Config Editor

Type reply in the search field and see if your reply on top selections are set to 1. If not right click them and select Modify and change them to 1.

more options

duggabe said

When you do a Reply, the signature is already filled in above the quote. There should also be at least one blank line above the signature. Click on that to start your reply message. That way the signature is between your reply and the original message. Is that what you wanted?

Thank you for your replay. By default,the signature is positioned Above the quote. But,i dont want to do that. I want to position the signature Below My Reply. In this case the signature is positioned over the message i have received previously. See in the image what real happens.

more options

Airmail said

You might check to see if the option actually took by looking in the Config Editor. From the Menu Bar select Tools-Options-Advanced-Config Editor Type reply in the search field and see if your reply on top selections are set to 1. If not right click them and select Modify and change them to 1.

Thank you for your reply. I did all the steps you advised. And the result is in the image. But still,happening the same problem. The signature in Replay,stays over the previous message. Maby is a HTML problem,i'm including the source code to. If you have any knowledge in programming. I'm using this boilerplate

more options

Maybe we are not understanding what you want to happen. Here is what I thought you wanted to be the end result:

   <your reply>
   <your signature>
   <the received msg (the "quote")>.

That is the result of 'below my reply (above the quote)'.

The two options available are 'above the quote' and 'below the quote'. Which do you want?

more options

The signature is going to be part of YOUR reply and is not going to be placed below the quoted message.

more options

duggabe said

Maybe we are not understanding what you want to happen. Here is what I thought you wanted to be the end result: <your reply> <your signature> <the received msg (the "quote")>. That is the result of 'below my reply (above the quote)'. The two options available are 'above the quote' and 'below the quote'. Which do you want?

I want (above the quote),and this is were the problem happens. The signature gets over the received message.

more options

Airmail said

The signature is going to be part of YOUR reply and is not going to be placed below the quoted message.

You have 2 options,Below the quote and below my reply. I want the Below my reply option. And there is were the problem happens. The signature,get positioned over the received message,that you are replying.

more options

We have a terminology problem here. The received message is called the "quote" (because you are quoting what the sender said). So, as I said above, one choice is:

  <your reply>
  <your signature>
  <the received msg (the "quote")>.

This is called "above the quote".

The other choice is:

   <your reply>
   <the received msg (the "quote")>.
   <your signature>

This is called "below the quote".

Is one of those what you want? If you make that setting, does it do what you want it to do?

more options

duggabe said

We have a terminology problem here. The received message is called the "quote" (because you are quoting what the sender said). So, as I said above, one choice is: <your reply> <your signature> <the received msg (the "quote")>. This is called "above the quote". The other choice is: <your reply> <the received msg (the "quote")>. <your signature> This is called "below the quote". Is one of those what you want? If you make that setting, does it do what you want it to do?

I want the "above the quote" setting. But,in that case my signature (the replyer) overlays the <the received msg (the "quote")>. Like in the picture

more options

Ah, now I see the problem! (As they say, a picture is worth 1,000 words!)

Just for testing purposes, can you try a plain text signature to see if that is OK? If so, then we need to look at the HTML you are using for the signature.

more options

duggabe said

Ah, now I see the problem! (As they say, a picture is worth 1,000 words!) Just for testing purposes, can you try a plain text signature to see if that is OK? If so, then we need to look at the HTML you are using for the signature.

I did,and it works fine. It doesn't overlays. If it helps you,my html code is here: http://jsfiddle.net/v75hnv26/

more options

To summarize what we have done: - you sent me a link to your signature HTML. - I removed the elements from the table structure and found that the table was causing the problem. - I made slight modifications to the HTML and tested it on my website. - I sent you a reply to your email from my website using your signature. - The problem is resolved.