Announcement

Collapse
No announcement yet.

How to change code controlled by Text?

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

    How to change code controlled by Text?

    For example, I want to change Fragment [LINK] (Phase:-1, ID:2058) from
    <a href="%s" target="%s">%s</a>
    to
    <a href="%s">%s</a>

    in order to pass XHTML 1.0 Strict validation.

    Many Thanks

    #2
    Hi there

    You will find this in 'Design | Text'. Click 'Go to' and go to ID 2058. Replace the text there with:

    <a href="%s" dummy="%s">%s</a>

    Comment


      #3
      Hi, thanks! It's really a good idea. i changed it to <a href="%s" class="%s">%s</a> though i don't need a _self class.

      this problem is solved. but i get another problem:

      how to let a webpage containing <Actinic:CartError_List> pass validation? Or hide this phrase to search engines? Or change it to some tag else which can be still recognised by ca000001.pl?

      Many thanks!

      Comment


        #4
        You could also use

        <a href="%s"><!-- %s -->%s</a>

        as for the <Actinic:...> tags I think that it would be a huge job to remove these.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          i believe no solution can be better than <!-- %s -->. thanks very much!

          Comment

          Working...
          X