I am trying to publish my site (it's a modified html template) to my server.
I can't get the site to load the dependencies, it only shows the text.
I tried changing each href
to the appropriate file, where the host says it searches for the index.html. I have tried to change all the local file://
href
s to corresponding root site values, as the source shows. Why isn't this working?
I was surprised that DW6 doesn't just change the coding when putting a managed site. Shouldn't it load the CSS? I do have all the files and folders on the remote site.
for example
<link rel="stylesheet" href="/public_html/css/reset.css" type="text/css" media="screen">
yet it appears as this: www.pearsoncreamery.com