The images don't seem to be there.I'm getting.
1. GET http://www.syntheticturfdrs.com/css/style.css 400 (BAD REQUEST) skel.min.js:1 1. GET http://www.syntheticturfdrs.com/css/style-desktop.css 400 (BAD REQUEST) skel.min.js:1 1. GET http://www.syntheticturfdrs.com/static/images/slide1pups.jpg 404 (NOT FOUND) jquery.js:3 1. GET http://www.syntheticturfdrs.com/static/images/slide1glow.jpg 404 (NOT FOUND) jquery.js:3 1. GET http://www.syntheticturfdrs.com/static/images/slide2pups.jpg 404 (NOT FOUND) jquery.js:3 They are not there because they are at http://www.syntheticturfdrs.com/syntheticdr/static/images/slide2pups.jpg<http://www.syntheticturfdrs.com/static/images/slide2pups.jpg> To me this appears to be some sort of routing problem. What's your routes.py? Can you try something like: routers = dict( BASE = dict(default_application='syntheticdr', default_controller='default', default_function='intro') ) -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

