Showing posts with label blog knowledge. Show all posts
Showing posts with label blog knowledge. Show all posts

#sidebar-wrapper

Friday, February 29, 2008


The above mentioned sidebar is right sidebar of
right sidebar and below are left sidebar of
any blog.


What is sidebar?


Well, sidebar is what we see left or right
side of blog post, where



Blog Archive and Profile of bloggers

appears


generally all templates having sidebar on right side of
BLOG POST

VERY few have sidebar on left side .


Well in my Blog one can see more than one


sidebar later I have discussed the
issue of more than one side bar.



#sidebar-wrapper
{

FLOAT: right;
OVERFLOW: hidden;
WIDTH: 180px;
MARGIN-RIGHT: 15px;
WORD-WRAP: break-word

}





© Tips for Bloggers

#main-wrapper



Rounded part of above image is main portion of blogger blog.


#main-wrapper
{

FLOAT: left;
MARGIN-LEFT: 25px;
OVERFLOW: hidden;
WIDTH: 460px;
WORD-WRAP: break-word

}


what does mean '#main wrapper'?

Well ,main is area that hold


all the content of Blog post we do .


Now let us deal with
definition for main-wraqpper


float:left ; this float value defines that

where does main-wrapper appear on outer wrapper


float value are generally three,i.e
left,right and center



Now word-wrap:break is teken as break-word

,it means line break otherwise post may seen in one line ,if your blog poste
overflow then it break the line
and start from new line


About Overflow:hidden; if your blog overflows
then
overflow:'hidden '

words hide the content


Copyright @2008 Tips For bloggers, All Rights Reserved.

 
 
 

Followers