N
Nattydreadlock
I just upgraded my app from 1.1 to 2.0 (asp.net)
Something strange is happening.
I make a link (dynamically) to an external .css - file:
The output is something like this:
<link href="/orders/css/company.css" rel="stylesheet" type="text/css">
if I run the app the page is certainly not following the css-rules.
If I try to view a directory listing though it shows me all the folders
and even the css-file itself in the correct location, but when I click
on the css-file to view it or so, it won't load the file....
Anyone has an idea?
Kenneth
COMBELL
Something strange is happening.
I make a link (dynamically) to an external .css - file:
The output is something like this:
<link href="/orders/css/company.css" rel="stylesheet" type="text/css">
if I run the app the page is certainly not following the css-rules.
If I try to view a directory listing though it shows me all the folders
and even the css-file itself in the correct location, but when I click
on the css-file to view it or so, it won't load the file....
Anyone has an idea?
Kenneth
COMBELL