Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2006-01-11 02:16:02
- deronsizemore
- Member
- From: Kentucky
- Registered: 2005-11-02
- Posts: 324
okay now what?
Well I’ve been working on content for one of my static pages on my site known as the About page and it was going fine…I saved the article I was working on and went to “view site” and magically there is no stylesheet now. It was working and in an instant it is not working. I changed nothing except saved an article. Any ideas here?
Offline
#2 2006-01-11 02:45:52
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: okay now what?
Your CSS link is bad:
<style type="text/css" media="all">
@import "style.css";
</style>
You have two problems. First, it’s a relative link, which will cause the problems described in the FAQ. And second, style.css doesn’t exist on your site.
Last edited by zem (2006-01-11 02:48:07)
Alex
Offline
#3 2006-01-11 03:14:37
- deronsizemore
- Member
- From: Kentucky
- Registered: 2005-11-02
- Posts: 324
Re: okay now what?
Ah… I see. I just copied and pasted from my static files. My bad. It’s weird though, cause it was working and I didn’t change anything. Thanks.
Offline
Pages: 1