Quote:
Originally Posted by Toxaris
Is the <link> tag positioned correctly? Did you not accidentally put it between the <body> tags?
|
No, it's up there in the head. Here is the entire start of each file:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="../Styles/hawks.css" rel="stylesheet" type="text/css" />
</head>
<body> etc.