Problem with path reference

  • Thread starter Thread starter Nattydreadlock
  • Start date Start date
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
 
Try deleting the link and then dragging and dropping it back on the page to
recreate it. See if the style has changed. Look at the formatting of the
link. Also make sure it has not upgraded and added another link, as it could
be a cascade issue. Without seeing it, I am running blind here.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************
 
Back
Top