Originally posted by dave_finlayson
Announcement
Collapse
No announcement yet.
target=
Collapse
X
-
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>
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>
See what that doesTracey
Comment
-
and, while you're there...move this
approx line 58 where it saysCode:<Actinic:NOTINB2B><br><strong><actinic:variable name="ProductPriceNotEnabledMessage" /></strong></Actinic:NOTINB2B> </actinic:block></b></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
-
Originally posted by dave_finlaysonWho's the Teacher now Bumpsy???!!!!!!
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
Comment