- Moderated by:
- Support
-
- rank:
-
Registered User
- registered:
- March 2004
- Status:
- offline
- last visit:
- 13.03.04
- Posts:
- 1
Hi,
I'm newbie and just cannot get core/html block to display HTML code properly. I've enabled all HTML tags in Admin/settings without parameters and still I get HTML code displayed as it is - not parsed and rendered ...
Do I have to do anything else to get this working ?
Where could I start tracking problem ?
I'm using latest PN, Autothemelite...
Regards,
Robert. -
- rank:
-
Steering Committee
- registered:
- December 2002
- Status:
- offline
- last visit:
- 28.11.08
- Posts:
- 13417
you often need it with parameters
i.e
has a parameter (the src)
--
Regards,
Simon
itbegins.co.uk - Zikula Consulting
Please read the Support Guide -
- rank:
-
Freshman
- registered:
- February 2003
- Status:
- offline
- last visit:
- 26.04.06
- Posts:
- 16
What about when you add code to a sections article and it changes?
I am trying to add a sections article that includes the ability to show/hide layers so this includes java.
the code of
Code
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
the & symbols are changed to && when the article is saved away to the DB.
how do i stop this happening? -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 07.11.08
- Posts:
- 968
-
- rank:
-
Freshman
- registered:
- February 2003
- Status:
- offline
- last visit:
- 26.04.06
- Posts:
- 16
Thankyou for a quick reply.
Yes I have tried this (even to the point of making everying allowed with parameters).
This did not do any thing.
The same issue occurs with stories as well from what i can work out.
regards
Malcolm -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 07.11.08
- Posts:
- 968
Not sure if this will work but try turning off the pnAntiCracker:
Admin > Settings > Enable pnAntiCracker? > choose no
Let me know if this makes a difference.
--
iThinkMedia.com
Follow me on Twitter -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 07.11.08
- Posts:
- 968
