View Single Post
Old 13th May 2008
erehwon erehwon is offline
Port Guard
 
Join Date: May 2008
Location: Cascadia
Posts: 34
Default

Quote:
Originally Posted by Carpetsmoker View Post
Can you provide us with a link to the HTML file?
I can list the relevant source

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  <title>My Site</title>
<style type="text/css">
[long list of css entries]
</style>
It's strange that "text/css" would work here, but not in a linked file in the same directory.

Could it be the Content Type? Default type in my httpd.conf is text/plain....
Reply With Quote