Hi Guys
I'm trying to create a section list which shows the sub-sections with the section name centered with the image centered below it and the description below that...I can get the section name centered but not the image abd I cant seem to get the description below the image...
You can what I mean here: http://www.webpacks.co.uk/acatalog/t...llow_Body.html
I've been editing the CSS Section Link Layout which now looks like this:
Is that the correct layout to be editing for what I want to acheive?
Many thanks in advance
Neil
I'm trying to create a section list which shows the sub-sections with the section name centered with the image centered below it and the description below that...I can get the section name centered but not the image abd I cant seem to get the description below the image...
You can what I mean here: http://www.webpacks.co.uk/acatalog/t...llow_Body.html
I've been editing the CSS Section Link Layout which now looks like this:
Code:
<div align="center" class="product_list"> <div align="center"> <h3 align="center" class="product"><a href="<actinic:variable name="SectionPageName"/>" target="_self"><actinic:variable name='SectionName'/></a></h3> </div> <div align="center" class="image_product"><a href="<Actinic:Variable Name="SectionPageName"/>" target="_self"><img alt="<actinic:variable name="SectionName"/>" src="<actinic:variable Name="SectionImageFileName"/>" border="0" /></a></div> <p align="center"><actinic:variable name='SectionDescription'/></p> </div>
Many thanks in advance
Neil
Comment