Announcement

Collapse
No announcement yet.

Stop menu txt from appearing under the bullet?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Stop menu txt from appearing under the bullet?

    when I have long sections my menu wraps onto the next line under the bullet however I want the text to start where the beginning of the menu item does i.e.

    * Item One Goes
    Here

    Rather than * Item One Goes
    Here

    Using Section Name Only Section LInk

    <actinic:block if="%3cactinic%3avariable%20name%3d%22IsSectionIncludedInSiteMap%22%20%2f%3e" >
    <a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" class="product_section">
    <img src="arrowbullet.png" border="0"/><Actinic:Variable Name="SectionName"/>
    </a>
    </actinic:block>
Working...
X