Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS simple problem… Re: simple problem…

#74522
Poppoll
Member

Maxi
The errors came from the code you added afterwards.
In the first css i did not had

p,li {
font-size: 1.2em;
line-height: 1.3em;
margin-bottom: 0.8em;
}

change to:

p,li a{
font-size: 1.2em;
line-height: 1.3em;
margin-bottom: 0.8em;
}

In the html this is not valid:


change to


You have:

Change to