Why are the HTML tags displayed in the product description field?

Technical support leader

Juraj Ondrus asked on April 2, 2009 07:25

Why are the HTML tags displayed in the product description field?

Correct Answer

Juraj Ondrus answered on April 2, 2009 07:25

This happens mostly when you are copying a text from some text editor, like Word. In the transformation which is used to display the product details, the default setting for the description field is set to be HTML enconded:

<td><%# Eval("SKUDescription", true) %></td>

Please change it to:

<td><%# Eval("SKUDescription") %></td>

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.