"Broken link" because of stylesheet

This forum is for all Flare issues related to styles, stylesheets and XML.
Post Reply
i-tietz
Propellus Maximus
Posts: 1219
Joined: Wed Oct 24, 2007 4:13 am
Location: Fürth, Germany

"Broken link" because of stylesheet

Post by i-tietz »

This morning I had a first look at the project analysis of our new project - and I was shocked!The list of "broken links" is as long as the file list!
In the column Link I'm told that the missing file is my stylesheet!
After surviving the first shock I had a look at one of our old projects and found a handful of broken links and none of the missing files there is the stylesheet.

I looked at topics in both projects in the text editor and the only difference I saw was this:
Old project

Code: Select all

<link href="../../../Resources/Stylesheets/Styles.css" rel="stylesheet" />
New project

Code: Select all

<link href="../../../Resources/Stylesheets/Styles.css" rel="stylesheet" type="text/css" />
...
w3c tells me there's nothing wrong with type="text/css" : http://www.w3.org/TR/xml-stylesheet/

Is that a bug or did I miss something?

I'm not sure about the consequences regarding other output formats if I delete type="text/css" ... but if I leave it in, the "broken link" result is meaningless and not helpful.
KevinDAmery
Propellus Maximus
Posts: 1985
Joined: Tue Jan 23, 2007 8:18 am
Location: Darn, I knew I was around here somewhere...

Re: "Broken link" because of stylesheet

Post by KevinDAmery »

Just to cover the absolute basics, have you double checked that styles.css is still in the stylesheets folder?
Until next time....
Image
Kevin Amery
Certified MAD for Flare
i-tietz
Propellus Maximus
Posts: 1219
Joined: Wed Oct 24, 2007 4:13 am
Location: Fürth, Germany

Re: "Broken link" because of stylesheet

Post by i-tietz »

yes - everythings's fine. it's also interpreted correctly ... that's why it came as a shock ...
NorthEast
Master Propellus Maximus
Posts: 6368
Joined: Mon Mar 05, 2007 8:33 am

Re: "Broken link" because of stylesheet

Post by NorthEast »

Hmmm... whenever I get huge lists of broken links, I delete the Analyzer database and rescan.
If I still get them, I know they're real!
SteveS
Senior Propellus Maximus
Posts: 2089
Joined: Tue Mar 07, 2006 5:06 pm
Location: Adelaide, far side of the world ( 34°56'0.78\"S 138°46'44.28\"E).
Contact:

Re: "Broken link" because of stylesheet

Post by SteveS »

Dave Lee wrote:Hmmm... whenever I get huge lists of broken links, I delete the Analyzer database and rescan.
If I still get them, I know they're real!
I prefer to delete the Analyzer folder in the project:wink:
Image
Steve
Life's too short for bad coffee, bad chocolate, and bad red wine.
i-tietz
Propellus Maximus
Posts: 1219
Joined: Wed Oct 24, 2007 4:13 am
Location: Fürth, Germany

Re: "Broken link" because of stylesheet

Post by i-tietz »

I deleted the Analyzer folder - it didn't help.
I posted a bug report.
i-tietz
Propellus Maximus
Posts: 1219
Joined: Wed Oct 24, 2007 4:13 am
Location: Fürth, Germany

Re: "Broken link" because of stylesheet

Post by i-tietz »

this is getting obscure: Whenever I check out one of the listed files, it vanishes from the list and returns after I did the same with a few other topics ... ...
i-tietz
Propellus Maximus
Posts: 1219
Joined: Wed Oct 24, 2007 4:13 am
Location: Fürth, Germany

Re: "Broken link" because of stylesheet --- FOUND IT!

Post by i-tietz »

Update:
"Project Analysis" doesn't like a stylesheet linked to topics (=> the link in the head of a file) when you have master stylesheet in the project!!
Everything else works fine, just the Broken Links analysis goes nuts ...
Post Reply