I have a link as follows: 123.123.123.123:8000/welcome/default/index In a program I use that sends xml data to a computer... The page works innitially except that it doesn't load any images, css etc... It is, infact trying to link from where it came from! otherweb.com/welcome/default/static/etc.... What am I doing wrong here? Here is my style sheet loading in the layout.html file. Looks normal to me. <link rel="stylesheet" media="screen,projection" type="text/css" href= {{=URL(request.application,'static','styles.css')}}" />
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---