Arwen-Undomiel.com
http://www.arwen-undomiel.com/forum/

External Stylesheets (I need help)
http://www.arwen-undomiel.com/forum/viewtopic.php?f=27&t=9712
Page 1 of 1

Author:  keyodie [ July 16th, 2006, 2:04 pm ]
Post subject:  External Stylesheets (I need help)

I wanted to add external stylesheets to my site, but for some reason it won't work. :( The first time I tried, it worked, but then after I edited something, it wouldn't work anymore. I tried copying the whole style document in place of this:

Code:
<link href="LINKTOSTYLESHEET" rel="stylesheet" type="text/css">


And then, it would work, so there must be something wrong with the coding on the page, but I can't find it. :( I was hoping if someone could help?

Code:
<html>

<head>

<TITLE>Between the Rain Drops</TITLE>
<META NAME="description" CONTENT="A website (with a forum) for graphic designers (preferably photoshop users) with goodies such as textures, brushes and tutorials.">
<META NAME="keywords" CONTENT="graphics, photoshop, textures, brushes, tutorials, forum, art">
<META NAME="author" CONTENT="Melissa">

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

</head>

<body>

<body topmargin="0" leftmargin="0" rightmargin="0">
<body bgcolor="#000000" background="images/background.jpg" bgproperties="repeat">
<img src="images/header.jpg" border=0 height=500 width=750>


(^btw, that was only part of it...)

Code:
<style text="text/css">
body,tr,td,p {font-size:8pt; font-family: verdana; cursor:none; letter-spacing:0pt; align:justify; line-height: 13px; color:#626262;}
h1 {font-size:12pt; font-family: verdana; cursor:none; letter-spacing;0pt; align:justify; line-height: 14px; color:#626262; decoration:underline overline;}
b {color:#FFFFFF;}
input, textarea, {font-size:8pt; font-family:verdana; color:#626262;
background-color:transparent; border:0;}
</style>
<style type="text/css"><!--
body{
scrollbar-3dlight-color:#7D7D7D;
scrollbar-arrow-color: #A0A0A0;
scrollbar-base-color: #7D7D7D;
scrollbar-darkshadow-color: #7D7D7D;
scrollbar-face-color: #7D7D7D;
scrollbar-highlight-color: #A0A0A0;
scrollbar-shadow-color: #7D7D7D;
scrollbar-track-color: #A0A0A0;
}
--></style>
<style type="text/css">
A:link { text-decoration: underline; color:#3A3A3A; }
A:visited { text-decoration: underline; color:#3A3A3A; }
A:hover {text-decoration: underline overline; color:#FFFFFF; cursor:text; font-size:10pt;}
</style>

(^style.css)

Author:  The Grey Pilgrim [ July 16th, 2006, 11:28 pm ]
Post subject: 

Did you change "LINKTOSTYLESHEET" to "style.css" ?

Also, you don't need the style tags in style.css
Just this should work:

Code:
body,tr,td,p {font-size:8pt; font-family: verdana; cursor:none; letter-spacing:0pt; align:justify; line-height: 13px; color:#626262;}
h1 {font-size:12pt; font-family: verdana; cursor:none; letter-spacing;0pt; align:justify; line-height: 14px; color:#626262; decoration:underline overline;}
b {color:#FFFFFF;}
input, textarea, {font-size:8pt; font-family:verdana; color:#626262;
background-color:transparent; border:0;}

body{
scrollbar-3dlight-color:#7D7D7D;
scrollbar-arrow-color: #A0A0A0;
scrollbar-base-color: #7D7D7D;
scrollbar-darkshadow-color: #7D7D7D;
scrollbar-face-color: #7D7D7D;
scrollbar-highlight-color: #A0A0A0;
scrollbar-shadow-color: #7D7D7D;
scrollbar-track-color: #A0A0A0;
}

A:link { text-decoration: underline; color:#3A3A3A; }
A:visited { text-decoration: underline; color:#3A3A3A; }
A:hover {text-decoration: underline overline; color:#FFFFFF; cursor:text; font-size:10pt;}

Author:  FRODOFAN [ July 17th, 2006, 9:51 am ]
Post subject: 

I think The Grey Pilgrim has covered everything I was thinking. Let me know if it still doesn't work once you've applied those changes. :)

Author:  keyodie [ July 17th, 2006, 7:49 pm ]
Post subject: 

Ah, alright, thanks for clearing that up. :)

The Grey Pilgrim wrote:
Did you change "LINKTOSTYLESHEET" to "style.css" ?


:duh: Oh, wow, I didn't do that. :blink:


Yup! It works! :) Thankyou so much!

Page 1 of 1 All times are UTC - 5 hours [ DST ]
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/