Copy link to clipboard
Copied
Hi there!
I'm working on a website adding some pages.
I am creating them in local though I'm using the CSS files from the server with the whole path:
<link rel="stylesheet" href="http://www.domain.com/css/mycss.css">
I've checked to cut and paste the url to see if there is access to the file. And it does.
Any thoughts on what I'm doing wrong??
Thank you very much
Jaume
So what's wrong? Other than a "type="text/css" missing from the declaration to tell the browser what you loading, nothing is missing. Are styles not showing up in Live View? Is DW giving you an error?
Copy link to clipboard
Copied
So what's wrong? Other than a "type="text/css" missing from the declaration to tell the browser what you loading, nothing is missing. Are styles not showing up in Live View? Is DW giving you an error?
Copy link to clipboard
Copied
SnakEyez,
Thank you very much for your answer.
You are right both the "type..." missing and that in "Live View" previews OK.
The problem is that launching from F12 on a browser displays withou CSS.
Do you know why is that??
Thanks
Jaume
Copy link to clipboard
Copied
What browser is it? And have you tried an alternate browser to confirm? And can you post a link to the page in question or post the code from the page?
Copy link to clipboard
Copied
The problem is that launching from F12 on a browser displays withou CSS.
Are you connected to the internet when you try this?
Copy link to clipboard
Copied
Thank to all,
I'm using Chrome and I'm connected to the internet.
I didn't know F12 does not use CSS.
I will update to the server in a few days and check it out,
Thank you VERY much
Copy link to clipboard
Copied
I didn't know F12 does not use CSS.
I didn't say this. Of course F12 uses CSS, as well as any other linked dependent file on the page.
Copy link to clipboard
Copied
Oh, sorry Murray I missunderstood your words.