What are the rules for linking a CSS file to a html page. I've linked more than one CSS file before with no problem but this time it's only only linking to the last one. Here's what I'm coding...
<link href="../assets/css/main990.css" rel="stylesheet" type="text/css">
<link href="../assets/css/mapguide.css" rel="stylesheet" type="text/css">
main990.css works fine on its own but as soon as I introduce mapguide.css, it looses it.
Is it because my DOCTYPE is HTML 4.01 Transitional?
Anyone know what I'm doing wrong?



Reply With Quote



Bookmarks