Losing page CSS when using a permalink

By claire - February 13, 2015

Yeah, it'd be because the CSS URL is relative. Can you paste the line from your header here from the file in question?

--------------------

Claire Ryan
interactivetools.com

Save time by getting our experts to help with your project.
http://www.interactivetools.com/consulting/

By lifecomm - February 13, 2015

Hi thanks for your reply,

I just found an older forum entry with solution I was looking for.

I made the CSS, Image and JS paths absolute

eg, href="/css/style.css", instead of href="css/style.css"

This solve the issue

ThanksÂ