thanks to all of you for the valuable advice .... but nothing seems working like i said before i also tried developing book with another css which i m pasting below but the bug continues i m not able to get it why only <p> tags have the problem with style rest all tags seems working fine.
css:
.cover{text-align:center;
font-weight:bold;
font-size:2em;
}
p{ background-color: #FFF;
display: block;
font-size: 1em;
margin-bottom: 0;
margin-left: 5pt;
margin-right: 5pt;
text-align:justify;}
h1{ text-align:center;
font-weight:bold;
font-size:1.5em;
}
h2{ text-align:left;
display:block;
font-weight:bold;
font-size:1em;
}
li{ text-align:justify;
display:block;
font-size:1em;
}
.sub{ text-align:center;
display:block;
}
.sub1{
text-align:center;
font-style:italic;}
.foot{
text-align:left;}
|