Announcement

Collapse
No announcement yet.

Bullet Points Appearing on Product Sections List

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

    Bullet Points Appearing on Product Sections List

    When viewing our products we have bullet points appearing next to our categories, see here for example http://www.pumpexpress.co.uk/acatalog/110v_pumps.html.

    In Actinic whilst viewing the HTML for the content page, i've noticed the following <li><a href="<actinic:variable name="SectionPageName"/>"><actinic:variable name='SectionName'/></a></li>

    I'm guessing my browser is interpreting the <li> tag as a bullet point and placing it where seen, but Actinic seems to look at it as a menu separator. I've tried using <br> <p> but I don't get the same look.

    Anyone??

    #2
    Look in the Actinic stylesheet - you will see this:
    li {
    color: #000000;
    list-style-type: square;
    }

    Comment


      #3
      And what would I have to change in the stylesheet to get rid of it but keep the layout?

      In more clear terms, how do I get rid of the bullet point but keep the square menu look?

      Thanks

      Comment


        #4
        You have three mentions in your style sheet, in a default there is one. You have two blocks of the same styles after each other and this is overwriting the styles.
        Peblaco

        Comment


          #5
          Thanks Peblaco, I've just started with this company and my Actinic skills are a bit rusty. Should I get rid of the duplicates and put the standard ul tag back?

          Someone else built the site and I'm just tidying it up now.

          Thanks in advance.

          Comment


            #6
            Translated into plain English: Get some professional help before you maybe screw it up.

            Comment

            Working...
            X