Page 1 of 1

Stylesheet not being applied

Posted: Wed Jun 23, 2010 7:20 pm
by SFTLOLZ
When I send a variable through a url to one of my pages the stylesheet refuses to apply. If no variable is sent, the stylesheet loads. Does anyone know a way to fix this?

for example

Code: Select all

www.sftlolz.com/index10.php
has a stylesheet applied. But

Code: Select all

www.sftlolz.com/index10.php/?id=10
does not.

Re: Stylesheet not being applied

Posted: Wed Jun 23, 2010 7:31 pm
by requinix
I'm not even going to look at the page and instead assume that I'm right:

When you link to anything you should use an absolute path. For instance, "/posting.php" instead of just "posting.php". That way stuff always works.
Use that on the path to the stylesheet in particular - probably need it on images and links and other stuff too.