It's another Actinic buglet.
Cause:
If you paste multi-line text into your Product Name field (in the Product Details screen) no error is given.
However when thepage is generated, and that product is displayed via search results, the search highlight generates a corrupt display on the product page due to <BR> appearing in the product image ALT tag.
Actinic has allowed you to paste multi-line text in (I think it shouldn't - or should replace the newlines with spaces).
Alternatively it should replace those <BR>'s in the ALT tag with spaces.
Effects:
When Actinic generates the product html the ALT="blah blah" bit of the IMG tag is generated like this ALT="blah<BR>blah". This looks lousy when you mouseover the image and breaks the search highlighting code.
Temorary Solution:
Make sure you only enter a single line of text into the Product Description Field.
or
Turn off search highlighting (View / Search Settings / Results).
or
remove ALT="NETQUOTEVAR:ALTERNATETEXT" from Act_ProductImage.html.
Norman
Cause:
If you paste multi-line text into your Product Name field (in the Product Details screen) no error is given.
However when thepage is generated, and that product is displayed via search results, the search highlight generates a corrupt display on the product page due to <BR> appearing in the product image ALT tag.
Actinic has allowed you to paste multi-line text in (I think it shouldn't - or should replace the newlines with spaces).
Alternatively it should replace those <BR>'s in the ALT tag with spaces.
Effects:
When Actinic generates the product html the ALT="blah blah" bit of the IMG tag is generated like this ALT="blah<BR>blah". This looks lousy when you mouseover the image and breaks the search highlighting code.
Temorary Solution:
Make sure you only enter a single line of text into the Product Description Field.
or
Turn off search highlighting (View / Search Settings / Results).
or
remove ALT="NETQUOTEVAR:ALTERNATETEXT" from Act_ProductImage.html.
Norman
Comment