Forum Moderators: not2easy
p.faq {
border: 10px outset teal;
width: 90%;
margin-left: 10%;
font-size: 1.2em;
font-family: Arial; line-height: 1.5em;
background-image: url(../images/parchment.jpg);
margin-top: 2.5em;
text-align: justify;
padding: 2em;
}
I started with width: 90%; and margin-left: 5%; -- which did not work?
To center in Explorer and Opera I had to go to margin-left: 10%; --why?
Netscape 7 did exactly what it was told and now the page runs way wide.
What do I do?