Announcement

Collapse
No announcement yet.

Dotted Line Seperator Help?

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

    Dotted Line Seperator Help?

    Can anybody advise me how I would add a dotted line seperator as shown in the link below.

    http://www.shopatdigital.co.uk/acata...levisions.html

    Thanks...

    #2
    You can usually find answers to questions like this by hovering over the page and pressing RMB View Source. In this case the dotted separators are gifs.

    Here's the vertical
    HTML Code:
    <TD width="10" ALIGN="LEFT" VALIGN="middle" background="dot_vert_sep.gif" class="dotvert">&nbsp;</TD>
    and the horizontal
    HTML Code:
    <div align="left"><img src="dot_seperator.gif"></div>
    Alan Compton
    www.greenknightgames.co.uk
    Great board games and cards games you won't find in the High Street

    Comment


      #3
      The horizontal product lines will be generated in Act_ProductSeperator.html which by default is generally set to use a standard <HR>

      There is also an annoying <HR> apparently embedded into the main code (I could not find it for love nor money) and had to take the hard line of display:none in the CSS against hr

      The vertical lines appear to be coming from the Act_SectionLine.html template


      Bikster
      SellerDeck Designs and Responsive Themes

      Comment

      Working...
      X