View Single Post
Old 05-20-2010, 06:08 AM   #6
Valloric
Created Sigil, FlightCrew
Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.Valloric ought to be getting tired of karma fortunes by now.
 
Valloric's Avatar
 
Posts: 1,982
Karma: 350515
Join Date: Feb 2008
Device: Kobo Clara HD
crutledge, the path to the CSS file is still wrong. You're current procedure relies on Tidy to fix it for you.

First you had this:

Code:
href="../Styles/"main.css"
then this:

Code:
href=../Styles/"main.css"
but the correct way is like this:

Code:
href="../Styles/main.css"
Notice all the quotes and their positions.
Valloric is offline   Reply With Quote