Re: Html tags are displayed as plain text and not rendered as html


It does not need to write HTML file as the mentiioned, only not
conformed:-(
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>
(Continue reading)


Gmane