edgarsmolow: > CSS is used with URL: > http://localhost/logic/q01 > > The page is rendered as expected, with CSS. But, when the following > URL is invoked, the page is not rendered with CSS for some reason: > > http://localhost/logic/q01/ABCDADF84093840384
You haven't showed the most important - CSS URL in your template. Most probably it's relative (../css/stylesheet.css) instead of absolute (/css/stylesheet.css). .pk. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
