Post
by ramesh_vikaschouhan » Wed Apr 02, 2014 10:40 pm
this is main issue related to CSS ...
to center them u can give each div having coloumn class . change their properties
like give names coloumn1 , coloumn2 , coloumn3 and then specify css rules in style.css
.coloumn1{
padding-left:__px ; // so that it appears center .
}
.coloumn2{
padding-left:__px ; // so that it appears center .
}
.coloumn3{
padding-left:__px ; // so that it appears center .
}
or you can put coloumn1 in left . coloumn3 in right
by float:left; float:right;
center coloumn2 keep in float:left; with padding-left:__px ; // so that it looks center ...
for more help in near future u can inbox ....me