Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

newsletter

How do I remove link underlining in my HTML email?

September 9, 2023 by Tarik

<a href=”#” style=”text-decoration:none !important; text-decoration:none;”>BOOK NOW</a> Outlook will strip out the style with !important tag leaving the regular style, thus no underline. The !important tag will over rule the web based email clients’ default style, thus leaving no underline.

Categories html Tags css, email-client, html, html-email, newsletter Leave a comment

HTML image not showing in Gmail

February 1, 2023 by Tarik

Late to the party but here goes… I have experienced this problem as well and it was solved with the following: Including the scheme in the src url (using “//” does not work – use full scheme EG: “https://”) Including width and height attributes Including style=”display:block” attribute Including both alt and title attributes EG: <img … Read more

Categories html Tags gmail, html, html-email, newsletter Leave a comment

Adding a Google Plus (one or share) link to an email newsletter

December 13, 2022 by Tarik

https://plus.google.com/share?url=http%3A%2F%2Fexample.com You can share the link on Google+ with the official Google+ share link. Replace the url parameter with the URL encoded link you want to share.

Categories email Tags email, google-plus, google-plus-one, newsletter, share Leave a comment

AJAX Mailchimp signup form integration

December 10, 2022 by Tarik

You don’t need an API key, all you have to do is plop the standard mailchimp generated form into your code ( customize the look as needed ) and in the forms “action” attribute change post?u= to post-json?u= and then at the end of the forms action append &c=? to get around any cross domain … Read more

Categories javascript Tags ajax, forms, javascript, mailchimp, newsletter Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa