I cannot get HTML to work here. I changed the false to true in lib/plugins/rawhtml.php. But still cannot get HTML code to show up in wiki pages. I want to be able to insert HTML source instead of plain text when adding a new page. Can this be done? Pleae help I'm new to PHPWiki. Thanks in advance.....
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't think you absolutely have to use the new mark-up, but if you don't, the entire plugin invocation --- i.e. the entire raw HTML block --- has to be on a single line.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-05-09
Thanks for the advice but I still unable to get HTML to work in Wiki Pages. When viewing the page I can see the HTML tags (such as <html>, <head>, etc). I tried putting a | at the start of each line but still didn't work. Is there something else I need to put? Thanks again........
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I cannot get HTML to work here. I changed the false to true in lib/plugins/rawhtml.php. But still cannot get HTML code to show up in wiki pages. I want to be able to insert HTML source instead of plain text when adding a new page. Can this be done? Pleae help I'm new to PHPWiki. Thanks in advance.....
have you tried locking the page and checking "use new mark up" when you are editing the page?
I don't think you absolutely have to use the new mark-up, but if you don't, the entire plugin invocation --- i.e. the entire raw HTML block --- has to be on a single line.
Thanks for the advice but I still unable to get HTML to work in Wiki Pages. When viewing the page I can see the HTML tags (such as <html>, <head>, etc). I tried putting a | at the start of each line but still didn't work. Is there something else I need to put? Thanks again........