<param id="movie" name="movie" value='<%= Me.ResolveUrl(Me.BannerPath)%>'>
<a href='http://<%= BannerTargetUrl%>' target="_blank">
<embed wmode="transparent" src='<%= Me.ResolveUrl(Me.BannerPath)%>' align="middle" Width="468px" Height="60px" />
</a>
In This code tag link work Properly in Mozilla but Hyper link is not working in IE or Chrome
The
<embed>tag is a block level element and<a>tag is an inline element. Try giving the HTML 5 Doctype:And give block display for
<a>: