Hi,
I have a 3 column product list and want to start a new row whenever the content category changes, is this possible? If so how?
Now the CSS issue.....
I'm getting a different layout in Section List from Sub-Section List ( I think this is the way to describe it)
I have the following in Sub-Section
<h2 class="yellowBG marginTop"><actinic:variable name="SectionName" /></h2>
<p class="paddingleft paddingright"><img class="paddingleft paddingright" src="<actinic:variable name="SectionImageFileName" />" align="right"><br/><span style='font-size: 11px;'><actinic:variable name="SectionDescription" /></p><br/>
and the following in Section
<h2 class="yellowBG marginTop"><actinic:variable name="SectionName" /></h2>
<p class="paddingleft paddingright"><img class="paddingleft paddingright" src="<actinic:variable name="SectionImageFileName" />" align="right"><br/><span style='font-size: 11px;'><actinic:variable name="SectionDescription" /></p><br/>
What I need is the image to appear on the right and the text to start on the left, but when the image is a wide as the div then the text should start below.
However, the Sub-Section does this fine but the Section starts the text on the left on the first line and so does the image, creating a mess.
V9 by the way.
URL and example on request.
TIA
Andrew Gilbert
I have a 3 column product list and want to start a new row whenever the content category changes, is this possible? If so how?
Now the CSS issue.....
I'm getting a different layout in Section List from Sub-Section List ( I think this is the way to describe it)
I have the following in Sub-Section
<h2 class="yellowBG marginTop"><actinic:variable name="SectionName" /></h2>
<p class="paddingleft paddingright"><img class="paddingleft paddingright" src="<actinic:variable name="SectionImageFileName" />" align="right"><br/><span style='font-size: 11px;'><actinic:variable name="SectionDescription" /></p><br/>
and the following in Section
<h2 class="yellowBG marginTop"><actinic:variable name="SectionName" /></h2>
<p class="paddingleft paddingright"><img class="paddingleft paddingright" src="<actinic:variable name="SectionImageFileName" />" align="right"><br/><span style='font-size: 11px;'><actinic:variable name="SectionDescription" /></p><br/>
What I need is the image to appear on the right and the text to start on the left, but when the image is a wide as the div then the text should start below.
However, the Sub-Section does this fine but the Section starts the text on the left on the first line and so does the image, creating a mess.
V9 by the way.
URL and example on request.
TIA
Andrew Gilbert
Comment