Could somebody PLEASE tell me why my website displays fine in Internet explorer, but only displays the text of the site in google chrome and safari? *I have researched other forums, and others have had this problem, but it seems that each case is unique. *My web address:
*Palm Tree Productions
As I said, the site is correct in ie, but in chrome and safari, it is just the text of the site. *I am using dw 5 and the site is based on a template i downloaded. I have no coding experience, and this is my first time using dw, so any ideas should be in lay terms or I won’t get it!
Thank you
Hi,
you are only looking at your site locally? You are calling a “local” CSS file. Instead, just link to where it is in relation to where your HTML file it.
<link rel="stylesheet" type="text/css" href="file:///C|/Documents and Settings/S**** C*******/Desktop/Dreamline/dreamline/style/style.css" />
Chrome, Safari, none of my browsers (including my IE btw) can show your styles… we don’t have access to your computer.
It needs a url relative to where your HTML file is, on the server you’ve placed your HTML file. If you use an absolute URL, it will not begin with “file:///” but with “http://yourdomain.com/path/to/css/file”
hope this helps
That worked! Thank you! It’s working just how I wanted it…