Code: Select all
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
</div>
<span class="corners-bottom"><span></span></span></div>
</div>
Code: Select all
<div class="headerbar">
<span class="corners-top"><span></span></span>
<div id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
</div>
</div>
I am trying to do it as valid as possible (as I can). in final release it will be xhtml and css2.1 strict (I hope..)A_O_C wrote:is this xhtml strict compliant?