Mon Oct 15 13:03:47 PDT 2018






How To Remove Border And Shadow Around The Images On BlogSpot Blog?























If you are a blogger user, remove the image border and shadow for better looking.  By default blogger shows border and shadow around your images of your blog post. If you think this is an irritating and want to remove or delete it from your images or photos, just follow the given blogspot tutorial with images:
















remove border on blogger images
Before                                                     After
         



 
Let?s follow this steps to remove border on blogger images:






Step 1. Log in to your Blogger Dashboard, then go to Template > Edit HTML.






remove border on blogger images










Step 2. Now click anywhere inside the code and search for following code by press ( CTRL+F ) :






    ]]></b:skin>










Step 3. Copy and paste the below code just above it:






    .post-body img, .post-body .tr-caption-container, .Profile img, .Image img, .BlogList .item-thumbnail img {


      padding: 0px !important;


      background: none !important;


      border: none !important;


      -moz-box-shadow: 0px 0px 0px transparent !important;


      -webkit-box-shadow: 0px 0px 0px transparent !important;


      box-shadow: 0px 0px 0px transparent !important;


    }










remove border on blogger images










Step 4. Save the Template.






That's all !






Now visit your blog, will not see any border and shadow around your blog images. For any issues related to above BlogSpot tutorial comment below. Stay Updated, Like this post? Please share.






Don't forget to Subscribe and Join 3268 other subscribers for direct updates in your inbox.


















Investigating into blogger JSON feed.



















Budding my newest JSON-based widgets was done with loads of trial and error, lacking a good understanding of the JSON-format and lacking knowledge of how to admission the feed and retrieve the data. So yesterday I did some investigate and developed a small javascript program to examine the feeds. It is tech material, so don't be anxious if you don't understand it.









free gadgets for blogger





I establish some documentation on the blogger JSON feed format, based on Google Calendar. A little later I discovered a simple tutorial on how to browse through JSON objects.







I tainted this into a recursive javascript function, that browses the complete SON-feed-tree, and displays all keys and all values. You can use is to research any J SON-feed.







Create a simple HTML-page, using the following code.







<html>



<head>



<script type='text/javascript'>



function listkeys(feedobj,depth) {



for (key in feedobj) {



for (var i=0; i<depth; i++) document.write('- ');



document.write(key+' = '+feedobj[key]+'<br/>');



listkeys(feedobj[key],depth+1);}



}







function showfeedcontent(json) {



listkeys(json,0);



}</script>



</head>



<body>



JSON FEED PARSER



<br/><br/>



<script src="http://blognucleus.com/feeds/posts/default?alt=json-in-



script&callback=showfeedcontent"></script>



</body>



</html>







In this code restore the blognucleus.com feed reference to your own blog's feed.












Now open the HTML-page in your browser and the complete feed will be displayed.












Be Confident! Face Custom Robots.txt for BlogSpot? Positively.















Robots.txt provides to put off web crawlers work with web robots from accessing all or part of a website if it is publicly view able. Essentially a
robots.txt file on a web site will serve as a request that specified robots ignore specified files or directories when crawling a site.

















On the off chance that you utilize the
wordpress.org stage Online journal, robots.txt record can make yourself by means of document chief in cpanel, however in the event that you are
blogspot client then there are steps that should be before actuating robots.txt (crippled as a matter of course).






1. Login to your Blogger account and go to your blog dashboard.






2. Click on Settings >> Search preferences






Robots.txt










3. Edit your Custom robots.txt the choose Yes to enable custom robots.txt content








Robots.txt










4. Then fill with the following command






User-agent: Mediapartners-Google


Allow:/


User-agent: Googlebot


Disallow: /?m=1


Disallow: /?m=0


Disallow: /*?m=1


Disallow: /*?m=0


User-agent: *


Disallow: /search?*


User-agent: Twitterbot


Allow:/


User-agent: *


Disallow: /search


Disallow: /p/*


Disallow: /view/*


Allow: /


Sitemap:
http://ram-seo.blogspot.com/feeds/post/default?orderby=UPDATED






 Note: Green letters replace with your own blog






5. Save your jobs









For websites with several sub domains, each sub domain must have its own robots.txt file. If ram-seo.com had a robots.txt file but sub. ram-seo.com not, the rule which would apply for
ram-seo.com would not apply to a.
ram-seo.com






If you liked this post, click here and enter your Email address to follow my advancement.



















No comments:

Post a Comment

Featured Post

Tue May 18 12:07:08 CDT 2021