Announcement

Collapse
No announcement yet.

Using !!<<strong>>!!

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

    Using !!<<strong>>!!

    Hi,

    In my section | product | selection | size, I want part of the choice to be in bold.

    I'm using the 'HTML for Name:' and encasing the part that I want bold using the above method, but it's not coming out as bold.

    eg: ICMTEG.16.2.C - !!<<strong>>!!16cm/1ltr - £85.00!!<</strong>>!!

    Am I doing something wrong?

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


    #2
    Simon,

    Works for me, perhaps some of your css is causing issues with it???

    And out of interest, you can drop the >!! and !!< in the middle, all you need is:-

    ICMTEG.16.2.C - !!<<strong>16cm/1ltr - £85.00</strong>>!!
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #3
      Try

      !!<ICMTEG.16.2.C - <strong>16cm/1ltr - £85.00</strong>>!!
      Bill
      www.egyptianwonders.co.uk
      Text directoryWorldwide Actinic(TM) shops
      BC Ness Solutions Support services, custom software
      Registered Microsoft™ Partner (ISV)
      VoIP UK: 0131 208 0605
      Located: Alexandria, EGYPT

      Comment


        #4
        Nope -- neither option worked ...

        I'll have a look as the CSS...
        Simon Williams
        Actinic Designer v.8.5.2.0.0.0.HMVA

        Comment


          #5
          Do <b></b> tags (or any others) work?
          Cheers

          David
          Located in Edinburgh UK

          http://twitter.com/mcfinster

          Comment


            #6
            Originally posted by dave_finlayson
            Do <b></b> tags (or any others) work?
            Nope ... colour, font size, emphasis, heading1, none of them seem to work.

            The CSS looks fine, and has been unchanged.
            Simon Williams
            Actinic Designer v.8.5.2.0.0.0.HMVA

            Comment


              #7
              Simon,

              I'm guessing you have some sort of class wrapped round the selector. Highlight the text in the design tab and check there are not any css references in the layout that are messing with what you put into html for name.
              Cheers

              David
              Located in Edinburgh UK

              http://twitter.com/mcfinster

              Comment


                #8
                <select name="<Actinic:Variable Name="UIWidgetName"/>" class="form_input_general">

                with the CSS being:

                .form_input_general {
                line-height: normal;
                font-size : <actinic:variable name="StandardFontSize" />;
                word-spacing: normal;
                }
                Simon Williams
                Actinic Designer v.8.5.2.0.0.0.HMVA

                Comment


                  #9
                  Simon,

                  I think that code is from the drop down box, not the text to the side. It should have something like <Actinic:Variable Name="AttributeDisplayLabel"/> in it (the actual variable might be different)
                  Cheers

                  David
                  Located in Edinburgh UK

                  http://twitter.com/mcfinster

                  Comment


                    #10
                    With you ..

                    <span class="text_options"><Actinic:Variable Name="AttributeDisplayLabel"/></span>
                    Simon Williams
                    Actinic Designer v.8.5.2.0.0.0.HMVA

                    Comment


                      #11
                      Remove the span class, try ICMTEG.16.2.C - !!<<strong>16cm/1ltr - £85.00</strong>>!! again and if it works, see what's in the css class that is causing the problem, then reinstate the class once you have made the relevant changes to it.
                      Cheers

                      David
                      Located in Edinburgh UK

                      http://twitter.com/mcfinster

                      Comment


                        #12
                        font-weight: 900; !!!!
                        Simon Williams
                        Actinic Designer v.8.5.2.0.0.0.HMVA

                        Comment


                          #13
                          Still no joy!

                          Have removed the span class completly, but no change!

                          AGHH!
                          Simon Williams
                          Actinic Designer v.8.5.2.0.0.0.HMVA

                          Comment


                            #14
                            Don't suppose you have a link we can look at?

                            I think there must be a class somewhere in one of the layouts that is causing the issue, if I try this on a default site it works perfectly (it looks like the code you posted there has not been changed from the Actinic default)
                            Cheers

                            David
                            Located in Edinburgh UK

                            http://twitter.com/mcfinster

                            Comment


                              #15
                              Are you using 8.5 Dave?
                              Simon Williams
                              Actinic Designer v.8.5.2.0.0.0.HMVA

                              Comment

                              Working...
                              X