stylesheet.css rules get applied to everypage throughout the site.
I do not see anything wrong with your code or css
try wrapping your code
<?php if ($this_is_home_page) { ?>
CODE
<?php
} else {
// show nothing
} ?>
The image tags are valid HTML5 and are considered void elements
The change @mc12345678 offered is also valid XHTML tags
Either will work


Reply With Quote

