Articles

Affichage des articles du mars, 2019

How to remove footer copyright from any blogger template without redirecting

Image
How to remove footer copyright from any blogger template without redirecting Method 1 Step 1 Go to your blogger dashboard and click theme option.Before edit the HTML code backup your template.Now click edit Html. Then press  CTRL+F  and find created by or designed by in the search option. Step 2 Your footer Copyright code is like this  <div class='copyright-area'>Crafted with <i aria-hidden='true' class='fa fa-heart' style='color: red;margin:0 2px;'/> by <a href='http://www.templatesyard.com/' id='mycontent' rel='dofollow' title='Free Blogger Templates'>TemplatesYard</a> | Distributed by <a href='https://gooyaabitemplates.com/' rel='dofollow' style='color:#0be6af;' target='_blank'>Blogger</a>     </div>  You want copy paste this CSS code before the <div> tag. Note:-"Add another </div> closing tag

How to Enable .NET Framework 2.0 And 3.5 in Windows 8.1 for Older Programs

Image
Enable .Net Framework 2.0 And 3.5 From the Start screen type :   windows features  and select  Turn Windows features on or off . The Windows Features screen will come up on the desktop. Tick the box next to  .NET Framework 3.5 (includes .NET 2.0 and 3.0)  and click  OK . Wait while .NET Framework is installed on your system — it only takes a few seconds. Immediately afterward you’ll be prompted to download updates for it. That’s it! Now you’ll be able to install and run your older programs Source http://anewdomain.net/how-to-enable-net-framework-2-0-and-3-5-in-windows-8-1-for-older-programs/