I've created the web user control (the advertising banner for the sidebar) according to chapter 8 and it works.
In order to try alternative solutions, I've also tried to put the banner in the sidebar of the master page directly.
Unfortunately, if I try to click on the image in the sidebar, the arrow icon of the mouse turns into a hand with a flare, and I cannot reach
http://p2p.wrox.com
Can you tell me why ?
Below you see the code.
Cheers
Antonius
<div id="Sidebar">
<br />
<div align="center">
<a href="http://p2p.wrox.com" target="_blank">
<img src="../Images/Banner120x240.gif" style="border-style: none" />
</a>
</div>
</div>