Some people here claim it ads extra white spaces , but personally i think that's crap. You just need to know how to use dreamweaver, because it is a great tool !!!
Printable View
Right up until it adds something that breaks a page and you spend untold time tracing in down to DreamweaverQuote:
Originally Posted by Design75
We are getting off topic, but I think you are mistaking dreamweaver for frontpage. :P
And that's all i am going to say about it in this topic
Every time I try editing my product description with HTML tags, they show up. For example, if I typed "ABC <br /> XYZ" it would show that, rather than "ABC *enter* XYZ". Could someone please help me?
I am using Zen Cart 1.3.9g.
Thank you for the reply, but that did not work. The HTML tags are still showing up in my product descriptions. Just to clarify that I did the correct thing: I entered the following code into /admin/includes/extra_configures/extra_white_list.php.
Code:<?php
$global_xss_whitelist = isset($global_xss_whitelist) ? $global_xss_whitelist : array();
$my_whitelist = array('file_contents', 'banners_html_text', 'pages_title', 'message_html', 'manufacturers_name', 'symbol_left', 'symbol_right', 'query_string');
$global_xss_whitelist = array_merge($my_whitelist, $global_xss_whitelist);
Are you saying it is broken in the Preview of the Admin or in the Store?
NOTE: the Preview in the Admin will still be broken until the next release of v1.3.9h ...
Hi, ive just installed New Copy of Zencart 1.3.9g
On my home page i want to add a picture so i put a link in on my define page editor <div style="text-align: center;"><img src="http://mywebsite.com/images/main.jpg" /> </div>
When i click on text editor "HTMLarea" i can see the image, i than click save.
When i go to my website, it is not displaying the image but only the link. I checked the link and its right.
Cant figure out why its not working. Done this many times on other older zencart installations with no problems, this is the 1st time i have tried 1.3.9g
Hope somebody can help.
Thanks :bigups:
Right here is the answer
http://www.zen-cart.com/forum/showthread.php?t=165081
~Melanie
Hi - I am brand new here. I am using Twist of Nature. When I want to edit the main page, I get a choice of Plain text or HTML. If I choose "Plain Text", I get plain text, but no page breaks. Everything just runs together. I tried html code, but it just appear in the text as typed. If I choose the HTML selection, all the html code shows when saved. Is this a bug in Twist of Nature?