1 Dec 23:58
Html tags are displayed as plain text and not rendered as html
From: foobar <Foobar8@...>
Subject: Html tags are displayed as plain text and not rendered as html
Newsgroups: gmane.comp.python.cherrypy
Date: 2008-12-01 22:59:21 GMT
Subject: Html tags are displayed as plain text and not rendered as html
Newsgroups: gmane.comp.python.cherrypy
Date: 2008-12-01 22:59:21 GMT
Hello, I am new to CherryPy, I'm running Fedora 8 linux with apache and trying the tutorial files, they dont't work. Html tags are displayed as plain text and not rendered as html. Here is a screenshot http://foobar.pri.ee/pildid/cherrypy.png --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cherrypy-users" group. To post to this group, send email to cherrypy-users@... To unsubscribe from this group, send email to cherrypy-users+unsubscribe@... For more options, visit this group at http://groups.google.com/group/cherrypy-users?hl=en -~----------~----~----~----~------~----~------~--~---
mfg Betz Stefan
The following could be rendered as HTML File without problem, if you
tell the server this is html format!
<form action="#">
what's your name?
<input type="text" name="name">
<input type="submit"/>
</form>
On Dec 2, 3:16 pm, "Stefan J. Betz" <
RSS Feed