Hi List,
I tried to display some mathematical formulars with
The WYSIWYG-Editor displays the result really good, but on the website this page doesn't come up. All I can see, is an empty page. There is no menu, there is yust a blanc page.
Is there anybody, who can help me?
Mathias Rettich
Page doesn't come up???
-
rettich
PS: You many use my server to generate mathematical formulars
I forgot to mention.
You may use my server to generate mathmatical formulars:
https://moodle.staufer-gymnasium.de/cgi ... Expression
You may use my server to generate mathmatical formulars:
https://moodle.staufer-gymnasium.de/cgi ... Expression
Re: Page doesn't come up???
You need to wrap the link in {literal}{/literal} tags, because the { and } in there are confusing smarty.
-
rettich
Re: Page doesn't come up???
Thanks for responding so fast!Ted wrote: You need to wrap the link in {literal}{/literal} tags, because the { and } in there are confusing smarty.
How can I wrap teh Link into {literal}{/literal}? Could You give an example? I'm a beginner with CMS
Thanks a lot
Mathias
-
TimothyFoo
- Forum Members

- Posts: 44
- Joined: Wed Oct 12, 2005 8:50 pm
Re: Page doesn't come up???
Like this:
{literal}{/literal}
Placing the code between these tags tells the CMS software not to process it.
{literal}{/literal}
Placing the code between these tags tells the CMS software not to process it.
