#main-wrapper

Friday, February 29, 2008



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.

0 comments:

 
 
 

Followers