jaysondotph Posted May 15, 2014 Share Posted May 15, 2014 Hi.. i successfully add the said image beside my shop logo. but why? when i click the product or any of the product from my shop. the image beside my shop logo does not show up? i just put up this url like this. and its work only in home page <img src = "img/image_beside_myshop_logo.png"/> what is the correct url should i use to show up this image? Link to comment Share on other sites More sharing options...
jaysondotph Posted May 15, 2014 Author Share Posted May 15, 2014 (edited) here is my code for header.tpl <div id="header_logo" style = "width:100%;"> <div class = "column col-xs-12 col-sm-5" style = "margin-left:30px;"> <a href="{$base_dir}" title="{$shop_name|escape:'html':'UTF-8'}"> <img class="logo img-responsive" src="{$logo_url}" alt="{$shop_name|escape:'html':'UTF-8'}"{if isset($logo_image_width) && $logo_image_width} width="{$logo_image_width}"{/if}{if isset($logo_image_height) && $logo_image_height} height="{$logo_image_height}"{/if}/> </a> </div> <div class = "column col-xs-12 col-sm-5" style = "margin-top:17px;margin-left:80px;"> <img src = "img/ads03.gif"/> </div> </div> Edited May 15, 2014 by jaysondotph (see edit history) Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 15, 2014 Share Posted May 15, 2014 Try, <img src = "http://your-domian.com/img/ads03.gif"/> Link to comment Share on other sites More sharing options...
jaysondotph Posted May 15, 2014 Author Share Posted May 15, 2014 yes its work but i know its not a correct ways to do. any others alternative ways please? Link to comment Share on other sites More sharing options...
jaysondotph Posted May 15, 2014 Author Share Posted May 15, 2014 Okay i got solve and here is the solution.. <img src = "{$base_dir}img/images.png"/> 1 Link to comment Share on other sites More sharing options...
Bill Dalton Posted May 15, 2014 Share Posted May 15, 2014 Good job! Link to comment Share on other sites More sharing options...
Recommended Posts