I'm not sure but it seems specifically a problem related to html code containing a link put into a text widget in the main sidebar. The same code in a text widget in footer1 (or into a page like single.php) works. Hope to get some help soon. http://dslrbagstore.com Check the main page, links for Adsense and Amazon are not working but on single posts and footer area, it works just fine. Thank you very much. Regards. Pat
You need to fix this, because it's messing stuff up in your widget: <div style=â€float:right;margin-right:5px; width:160px; overflow:hidden;> Code (markup): Change it to: <div style="float:right;margin-right:5px; width:160px; overflow:hidden;"> Code (markup):
An inpection of http://dslrbagstore.com through Safari: Seems I could get those links working by toggling off z-index:-2 of div#sidebar.rounded (in http://dslrbagstore.com/wp-content/themes/flex/css/core.css ?) Its a WP template? Not sure if it would bring side-effects.. Hendra