Remove Link Formatting From Google Mail Signature?

陌路散爱 提交于 2020-06-27 22:58:13

问题


I have a signature within my Google Mail Signature with link in it. When I try to change the color/text it formats my links as links. I understand that, links, when called out may appear as links instead of just text. But I would like to just have them as texts so I may format the colors and weight.


回答1:


I haven't found a permanent solution to this and I've been searching for a while. The only temporary workaround I've found is removing/disabling the hyperlink tag from my signature and this will keep the non hyperlink signature as long as I don't logout of Gmail.\




回答2:


Gmail converts link text automatically to links so you might as well keep them as links. You can change the colour with the wysiwyg editor, but to remove the underline you need to edit the raw HTML. You can do that by right clicking and "inspect element" in chrome (or use firebug or similar) and add a style="text-decoration:none" to the <a> tag.

Obviously if you change it in the email it will only work once. To change it permanently go to your settings > signature; edit the html using the element inspector and save.




回答3:


I have tried all the solutions in this thread, but none of them work. Gmail will strip any text-decoration: none you may added to your signatures, no matter what shape or form, after refreshing the page/logging in again.

A curious thing I noticed, is that a signature that I created years ago actually does have links that don't get underlined. I tried to copy this signature into my new account, but the same problem occurred. I suspect that this is something Google didn't do until a few years back, and as such any signatures created before that time remain unaffected, but new ones get force fed an underline.

Really obnoxious how Google forces this stuff down our throats, but unfortunately there doesn't seem to be anything that can be done about it at this stage.




回答4:


I have found a permanent and very simple solution for removing underline from the links in Google Mail Signature. Just you need to open your signature in HTML editor and add the following style:

<style>a,a[href],a:hover{text-decoration:none !important;}</style>

I hope you are satisfied with my answer. If still facing any issues, must reply.

Thanks! :)




回答5:


Super old thread, but this Zendesk article worked for me:

  1. Open your signature again in a different browser (such as Firefox)
  2. Select the preview using the button, and copy
  3. Go to Gmail settings, and the signature box
  4. Paste in your signature
  5. Scroll down and press 'Save'
  6. Reload Gmail in Chrome
  7. Send a test email, which should have the correctly formatting for links now

Links in my email signature are underlined sending from Gmail




回答6:


The only way I have ever been able to remove the hyperlink is to insert a space somewhere in the link and change the font size of the space to something smaller. This is likely a terrible solution, but it is good enough for me.




回答7:


Fix, you're on the right track. I followed your instructions but obviously didn't want the gap created so I then deleted the space. After saving, logging in and out again some of the link was fixed.. Just the .co.uk at the end showed as a link so I used the same technique (between the ".co" and the ".uk") and it now works a treat! :)




回答8:


My work-arounds:

  1. For a phone number, use "~" instead of "-" (eg. 1~800~444~4444)
  2. You can upload a picture to your signature, so you can create your signature in Paint and save it as a jpeg or png file. For some reason, my picture was not looking very crisp, so I used the tilde sign in the phone number instead.



回答9:


This seems to work for me - a bit dangerous but works in my tests.

<a style="color: #fff;text-decoration: none;" href="mailto:email@domain.com" target="_blank"><span style="color:#2b2b2b;">email@domain.com</span></a>

When I copy the resulting html from my browser and paste in the Gmail Signature box, and then Compose a new email in Gmail - the lines do not appear and the text is colored correctly. :)




回答10:


I tried everything here, but the underline only went away when I pasted the signature in Firefox instead of Chrome per this thread, https://litmus.com/community/discussions/6993-remove-underline-from-links-on-emails-sent-from-gmail-to-outlook



来源:https://stackoverflow.com/questions/7996567/remove-link-formatting-from-google-mail-signature

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!