Jump to content

picture and text in category.tpl


Recommended Posts

Hello,

 

in the category page of my site I have a picture corresponding to the category and the text below

I would like to align text next to the image.

 

I think we need a little touch category.tpl and css but I can not find how to do

 

enclosed a picture showing you how it is today and how i want

 

i want this one :

 

 

thank you in advance for your help

post-1233-0-97636800-1312265401_thumb.jpg

Link to comment
Share on other sites

replace your category.tpl

 

<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}" />

 

with the following code

 

<div style="float:left;height:200px;">
<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>

 

I have attached corrected layout jpg

post-89073-0-34062700-1312448911_thumb.jpg

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...