Jump to content

Stylesheet Issue


britt15

Recommended Posts

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.css

A: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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.