Friday, May 10, 2013

Where to add CSS in our blog ??

We can say CSS backbone for a blog/website. CSS makes our blog attractive and readable as well. If our blog will be beautiful good, Smart and attractive so reader will spend more time to view our blog.Without CSS our blog is nothing.... Without CSS our blog is like a Blank piece of paper. CSS give  look to our blog and make it SEO friendly.And it is a first stage to workout with our template.CSS make our template beautiful and able to work in the beautiful  blogging atmosphere. We saw many blog having beautiful look and widgets .. it is Just because of CSS.

What is CSS:


  • CSS stands for Cascading Style Sheets
  • Styles define how to display HTML elements
  • Styles were added to HTML 4.0 to solve a problem
  • External Style Sheets can save a lot of work
  • External Style Sheets are stored in CSS file

Where to add CSS in our template:


In our blogger template a tag is used to add CSS called "<b:skin>...</b:skin>" tag.

 In our template we add our CSS code just above </b:skin> tag :
<b:skin><![CDATA[
 {
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
..........................................................................................................................
 }
]]></b:skin>


We use CSS in the type of CLASS(.) or ID(#) to work with our HTML element
For example:
Class starts with  
.class{
-----------------------------
-----------------------------
-----------------------------
-----------------------------
------------------
}

Id starts with # tag
# id{
----------------------------
----------------------------
----------------------------
----------------------------


 Now stylizing our HTML element:

<div class="class"> HTML </div> 
                           OR
<div id="id"> HTML </div>


2nd way to add CSS:


Just go to customize option from blogger template and after going there Template>Advanced>Add CSS look at the picture below:








Now after clicking this add your CSS code in the Box which is provided :



now click apply to blog DONE.

 Or we can also add our CSS by hosting it such as on Google Drive and Google Code.
after hosting your CSS code just copy the link of file :
and it to the piece of code and paste this piece of code just Template » Edit HTML » Proceed.Now search for the starting <head> tag and just above it paste the following code.
 <link href='https://googledrive.com/host/your-file-code' rel='stylesheet'/>

Need Help:


We will soon write another detailed article on this .. till then need any type of help please drop your all question below without any hesitation .. or for personal help please Use our contact page.till then peace and blessings.=)

How to add a Favicon to your site ??

Favicon is very necessary for a blog/website . It is Recognition of a website or blog and also give it attractive & professional look as well . Many people try to add favicon to their websites or blog many times but finally Unsuccessful. So we are going to show you how to add a attractive favicon to your site.

First create a beautiful Favicon:


Firstly you need to create a unique and attractive favicon for your blog or website using different software such as Adobe Photoshop (7.0 or Cs) or Ms paint.Remember your favicon should be in ".ico" (.ICO) format and less than 100 KB and size should be 16 x 16 px.
Convert your image file to .ICO 

How to add your favicon:


  1. sign in to your blog

  2. layout>favicon


and after clicking EDIT a window will appear and their upload your .ICO/Favicon file. look at the image below: 
And finally click save. And you are done visit your new blogging experience a professional look of your blog/website.

Need Help:


If you need any type of help so please kindly feel free to ask to your Question . Let's see your new blogging experience =) .