View Single Post
Old 04-10-2014, 10:55 AM   #3
Warbird Books
Junior Member
Warbird Books began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Apr 2014
Device: Kindle Fire
Quote:
Originally Posted by Toxaris View Post
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.
Warbird Books is offline   Reply With Quote