Announcement

Collapse
No announcement yet.

ProductPrice -- layout issue

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

    ProductPrice -- layout issue

    Hey all,

    I'm trying to insert a space between my price and the actual figure.

    At present it reads:

    Price:£83.88

    and I want a space between the : and the £ so it reads

    Price: £83.88

    <actinic:variable name="ProductPriceDescription" />

    I've tried everything I can think of, but I just can't seem to get a space in there.

    Any of you guys any thoughts?

    Thanks all,
    Simon
    Simon Williams
    Actinic Designer v.8.5.2.0.0.0.HMVA


    #2
    Can you not just put a non breaking space after the variable, '&nbsp;'?
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      Thanks for that David, but it just doesn't seem to like that -- wherever I put it.
      Simon Williams
      Actinic Designer v.8.5.2.0.0.0.HMVA

      Comment


        #4
        Hmmm, got some code or a link we can look at?
        Cheers

        David
        Located in Edinburgh UK

        http://twitter.com/mcfinster

        Comment


          #5
          Originally posted by dave_finlayson View Post
          Can you not just put a non breaking space after the variable, '&nbsp;'?

          Dave, got it to work with the above mentioned advice, except put it before the variable.

          Cheers buddy,
          Simon
          Simon Williams
          Actinic Designer v.8.5.2.0.0.0.HMVA

          Comment


            #6
            Originally posted by dave_finlayson View Post
            Hmmm, got some code or a link we can look at?
            &nbsp;
            <actinic:block PHP='true'>
            priceformat("<actinic:variable name="SecondCurrencyFormat" />","<actinic:variable formatting="font(Size|14)" name="TaxExclusivePrice" />", "<actinic:variable name="TaxExclusivePriceAlt" />");

            </actinic:block>
            Simon Williams
            Actinic Designer v.8.5.2.0.0.0.HMVA

            Comment

            Working...
            X