> I have attached an external stylesheet to HTML pages which are all saved in > the same folder. When I preview the pages on the Web (Explorer or Netscape), > the first page I view has the styles applied. (colors, positions, fonts, > etc.) But when I link to another page within the site, the style sheet no > longer applies, all I see is the plain HTML. I have attached the stylesheet: > <link href="/dghome6.css" rel="stylesheet" type="text/css"> to every page. >
Try: <link href="dghome6.css" rel="stylesheet" type="text/css"> Since everything is in the same folder, specifying the file name should be enough. Prabhath http://nidahas.com ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
