Can anyone tell me what to adjust in my css in order to get the articles in the body and not beyond?
This is the URL:
http://www.voetinbalans.nl/nieuws/
Thanks in advance for your help.
Kind regards,
Niels
Your list bullets are outside
Your list bullets are outside because you set padding to zero. Don't; the padding is what creates the space for the bullets.
.meta { font-size: 0.9em; line-height: 1.3em; margin: 3px 0 0; }
It appears you closed the #wrapper immediately after the ul mentioned above. Delete that closing tag and place it immediately before the </body> tag.
It may be that your html syntax errors are causing at least some of the problems. Before you do anything else to the html, fix the errors.
cheers,
gary
Respons
Gary,
Thank you very much for your imput, i analyzed your imput which is valuable to me as a beginning css user. What i did was i did not paste plain text so now i got rid of a lot of unneccecary tags which solved the problem.
Kind regards from Holland.
Niels
Respons
.