I can't see any example of that on your site.
Printable View
I can't see any example of that on your site.
Yes, the site was being reveiwed for a gateway so I had to put the text into a banner so they could see a complete site.
The HTML version I had showed the banner and the text but instead after the upgrade, below is exactly what was showing in place of the banner with the 3 shirts across the top when I use HTML instead of the banner image.
It is not interperting the HTML and displaying the output. It is showing the actual html code. It was not doing this before upgrading.Code:<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top"><div align="center"><img src="daisy1.jpg" width="950" height="280" /></div></td>
</tr>
<tr>
<td width="85%" valign="top"><p><strong>The Daisy Girls Beginning</strong><br />
</p>
<p></p>
<p>Daisy Girls wants to promote positive messaging to women and girls that wear the shirts and to the
people that read them. This line of t-shirts not only gives a positive message; they also inspire and
motivate you to live the message or as we like to say at Daisy Girls, "Be" the shirt.<br>
<br>
</p>
<p><strong>Quality Shirts</strong></p>
<p>Daisy Girls shirts are made for women and girls who want a perfect fitting t-shirt with a subtle
positive message. Our shirts are made of a super soft, ring-spun cotton AND made in the USA. Let's just
say that our Daisy Girls t-shirts are like the girls and women who wear them.... Soft, but durable.
Feminine, but strong. Females of all sizes, shapes and ages will quickly find the Daisy Girls t-shirts to
be their favorite t-shirts.<br>
<br>
</p>
<p>Women are the strongest force on the planet. I don't know about you, but I am <strong>NOT</strong>
a "Princess", a "Gold digger", or a "Spoiled Brat". We can do better than that. Buy a shirt, spread the
word, and let's motivate women and girls to be their best! <hr /></td>
</tr>
</table>
Be sure that you applied the fix that I posted concerning both the define pages and banners ...
What you posted appears to work fine on my site ...
NOTE: be sure after adding the fix that you EDIT the broken banner and just save it to fix it ...
I tried to find a solution in the other forums but im having a hard time. I just upgraded to the most recent zencart today and now i am getting html code in my emails if i use html. It was working find before upgrading today. Can anyone give a solution to the problem.
Can you elaborate on what "html code in my emails" you're seeing?
This is a sample text i was trying to send:
Rich Text Message:
<p>This is an example of something to send</p><p /><p><a href="http://www.zen-cart.com">http://www.zen-cart.com</a></p>
--------------------------------------------------------------------------------
Text-Only Message:
<p>This is an example of something to send</p><p /><p><a href="http://www.zen-cart.com">http://www....></p>
when the email goes through this is what i get html code
Please i need help, is there a file i need to fix or something, what could cause html code to appear in the actual emails.
I installed 139g (new install) and have the same html tags issue
I created: extra_white_list.php
in it I put:
<?php
$global_xss_whitelist = isset($global_xss_whitelist) ? $global_xss_whitelist : array();
$my_whitelist = array('file_contents');
$global_xss_whitelist = array_merge($my_whitelist, $global_xss_whitelist);
uploaded to: extra_confiqures folder
still showing tags, Please advise
SORRY,SENT IT TO WRONG FOLDER, THANKS FOR THE FIX
Be sure you uploaded to the admin/includes/extra_configure folder - I boobooed at first and put it in the catalog side.
Code works great. Thank you!
But html codes ( <br /><br />) are showing when sending Newsletter and emails.