All,
I have a simple piece of code as this….
{exp:weblog:entries weblog="mywebsite_top_products_1_5" limit="5" orderby="date" sort="desc" disable="member_data|trackbacks"}
{top_product_image_URL}</img>
{/exp:weblog:entries}{top_product_image_URL} and {top_product_url} are just Text Entry Fields in which I have values like
http://yourmywebsite.com/images/uploads/db_file_img_722_600x6001.jpg and http://yourmywebsite.com/shop/product/sherpani-dash-small-messenger-bag/
However, this piece of codes gets translated into something very weird.
<img >/images/uploads/db_file_img_722_600x6001.jpg" href="<p>shop/product/golite-mens-beartooth-650-fill-down-jacket/</p>"></img>I am not sure why this extra paragraph html tag
is getting added.
Appreciate your help and guidance on this one.
Regards