Error Xhtml:
In footer:
Search :
PHP Code:
<! -- Style Copyright do not remove this -->
<div class="copyright">Web Design by: <a href="http://www.vbdesigns.de">vbdesigns.de</a></div>
<! -- Style Copyright do not remove this -- >
replace with:
PHP Code:
<!-- Style Copyright do not remove this -->
<div class="copyright">Web Design by: <a href="http://www.vbdesigns.de">vbdesigns.de</a></div>
<!-- Style Copyright do not remove this -->
Error CSS:
Search:
PHP Code:
.headpic { background: url(/designs/blw/headpic.jpg) no-repeat top left; width:776; }
Replace:
PHP Code:
.headpic { background: url(/designs/blw/headpic.jpg) no-repeat top left; width:776px; }