In this tutorial I’ll show you how to add click to Call Us button to google sites which is normally not possible. You have to add a valid link like https://google.com etc or select the inner pages only that you created for your google site. It does not accept something like tel:+9223456789112 so you can’t…
Continue ReadingHow to create a ZigZag border in CSS
Creating a zigzag border with CSS is quite easy and we can achieve it just by using CSS3 property linear-gradient only and not an image. So here is how to create a zigzag border with CSS only. Create a zigzag border with CSS Demo code
Continue ReadingHow to create a ZigZag backgound in CSS
If you are looking for how to create a zigzag background in CSS (Cascading Stylesheets) without using any image/images then the following tutorial is for you. We’ll use CSS Gradients to create a zigzag background. CSS ZigZag Background Demo CSS ZigZag Background CSS ZigZag Background Demo Code In the code mentioned above we used linear-gradient…
Continue ReadingHow to create striped background in CSS
Striped background is quite easy to do in CSS, especially nowadays as browsers have a good support for CSS-Gradients these days. Here is how to create a striped background in CSS only and not using an image. Just create a section in HTML with an id or class and target it in CSS by the…
Continue Readinghow to enforce https on bluehost
Here is a detailed guide about how to enforce https on bluehost log into your bluehost and access the redirects in the Domains section Set Type to Permanent (301) Next to http://(www.)? choose the domain name you are working with Next to redirects to, enter your website’s url using the Shared SSL Certificate I recommend having Redirect with or without www selected, as this…
Continue ReadingHow to add an image slider or Carousel in new Google Sites
Live Demo As of March 2019 Google has now officially added image carousel support to the new google sites and you would be able to easily add slideshow to your site via that unless you want something more customizable. In this tutorial I’ll show you how to add an image slider or carousel in new…
Continue Reading