Search
 
SCRIPT & CODE EXAMPLE
 

HTML

Remove address underlining formatting from gmail

Gmail will/can auto-detect and underline the address copy in emails. 
To remove the underline, wrap the copy in a span and add a class.

!!!Using in-line styles of the same values will not work for gmail!!!

<span class="contact-info-no-blue">1234 Main St.</span>

<style>
  .contact-info-no-blue {
    color: inherit !important;
    text-decoration: none !important;
  }
</style>
Comment

PREVIOUS NEXT
Code Example
Html :: scratch card HTML 
Html :: how to triger multiple function in html 
Html :: set favicon in cross browser 
Html :: audio controls tag html 
Html :: ecrire un programme XSLT qui transform le document xml en une pae HTML dont l interpretation par navigateur repondre au descreptif suivant : en titre, le nom de la classe 
Html :: how to call parent method from child component 
Html :: input[type=time] datalist 
Html :: bootstrap loader in os 
Html :: html MCSTUPID 
Html :: Capturing the amount of space related to the text html 
Html :: webpage opaque photo caption 
Html :: html metatags for facebook 
Html :: c++ compile syntax error 
Html :: html entity decode in sql query 
Html :: ionic grid no margin 
Html :: Open the image after clicking on the text with the effect in html 
Html :: space html code 
Html :: spacing out links on nav bar using flex 
Html :: bootstrap hide show toggle collapse 
Html :: html learning site 
Html :: cuales son los elementos bloque y los elementos linea 
Html :: where does lava come from 
Css :: remove style from link 
Css :: write text in one line css 
Css :: css text selection none 
Css :: repeat autofill css grid minmax 
Css :: how to center a div in css 
Css :: input type search remove x 
Css :: invert css 
Css :: css flip svg 
ADD CONTENT
Topic
Content
Source link
Name
3+7 =