Announcement

Collapse
No announcement yet.

target=

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

    #46
    Originally posted by dave_finlayson
    Where exactly are you putting target=blank????
    Not wanting to repeat myself but.....
    Cheers

    David
    Located in Edinburgh UK

    http://twitter.com/mcfinster

    Comment


      #47
      its in the product layout code
      where budget advised

      <a style="font-size:10px" href="ProductLinkInfo" target="_blank" rel="nofollow">

      Comment


        #48
        ok, in all honesty, your product layout is jiggered!

        you have

        Code:
         <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e" >
        	<br><a style="font-size:10px" href="ProductLinkInfo" target="_blank" rel="nofollow">
        	</actinic:block>
          <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e">
        	</a>
        </actinic:block>
        and your actually ProductLinkText variable is away elsewhere, for some reason

        Change the above code to

        Code:
        <actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e">
        	<br><a href="<Actinic:Variable Name="ProductLinkInfo"/>" target="_blank">
        	</actinic:block><actinic:variable name="ProductLinkText"/><actinic:block if="%3cactinic%3avariable%20name%3d%22FileURLNotEmpty%22%20%2f%3e">
        	</a>
        </actinic:block>
        and delete the ProductLinkText from where you have it.
        See what that does
        Tracey

        Comment


          #49
          and, while you're there...move this
          approx line 58 where it says
          Code:
          <Actinic:NOTINB2B><br><strong><actinic:variable name="ProductPriceNotEnabledMessage" /></strong></Actinic:NOTINB2B>
          </actinic:block></b></a>
          move that </a>

          WAY up to after the ProductReference variable.

          I'm not trawling through the rest of the code though, there's some mess in there (I thought mine was bad LOL)
          Tracey

          Comment


            #50
            Who's the Teacher now Bumpsy???!!!!!!
            Cheers

            David
            Located in Edinburgh UK

            http://twitter.com/mcfinster

            Comment


              #51
              Originally posted by dave_finlayson
              Who's the Teacher now Bumpsy???!!!!!!
              pmsl

              not got the patience for it!
              It's all I can do to stop myself yelling at the screen as it is LOL

              It was just bugging and frustrating me and I just want him to fix it so I can let go and move on with my life
              Tracey

              Comment


                #52
                Tell him to revert the bloody layout then, it's quicker lol.

                Comment


                  #53
                  lol, I haven't inherited any of my fathers teaching genes. If someone doesn't understand something within 1 explanation I want to hit them!
                  Cheers

                  David
                  Located in Edinburgh UK

                  http://twitter.com/mcfinster

                  Comment


                    #54
                    LOL true



                    hey fishhead...revert your layout!

                    that's it, I've had enough..I'm out of this thread now

                    editted to add (woman's perogative)

                    Originally posted by david
                    If someone doesn't understand something within 1 explanation I want to hit them!
                    I can SO relate to that!!
                    Tracey

                    Comment


                      #55
                      Originally posted by dave_finlayson
                      lol, I haven't inherited any of my fathers teaching genes. If someone doesn't understand something within 1 explanation I want to hit them!
                      Is he a milkman or window cleaner? i think we share the same genes.

                      Comment

                      Working...
                      X