The template.pl file has referred to the forum.css file as: <link rel="stylesheet" href="./forum.css" type="text/css" media="all" /> <link rel="stylesheet" href="../forum.css" type="text/css" media="all" /> and <link rel="stylesheet" href="/forum.css" type="text/css" media="all" />
But nothing finds it. I've copied the forum.css file to both directories, and I still get no formatting on the output.
What am I doing wrong??
2) Angus TurnbullGroup: Moderators Posts: 4042Joined: 7 Dec 2003Location: New ZealandIP: 203.173.--.--
Posted:
I put forum.css in the webserver root folder and use /forum.css and that works fine.
Perhaps make sure you're not getting any CSS errors?