metzger Posted September 21, 2017 Share Posted September 21, 2017 Bonjour à tous j'ai un soucis pour déplacer uner image que j'ai mis dans le fichier header.tpl . voici sa déclaration : div id="header_logo"> <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 $logo_image_width} width="{$logo_image_width}"{/if}{if $logo_image_height} height="{$logo_image_height}"{/if}/> <img src="http://zupimages.net/up/17/34/60cs.jpg" alt="pirateliquide.com" style="margin-left:850px;> </a> </div> Comment faire pour que il me prend en compte le margin-left de la deuxième photo ? Merci avance pour votre aide Link to comment Share on other sites More sharing options...
Eolia Posted September 21, 2017 Share Posted September 21, 2017 Bah déjà, rajouter les " qui manquent à la fin et ensuite, utiliser une règle css serait préférable au style inline^^ 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