Well, imagine my dilemma. I see the images. I can't help out much unless I can see it the way you do and both find and correct the cause.
You should fix this:
Code:
p{margin: 0 2px
font-size: 250%;
color: #ffffff;
padding-bottom:0px}
on the main (top) page, it should be either:
Code:
p{margin: 0 2px;
font-size: 250%;
color: #ffffff;
padding-bottom:0px}
or be edited or removed altogether.
This, on galerija.html:
Code:
<style type="text/css">
body {background-color: rgb(228,194,122);
</style>
Should also be fixed:
Code:
<style type="text/css">
body {background-color: rgb(228,194,122);}
</style>
Validating the page might help too:
http://validator.w3.org/check?verbos...Fgalerija.html
Bookmarks