Aaaaaaaaaaaaaaand, I've wasted the board's time, very sorry.
I had hard-coded a link (see other posting re: problems injecting css 
sheets) and forgot to rebuild with URL().

and on my image that was not loading, just giving a broken link I had 
malformed a URL request, which interestingly worked fine locally but not on 
GAE:
{{=A(IMG(_src=URL('static/images','logo.png'), _alt="Our Logo"), 
_href=URL('default','index'))}}

should have been
{{=A(IMG(_src=URL('static','images/logo.png'), _alt="Our Logo"), 
_href=URL('default','index'))}}

man I need a break...
 

-- 

--- 
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/groups/opt_out.


Reply via email to