Hi Folks,
I'm new to web2py. I've worked through the recipe example in the
cookbook and it worked like a champ! I really like being able to
create all the parts of a web application via the browser. It means
never having to open a console on the web server. Very nice.

Next, I tried following the instructions in "how to turn a static html
page into a blog in 90 seconds" from the FAQ. All was going well,
except that the image didn't display on the /TestBlog/default/hello
web page. I've tried both versions 1.58 and 1.59 of web2py. Here's
what the source view looks like from Firefox (Ctrl-U):

<html>
  <head>
    <title> Welcome to My Blog </title>
  </head>

  <body>
    <img src="/TestBlog/static/image2.jpg"/>
    Please say something here!
    </body>
</html>

I uploaded a couple of images, so this shows the last attempt with
"image2.jpg" as the src attribute.

Has anyone seen this kind of behavior before?

Thank you for any and all advice.

Regards,
Doug C.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to