View Single Post
  #6 (permalink)  
Old 08-31-2005, 12:38 PM
wrmineo's Avatar
wrmineo wrmineo is offline
WebProWorld Veteran
 
Join Date: Apr 2005
Location: KY USA
Posts: 759
wrmineo RepRank 0
Default

It may also be a matter of how DW is seeing the link:

<link href="styles/sms.css" rel="stylesheet" type="text/css">

can be stated

<link rel="stylesheet" href="/sms.css" type="text/css">

basically, lose "styles" unless that is a valid directory, which I don't think that it is, it's merely a DW inserted tag ...
__________________
W. R. Mineo
Reply With Quote