techster Posted June 15, 2012 Share Posted June 15, 2012 (edited) Hi Any heads up for how to implement: <Wrapper> <topwrapper> <mainwrapper> <bottomwrapper> I tried working around global.css and header.tpl but its somehow not working. After adding up global.css I have added following to header.tpl <div id="wrapper"> [b]<----I have added this[/b] <div id="page"> <div id="topwrapper"></div> [b]<----I have added this[/b] <!-- Header --> <div id="mainwrapper"> [b]<----I have added this[/b] <a id="header_logo" href="{$link->getPageLink('index.php')}" title="{$shop_name|escape:'htmlall':'UTF-8'}"> <img class="logo" src="{$img_ps_dir}logo.jpg?{$img_update_time}" alt="{$shop_name|escape:'htmlall':'UTF-8'}" {if $logo_image_width}width="{$logo_image_width}"{/if} {if $logo_image_height}height="{$logo_image_height}" {/if} /> </a> <div id="header_right"> Edited June 18, 2012 by techster (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now