August 27, 200818 yr SOLVED!!!!! :-) HI! This is so odd!!! I have designed a site using Dreamweaver (never had a problem before) and when viewing in DW and then Safari the site looks great. However look at it using Firefox (Mac) all the styling has gone, as in looks like no CSS file. tried on IE6 and IE7 and the same thing! I have tried a fresh HTML file taken it down the bare bones, and still the same issue. the site is here: http://www.athenadesign.co.uk/clients/test/ By all means have a look as I am al out of ideas!! Thanks! Steve
August 27, 200818 yr Suggestion: Stop using the design mode in DW and do your markup manually. It'll make it much easier to find and fix problems.
August 27, 200818 yr Considering that colours exist on the page which aren't in your HTML it's clear that the stylesheet is there. So I have no idea what it is supposed to look like lol.
August 27, 200818 yr Author Suggestion: Stop using the design mode in DW and do your markup manually. It'll make it much easier to find and fix problems. Hi Rachael I don't only us DW in Design Mode, i have it in duel mode, but i also use Coda and the code is nothing different from the other site i have done. it just plain odd. Thanks! Steve
August 27, 200818 yr There are bugs in your CSS, which dreamweaver and safari are handling differently to other browsers a { color: #28a9f6; font-weight: bold; a { color:#001760; text-decoration:none; } and background: white url(../Images/background.jpg) repeat-y 230px 140px; There should be quote marks inside the url brackets
August 27, 200818 yr Author There are bugs in your CSS, which dreamweaver and safari are handling differently to other browsers a { color: #28a9f6; font-weight: bold; a { color:#001760; text-decoration:none; } and background: white url(../Images/background.jpg) repeat-y 230px 140px; There should be quote marks inside the url brackets Thank you!!!!!!!
Create an account or sign in to comment