I am a rookie web designer. I recently created a site using CS6. http://www.joshuahetzler.com When I previewed the site in Dreamweaver it looked good in Firefox and IE. I published the site and now it is messed up in Firefox. All the text is the wrong size. Does anyone know how to fix this? Does it have something to do with my hosting provider? (I deleted a wordpress site from the directory an hourago and put this new site in its place) Why does IE display properly, but not Firefox...
Caused by a bad link to your site's CSS file. This is pointing to a file on your local hard drive which nobody but you can see.
<link href="file:///C|/hetzlerj/jhgc/menu.css" rel="stylesheet" type="text/css" />
Open your template and reconcile the path to your site folder. It should probably look like this:
<link href="../menu.css" rel="stylesheet" type="text/css" />
Save Template. Populate changes to Child pages. Upload Child pages.
Nancy O.
North America
Europe, Middle East and Africa
Asia Pacific