Quote:
Originally Posted by theducks
Anchors do not cause PAGEBREAKS (by default)
Who knows what someone (stupidly) put into the CSS for a{ ... } 
|
Hi Ducks,
Thank you for your reply.
Here is the contents of the CSS file:
Code:
body
{
margin-right: 1em;
margin-left: 1em;
}
img {
max-height:100%;
max-width:100%;
}
a {
text-decoration:none;
}
.a1 {
text-decoration:underline;
}
div.block2
{
text-align: justify;
text-indent: 0em;
margin-left: 3em;
margin-right: 3em;
margin-top: 1em;
margin-bottom: 1em;
font-size: small;
}
p.right
{
text-indent: 0em;
font-size: small;
text-align: right;
margin-top:0em;
margin-bottom:0em;
}
p.center
{
text-indent: 0em;
font-size: small;
margin-top: 1em;
text-align: center;
margin-bottom: 1em;
}
p.centera
{
text-indent: 0em;
font-size: small;
margin-top: 1em;
text-align: center;
margin-bottom: 0em;
}
p.centerb
{
text-indent: 0em;
font-size: small;
margin-top: 0em;
text-align: center;
margin-bottom: 0em;
}
p.figure
{
text-indent: 0em;
font-size: small;
margin-top: 1em;
text-align: center;
margin-bottom: 1em;
}
p.nonindent
{
text-indent: 0em;
margin-top:0em;
margin-bottom:0em;
font-size: small;
text-align: justify;
}
.copy
{
margin-top: 1em;
margin-bottom: 0em;
text-indent: 0em;
font-size: small;
text-align: justify;
}
h1.chapter
{
text-indent: 0em;
font-size: large;
font-weight: bold;
margin-top: 2em;
margin-bottom: 2em;
text-align:center;
}
h2.chapter1{ /* title page */
text-indent: 0em;
font-size: x-large;
text-align: center;
margin-top: 0em;
margin-bottom: 1em;
}
p.center4 /* title page */
{
text-indent: 0em;
margin-top: 2em;
font-size: x-small;
text-align: center;
margin-bottom: 3em;
}
p.center3 /* title page */
{
text-indent: 0em;
margin-top: -0.5em;
text-align: center;
margin-bottom: 2em;
font-size: medium;
}
p.indent
{
font-size: small;
text-indent: 1.5em;
text-align: justify;
margin-top:0em;
margin-bottom:0em;
}
/* ===================== Added Styles ===================== */
a.hlink
{
text-decoration: none;
}
span.small
{
font-size: smaller;
}
p.image /* back ads */
{
text-indent: 0em;
font-size: small;
text-align: center;
margin-top:1em;
margin-bottom:1em;
}
.atp_f{
font-size:1em;
margin-top:0em;
margin-bottom:0em;
margin-left:0em;
margin-right:0em;
text-indent:0em;
text-align:center;
}
.atp_web{
font-size:1em;
margin-top:0em;
margin-bottom:1em;
margin-left:0em;
margin-right:0em;
text-indent:0em;
text-align:center;
}