2 Dec 16:32
Re: Html tags are displayed as plain text and not rendered as html
From: boostpy2005@... <boostpy2006@...>
Subject: Re: Html tags are displayed as plain text and not rendered as html
Newsgroups: gmane.comp.python.cherrypy
Date: 2008-12-02 15:32:53 GMT
Subject: Re: Html tags are displayed as plain text and not rendered as html
Newsgroups: gmane.comp.python.cherrypy
Date: 2008-12-02 15:32:53 GMT
It does not need to write HTML file as the mentiioned, only not conformed(Continue reading)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" <stefan_b...@...> wrote: > Am 2008-12-01 14:59:21 -0800, foobar schrieb: > > > 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 know that a minimal HTML File looks like this one: > --- CUT --- > <html> > <head> > <title>You Title Here</title> > </head> > <body> > INSERT YOUR FORM HERE > </body>
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