Announcement

Collapse
No announcement yet.

How do I space in my description?

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

    How do I space in my description?

    Hi,

    If in my description of an item I want to add extra spaces between words, how would I do that. Because when I just add extra spaces it only puts in one on the display. Example: Great! Wonderful! Perfect!

    When I apply this it comes out Great! Wonderful! Perfect!

    Thanks,
    Jim

    #2
    You can use   in there to add "non breaking space"


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      Originally posted by jsbabineau
      Hi,

      If in my description of an item I want to add extra spaces between words, how would I do that. Because when I just add extra spaces it only puts in one on the display. Example: Great! Wonderful! Perfect!

      When I apply this it comes out Great! Wonderful! Perfect!

      Thanks,
      Jim
      When constructing an HTML page, it is not prermitted to enter more than one 'space' at a time. As Jonti points out, you can use a 'non-breaking space' in sequence that will force web browsers to render each one.

      Copy & Paste the following into the description - it will add 4 spaces between each word... Add or subtract the '&nbsp' to add or subtract the spaces and build it to your specific needs.


      Great!!!<&nbsp &nbsp &nbsp &nbsp &nbsp>!!Wonderful!!!<&nbsp &nbsp &nbsp &nbsp &nbsp>!!Perfect!

      Or if you want it to stand out in bold letters, use the following:

      !!<<strong>>!!Great!!!<&nbsp &nbsp &nbsp &nbsp &nbsp>!!Wonderful!!!<&nbsp &nbsp &nbsp &nbsp &nbsp>!!Perfect!!!<</strong>>!!


      Regards
      Donald
      www.yandles.co.uk
      www.websilk.co.uk
      Today is the tomorrow that I worried about yesterday.
      So far, all is well. Am I still worried? YES! Watch some b.....d mess it up!

      Comment


        #4
        You'll need semi-colon's ( ; ) after each &nbsp - e.g.

        Great!!!<&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>!! Wonderful!!!<&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;>!! Perfect!
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Originally posted by NormanRouxel
          You'll need semi-colon's ( ; ) after each &nbsp - e.g.

          Great!!!<&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;>!! Wonderful!!!<&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;>!! Perfect!

          Opps - yes

          [however testing without the ; in actinic browser, it renders perfectly]
          www.yandles.co.uk
          www.websilk.co.uk
          Today is the tomorrow that I worried about yesterday.
          So far, all is well. Am I still worried? YES! Watch some b.....d mess it up!

          Comment


            #6
            Here's another trick. That will let you add spaces wherever you type [GAP].

            Go to Design / Library / Variables / Product, right-click and choose New Variable. Set it as the attached image.

            Now whenever you want a gap in your product description just type

            Great![GAP]Wonderful![GAP]Perfect!

            Note that I only put 3 &nbsp; into the screenshot for clarity.
            Attached Files
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Thank you!

              Thanks everyone for your help.

              Comment

              Working...
              X