I have an HTML file in the main folder (X-folder) which also contains CSS. I converted the HTML to ASP and now need to put it inside an ASP[Y] folder. My question is, since my CSS file is in the main folder [X], how can I access it from there if I am in the X folder?
My issue is that when I access the URL of the file in the Y folder, which has been converted to a .asp file, I lose most of its images and styles.
How can I rewrite my CSS?
I have tried a few solutions but it still does not read the CSS.
This image illustrates my problems: https://i.sstatic.net/w6DPJ.png
<link href="X/css/style.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="X/css/responsiveslides.css">
<link href="X/css/iframeCSS.css" rel="stylesheet" type="text/css">