Skip to main content
Known Participant
October 24, 2011
Answered

Problems with CSS

  • October 24, 2011
  • 1 reply
  • 1234 views

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

This topic has been closed for replies.
Correct answer Ben M

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?

1 reply

Ben MCommunity ExpertCorrect answer
Community Expert
October 24, 2011

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?

jaumeHAuthor
Known Participant
October 24, 2011

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

Community Expert
October 24, 2011

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?