Hey guys, I have designed a website couple of months ago, but i found out that, when someone try to view the website from firefox or safari browser then they can only see the text. However if you try to view the website from internet explorer then it shows perfectly. This website was designed in css (well i got the template), and i edited it using dreamweaver. So can you guys please point out what i have to do to make the website compatible to safari and firefox. Thanks. M Ps the website address is easyacneskintreatment.com
*facepalm* You will probably laugh at this. Opened your website and no CSS was displayed. Opened it in IE, and no css was displayed. Did a viewsource on it, and it gave me: <link rel="stylesheet" type="text/css" href="file:///C|/Users/Miki/Desktop/AFFILIATE/deep_blue/default.css"/> Code (markup): What's the problem? The href given is to a file hosted locally on a windows computer.. looks like Vista/Win7. You need to find this line using the dreamweaver code view, then replace it with this: (btw, it's located near the top of the page) <link rel="stylesheet" type="text/css" href="default.css"/> Code (markup): Your problem should then be fixed.
Hey codedcaffeine Wow, that was brilliant, my site is sorted now. Thanks for the help, you are legend. M
The site looks nice. If you want to check in all browsers, use browsershots.org. you can see in all browsers
I am having the same problem as LH1. I built a website on my own in dreamweaver. Everything looks perfect in IE ( any verison ). It looks bad in firefox and safari. I used tables for lists and the spacing is crazy. Any suggestions..... website: www.goldcaljrsvbc.com a page with a table:www.goldcaljrsvbc.com/18black.html