A
Adam
Why does FrontPage 2003 not render pages in preview/design mode with
stylesheets when the stylesheet is linked with a virtual path? For example,
my directory structure is as follows:
Root
- css
- default.css
If I use this link on a page in the root, then FrontPage does not pick up
the stylesheet in the designer window:
<link rel="stylesheet" type="text/css" href="/css/default.css" />
If I change it to a relative path, then it works:
<link rel="stylesheet" type="text/css" href="css/default.css" />
Is there any way to get it to work with a virtual path?
Thanks,
Adam
stylesheets when the stylesheet is linked with a virtual path? For example,
my directory structure is as follows:
Root
- css
- default.css
If I use this link on a page in the root, then FrontPage does not pick up
the stylesheet in the designer window:
<link rel="stylesheet" type="text/css" href="/css/default.css" />
If I change it to a relative path, then it works:
<link rel="stylesheet" type="text/css" href="css/default.css" />
Is there any way to get it to work with a virtual path?
Thanks,
Adam