Hi,
i use N-13 for many years, and i decide to change the look of my site. I put n-13 php code into my new page, everything work fine but when i click on the "next page" botton of the blog, the second page keep old css and html code.
Can you tell me how can i modify this, i hope without having to install N-13 from scratch.
thx.
Nevil
This could be one of 2 problems. Either your .htaccess file is setup incorrectly or your css file path needs changed to an absolute path.
For the css path, your css might look something like this
<link rel="stylesheet" type="text/css" href="css/something.css" />
Change it to a full URL like so
<link rel="stylesheet" type="text/css" href="http://example.com/css/something.css" />
If this doesn't fix the issue, send me a link to your site so I can have a look at it.
Hi Chris, thank you for your quick answer. I tryed the full URL as you sugest but it doesn't work. But i realise that my code for css path wasn't like yours, the order of the differents elements of the line wasn't the same, i put them in the correct order and, miracle, it works perfectly now.
Great.
Thank for your job.