CSS not applying for controllers with 3+ URI segments in URL? |
[eluser]compoundeye[/eluser]
i'm guessing because you used a relative path to your css file: ../css/style.css that when you start adding segments, http://localhost/user/bob/three it is interpreted as folders perhaps? so maybe its looking for http://localhost/user/bob/css/style.css instead of http://localhost/css/style.css? just a guess, if you really wanted to know you could create http://localhost/user/bob/css/style.css and http://localhost/user/css/style.css etc to see what effect it has cheers mat |
Messages In This Thread |
CSS not applying for controllers with 3+ URI segments in URL? - by El Forum - 09-21-2008, 06:49 PM
CSS not applying for controllers with 3+ URI segments in URL? - by El Forum - 09-21-2008, 06:53 PM
CSS not applying for controllers with 3+ URI segments in URL? - by El Forum - 09-21-2008, 06:59 PM
CSS not applying for controllers with 3+ URI segments in URL? - by El Forum - 09-21-2008, 07:04 PM
CSS not applying for controllers with 3+ URI segments in URL? - by El Forum - 09-21-2008, 09:29 PM
CSS not applying for controllers with 3+ URI segments in URL? - by El Forum - 09-21-2008, 09:39 PM
|