
It is probably caused by pasting text directly from Word into an HTML editor like TinyMCE. Basically you need to render the comments correctly: <!--[if !supportLists]--> should for example be <!-- [if !supportLists] --> so you would need to add some kind of replace when rendering the fields editable by TinyMCE. $own_content = str_replace('<!--', '<!-- ', $content); $own_content = str_replace('-->', ' -->', $content); print $own_content; If this is too complicated just ask the ppl editing the site to paste content from Word into a text editor like notepad before pasting it into TinyMCE. You could also check if there is a newer version of your HTML editor (TinyMCE?) that cleans up pasted HTML from Word more efficiently. Source: http://drupal.org/node/32883 "Give a man an answer today and he will solve an immediate problem, teach a man how to search for information and he will become a problem solver" Peter Karunyu wrote:
I saw the exact same error on the University of Nairobi website, here: http://www.uon.ac.ke/academics/degree-regulations/?id=60&page=&type=201&name... <http://www.uon.ac.ke/academics/degree-regulations/?id=60&page=&type=201&name=Entry+Requirements>
Was wondering what is causing it, now i know.
On Tue, May 18, 2010 at 3:42 PM, maina martin <martinafrique@gmail.com <mailto:martinafrique@gmail.com>> wrote:
using the IE 6 the website displays the code below
but with other browser av no prob
* <!--[if !supportLists]--> <!--[endif]-->Company established 15 years ago. * <!--[endif]-->Composite broker dealing with the entire suite of insurances (General, Local & International Medical, and Financial services) * <!--[if !supportLists]--> <!--[endif]-->Group Premium in excess of Sh. 0.6 billion. * <!--[if !supportLists]--> <!--[endif]-->Strong management team. * <!--[if !supportLists]--> <!--[endif]-->Amongst the top brokers in the country.
what i need is how to sort out the above mess
On Mon, May 17, 2010 at 5:42 PM, [ Brainiac ] <arebacollins@gmail.com <mailto:arebacollins@gmail.com>> wrote:
is it just me or there seems to be no particular question here.....
:-) be specific on version, add ons if any, template if you did , nature of problem, etc, etc.
On Mon, May 17, 2010 at 5:13 PM, maina martin <martinafrique@gmail.com <mailto:martinafrique@gmail.com>> wrote:
hi good people kindly help
av a joomla project and its giving me nightmares with IE 8
all other browsers are ok
kindly help
-- "I think the purpose of life is to be useful, to be responsible, to be honorable, to be compassionate. It is, after all, to matter: to count, to stand for something, to have made some difference that you lived at all.�