Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2007-04-19 17:17:16
- systrum
- Member
- Registered: 2004-08-28
- Posts: 44
Styled only with messy urls
Perhaps I am not using the correct key search terms, but i haven’t been able to locate the thread with a solution to my problem. if anyone can direct me to one or see what it is that i am doing wrong in my current setup then i would be most greatful.
before using upm_archive i was able to use clean URLs ( /title) to display articles. now i am only able to display links to other sections using messy urls. the content displays fine, it’s just unstyled. considering that i use dreamhost, this shouldn’t be a prob.
i did what the faq says and checked the page html to see if the css file is linked correctly and all seems fine.
the config file url looks good too.
perhaps it has something to do with the way the sections are organized.
i have two sections
‘acticle-menu’ which uses the default page (displays on the front page and selected by default).
this page display most recent articles in the right column and an archive list in the right column (upm_archive)
and
‘archive-display’ which uses the archive-display page (not on front page).
this page displays the articles by month (the links on the default page link to this page).
in messy url mode it looks styled. in clean url mode it is unstyled.
i use an external css file and the ‘archive-display’ page links to it like this <code><link href=”../css/systrum.css” rel=“stylesheet” type=“text/css” /></code>
any help to sort this one out would be much appreciated
Last edited by systrum (2007-04-19 17:35:29)
Offline
#2 2007-04-19 22:31:52
- zem
- Developer Emeritus
- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Offline
#3 2007-04-19 22:46:26
- systrum
- Member
- Registered: 2004-08-28
- Posts: 44
Re: Styled only with messy urls
ok, so i changed the CSS URL to read
<code><link href=”http://www.systrum.net/css/systrum.css” rel=“stylesheet” type=“text/css” /></code>and it works perfectly!
thank you so much
Offline
Pages: 1