Related Articles
How to Customize and Edit Your Blogger Template
Blogger is free blog publishing service from Google just like wordpress and the best thing about blogger blogs are the articles gets indexed in the Google search engine very fast and this article is all about customizing the blogger template, I am going to show how to customize blogger template by taking the default blogger […]
How to Remove Navigation bar in Blogger
To remove nav bar on the top of a blogger blog simply follow below steps: For New Blog Interface : Sign into blogger, now it will show list of your blogs now click on this icon and click on template. Now click on Edit HTML Tab. You will get a warning page avoid and click on […]
How to Convert HTML WebPage to PDF Using PHP
Convert a web page into PDF format, download and save into folder as below. Include dompdf_config.inc.php file from the library. Create a folder for saving the PDF file which is generated from the webpage. HTML code to convert on submit: Download dompdf library from the github which is free. Click here to download.