foobar | 1 Dec 23:58

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


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
-~----------~----~----~----~------~----~------~--~---

Stefan J. Betz | 2 Dec 15:16

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

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>
</html>
--- CUT ---

???

This is no Problem specific to CherryPy ;-)

mfg Betz Stefan
--

-- 
Betz Stefan -- Webdesign & Computerservice
URL: http://www.stefan-betz.net
Mail: info@...
(Continue reading)

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)

Tim Roberts | 2 Dec 18:26

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

Stefan J. Betz 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> </html> --- CUT --- ??? This is no Problem specific to CherryPy ;-)

Although technically true, as a web developer I am sure you are aware that this is not an issue in the real world.
-- Tim Roberts, timr-EQQNi8F+HVEAvxtiuMwx3w@public.gmane.org Providenza & Boekelheide, Inc.
--~--~---------~--~----~------------~-------~--~----~
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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to cherrypy-users+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at http://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---

foobar | 2 Dec 19:01

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


Thank you all for your help but the problem seems to be solved
automagically

I had rebooted between windows and linux several times, I think that
helped

It works in both Firefox and Konqueror http://foobar.pri.ee/pildid/cherrypy_works.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
-~----------~----~----~----~------~----~------~--~---

Robert Brewer | 2 Dec 17:57
Favicon
Gravatar

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


foobar wrote:
> 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

Is it only Konqueror which does this? Please try another browser,
preferably Firefox so that you can use the "Tamper Data" or other plugin
to see the response headers and send them to us.

Robert Brewer
fumanchu@...

--~--~---------~--~----~------------~-------~--~----~
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 <at> googlegroups.com
For more options, visit this group at http://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---


Gmane