Image Related: link attachment, Resize etc Get link Facebook X Pinterest Email Other Apps July 27, 2020 Link Attachment <body> <a href=".....link......" target="_blank"> <img src="...image.."> </a></body>Image Resizing<body> <img src="...image.." height="100" /></body> Get link Facebook X Pinterest Email Other Apps Comments
Whatsapp Integration July 27, 2020 <!-- GetButton.io widget --> <script type="text/javascript"> (function () { var options = { whatsapp: "+971522854284", // WhatsApp number call_to_action: "Whatsapp us", // Call to action position: "right", // Position may be 'right' or 'left' }; var proto = document.location.protocol, host = "getbutton.io", url = proto + "//static." + host; var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = url + '/widget-send-button/js/init.js'; s.onload = function () { WhWidgetSendButton.init(host, proto, options); }; var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(s, x); })(); </script> <!-- ... Read more
Important Points to be Remember for HTML July 28, 2020 Important Point Do not to much <br> for next line Do not use <h1>, <h2>, <h3>, <h4> etc to bold any text Read more
Comments
Post a Comment