How to make header image clickable to site url
-
Client wants the logo (imaage in header section) clickable to his site.
I exported the template to the theme folder and manually added the link, but the
<a>
tag is not getting applied properly (the rendered code doesn’t enclose the<img />
.) Am I doing it wrong? Code below:<!--header-table--> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td class="container-padding header" align="###headeralign###"> <a href="https://xxxxxxxxxxxxxx/"> ###headertext### </a> </td> </tr> </table> <!--/header-table-->
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to make header image clickable to site url’ is closed to new replies.