Hi there
I have just installed a template however in the banner it has a floating link that I would like to remove. Im familiar with XHTML and CSS but when it comes to PHP Im a little nervouse to touch anything. Can anyone tell me please how I would remove this link icon 'shop_now.gif' from the following code:
Line #66 : <div class="header"><div style="padding:159px 0 0 585px"><?php echo '<a href="' . zen_href_link(FILENAME_PRODUCTS_NEW, '', 'NONSSL') . '">'.zen_image($template->get_template_dir('shop_now.gif', DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . 'shop_now.gif',).'</a>'; ?></div></div>
Any help would be greatly appreciated. Many thanks :).



