Forum Moderators: open
<div class="blocknews">
<hr>
<a href="/podcast">
<img src="podcaster.jpg" alt="Podcasting logo" width="100" height="113">
<h1>a header</h1>
<p>some description...</p>
</a>
</div>
Thanks for help.
<div class="blocknews">
<hr>
<a href="/podcast">
<img src="podcaster.jpg" alt="Podcasting logo" width="100" height="113"></a>
<h1><a href="/podcast">a header</a></h1>
<p><a href="/podcast">some description...</a></p>
</div>
This is the only way it will validate.
onclickand
onmouseoverevents to simulate a link. Instead of your <a href...
<div class="blocknews" onclick="location.href='/podcast';" onmouseover="this.style.cursor='pointer';">
Should look how you want and should validate(?), but maybe not as search engine friendly or as accessible - but for a banner does it need to be?