Skip to main content

Posts

Showing posts from January, 2016

Free Responsive Mobile Website Templates settings

customize dynamic views themes - As you all know Techno Geek Zone is hosted on Blogger and there are many advantage and disadvantage of using Blogger but I love using it. Recently I met with an problem which I have been ignoring from months but today got a solution for it. My problem was that when I used to open my blog on any mobile browser then it opens with some white extra spaces on the right side of the blog.  The first two pictures shows the problem and third one is after correction of code. Then I came to know about the problem that I was forgetting to maintain the overflow of the CSS. After some googling I came to know about the problem and fixed it soon. Here is the tutorial for you to solve this problem if it occurs to you too. Follow all the steps: >>> Open Blogger.com and open your blog in which the problem persist. >>> Go to Template and Click on Edit HTML >>> Press CTRL+F and in the search box search for below code ]]></b:skin> >>

Automatically Add Attribution posts page Link website blog

Hello Bloggers firstly I would like to welcome you to Techno Geek Zone hope you will get some help from our tutorials posts. Today I am going to show you how you can add your page link to that place automatically where someone pastes text copied from your blog. Below is an Example: To add attribution links to Text Copied From Your Blogger : Go To Setting of Blogger Blog in which you want to add this feature. Move to Template>Edit HTML Press Ctrl+f to open search box and search for </body> tag and paste the below script above this </body> tag. <script type='text/javascript'> function addLink(){var a=document.getElementsByTagName("body")[0];var b;b=window.getSelection();var c="<br/><br/>    Read More  : <a href='"+document.location.href+"'>"+document.location.href+"</a>";var d=b+c;var e=document.createElement("div");e.style.position="absolute";e.style.left="-9