diabolyo Posted September 7, 2011 Share Posted September 7, 2011 bonjour, je suis sûr que c'est super simple mais je n'y arrive pas : Je voudrais avoir un bloc texte/image habillé en haut de chaque page catégorie (bloc différent à chaque fois) mais je n'y arrive pas… Merci d'avance de votre aide et bonne soirée ! Link to comment Share on other sites More sharing options...
diabolyo Posted September 8, 2011 Author Share Posted September 8, 2011 La véritable question étant : "comment habiller le texte ?" Link to comment Share on other sites More sharing options...
diabolyo Posted September 8, 2011 Author Share Posted September 8, 2011 Je me réponds tout seul car j'ai trouvé comme un grand ! remplacer : <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> par: <div style="float:left;height:200px;width:160px"> <img src="{$link->getCatImageLink($category->link_rewrite, $category->id_image, 'category')}" alt="{$category->name|escape:'htmlall':'UTF-8'}" title="{$category->name|escape:'htmlall':'UTF-8'}" id="categoryImage" width="{$categorySize.width}" height="{$categorySize.height}" /> </div> Voilà ! Merci moi ! Link to comment Share on other sites More sharing options...
alain08270 Posted May 11, 2023 Share Posted May 11, 2023 Bonjour. J'ai le même souci. Quel le fichier que l'on doit modifier. chemin: root/etc/ Merci d'avance Link to comment Share on other sites More sharing options...
Ariane Web et Plus Posted May 12, 2023 Share Posted May 12, 2023 Attention la demande date de 2011 cela risque de ne pas être la même chose sur votre site. Je vous conseille de refaire un post avec les informations demandées. 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