Hi,
I'm so close to getting my store sections and sub sections to work but I just can't quite get the spacing fixed and it's driving me seven shades of bezerko!
I've attached a jpg of how it's previewing. If somebody could take a look at my code and let me know if I'm missing something obvious I'd be really grateful. I don't know if I'm asking too much of it by putting the main section heading inside a different table but I can't think of another way to get the silver bar image to appear behind the text. I can't suss out why it's putting an extra line break in before the sub sections. If all else fails, I'd settle for putting an extra line break in after the last sub section but I can't seem to do that either!!
Thanks in advance,
Charlotte
I'm so close to getting my store sections and sub sections to work but I just can't quite get the spacing fixed and it's driving me seven shades of bezerko!
I've attached a jpg of how it's previewing. If somebody could take a look at my code and let me know if I'm missing something obvious I'd be really grateful. I don't know if I'm asking too much of it by putting the main section heading inside a different table but I can't think of another way to get the silver bar image to appear behind the text. I can't suss out why it's putting an extra line break in before the sub sections. If all else fails, I'd settle for putting an extra line break in after the last sub section but I can't seem to do that either!!
Thanks in advance,
Charlotte
HTML Code:
<td valign="top"><actinic:block type="EntireSectionList"> <actinic:block if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3d%3d%201" > <br> <table width="183" height="20" border="0" cellpadding="0" cellspacing="0" class="DeptHead"> <tr> <td><a href="<actinic:variable name="SectionPageName"/>" target="_self" class="DeptHeadText"><actinic:variable name='SectionName'/></a></td> </tr> </table> <a href="<actinic:variable name="SectionPageName"/>" target="_self" class="subSectionListHead"> </a> </actinic:block> <actinic:block if="%28%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3d%3d%202%29%20AND%20%28%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3d%3d%201%29"> <ul> </actinic:block><actinic:block if="%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3d%3d%202"><br> <a href="<actinic:variable name="SectionPageName"/>" target="_self" class="subSectionList"><actinic:variable name='SectionName'/></a></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22SectionLevel%22%20%2f%3e%20%3d%3d%202%29%20AND%20%28%3cactinic%3avariable%20name%3d%22ListIndex%22%20%2f%3e%20%3d%3d%20%3cactinic%3avariable%20name%3d%22ListCount%22%20%2f%3e%29" > <p> </p> </ul> </actinic:block> </actinic:block> <actinic:variable value="Sidebar Coupon Field" name="CouponEntryField" if="%3cactinic%3avariable%20name%3d%22CaptureCoupon%22%20%2f%3e" /> </td>
Comment