Using front page code, try changing: background="images/rob-spodnji.png" Code (markup): to: style="background-image:url(images/rob-spodnji.png);" Code (markup): And etcetera. As far as the body tag's background colour, any reason not to just put this into the stylesheet? Otherwise, style="background-color:#a3a3a3;" Code (markup): Let me/us know if you have any other validation problems.
I did it! The all the pages (but "dvd rentals" and "link to THIS page") return "This Page Is Valid XHTML 1.0 Transitional!" Thank you for your help strivinglife!
DVD Rentals page: 1) In the Amazon code's link, change the & to & 2) Get rid of the iframe border="0" - looks like you've got this covered in the styles already ... Link to THIS page: 1) Again, you've got some bgcolor cleanup to do. 2) In the textarea, change the <img to <img (like you did for the <a) --- General note, there's that font tag, with a color of 333333, in your footers. Put it in styles, use a #, and make it shorter - #333. Also, see if you can't just get that into the div, or change the font to a span.
I corrected the "Link to THIS page" page - It's perfect now But, I don't think I am allowed to change amazon code. Well, when it comes to coding html (and php ) you are a genious to me. Thanks again.