britt15 Posted March 20, 2006 Share Posted March 20, 2006 I have just recently changed my layout, and now I can't get my external stylesheet to work. I have made sure it was correct in my header countless times.[a href=\"http://www.tainted-rose.com\" target=\"_blank\"]http://www.tainted-rose.com[/a][code]header.php<html><head><center><body bgcolor="#999999"><script type="text/javascript" src="http://www.tainted-rose.com/oodomimagerollover.js"><link rel="stylesheet" type="text/css"href="http://www.tainted-rose.com/style.css" /></head><body>/************************************************ DOM Image Rollover II- By Adam Smith (http://www.codevendor.com)* Script featured on and available at Dynamic Drive (http://www.dynamicdrive.com)* Keep this notice intact for usage please***********************************************/</script>[/code][code]style.cssA:link{ text-decoration: value; [none] color:#ffffff; }A:visited{ text-decoration: value; [none] color:#ffffff; }A:active{ text-decoration: value; [none] color:#ffffff; }A:hover{ text-decoration: value; [blink] color:#999999;background-image: url();background-color: transparent;h1 {font-family: value; [Tahoma] color: value; [#ffffff] } p {font-family: value; [Tahoma] color: value; [#ffffff] } input, textarea{ background: #999999;font-family: value; [Tahoma]color: #ffffff; border-style: value; [solid]border-color: #ffffff;border-width: valuepx; [1] }</style>[/code] Link to comment https://forums.phpfreaks.com/topic/5340-stylesheet-issue/ Share on other sites More sharing options...
moberemk Posted March 20, 2006 Share Posted March 20, 2006 Why is your stylesheet link inside the script tag? Link to comment https://forums.phpfreaks.com/topic/5340-stylesheet-issue/#findComment-19026 Share on other sites More sharing options...
Javizy Posted March 20, 2006 Share Posted March 20, 2006 That's strange. Maybe it has something to do with the inclusion of the </style> tag at the end since that'll kinda mess up your DOM tree. Link to comment https://forums.phpfreaks.com/topic/5340-stylesheet-issue/#findComment-19162 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.