﻿---------------------------------------------------------------------------------------------------------------------------------------------
How to upload Blogger templates
---------------------------------------------------------------------------------------------------------------------------------------------

1. Download your Blogger XML template from Www.BestTheme.Net. 
The template is contained in a zip file (winzip, winrar), ensure you have extracted the XML template.
2. Log in to your Blogger dashboard and go to Layout > Edit HTML
3. Ensure you back up your old template in case you decide to use it again. To do this, click on the "download full template" link and save the file to your hard drive.
4. Look for the section near the top where you can browse for your XML template:
5. Enter the location of your template and press "upload".
6. The HTML of your new template will now appear in the box below. You can preview your template or simply save to start using it!
7. Enjoy!



---------------------------------------------------------------------------------------------------------------------------------------------
HOW TO EDIT OUR WEBSITE PROGRESS BAR
---------------------------------------------------------------------------------------------------------------------------------------------
Go to layout and click on Edit Html Tab.
Now find this  code <span class='progressBar' id='spaceused1'>10%</span>


---------------------------------------------------------------------------------------------------------------------------------------------
HOW TO EDIT LAUNCH DATE
---------------------------------------------------------------------------------------------------------------------------------------------
Go to layout and click on Edit Html Tab.
Now find this  code 

<div class='launch-date-display'>

<div class='month'>10</div>

<div class='day'>23</div>

<div class='year'>2013</div>

</div>



---------------------------------------------------------------------------------------------------------------------------------------------
How to Edit Logo 
---------------------------------------------------------------------------------------------------------------------------------------------
Go to layout and click on Edit Html Tab.
Now find this css code
/*----------------------------------------------------
          {--------}  Logo  {--------}
----------------------------------------------------*/
.logo {
	/* background: url(http://2.bp.blogspot.com/_nI2w1Z0MWcE/TQBjNrcZ7qI/AAAAAAAAAhs/tblG_YJakVw/s1600/logo.png) no-repeat top center; */
	width: 300px;
	height: 111px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 50px;
}
.logo a {
	display: block;
	width: 300px;
	height: 111px;
	/* text-indent: -7777px; */
}



And Change logo image  http://2.bp.blogspot.com/_nI2w1Z0MWcE/TQBjNrcZ7qI/AAAAAAAAAhs/tblG_YJakVw/s1600/logo.png


---------------------------------------------------------------------------------------------------------------------------------------------
If you have any probleme 
---------------------------------------------------------------------------------------------------------------------------------------------
Please visit author blog : http://www.besttheme.net/ 
And write a comment 