Log In · Register

 
stylesheet & uploading problem, HALP!
liekbam__x
post Oct 23 2006, 10:17 AM
Post #1


Member
**

Group: Member
Posts: 23
Joined: Dec 2005
Member No: 312,667



okay so ive been trying for 2 days now and im pretty sure i have no more hair on my head!

ive been trying to do this thing were you insert the link of your stylesheet in a code and put in your index file and it basically loads your stylesheet on the page. but whenever i put it on my page my css NEVER shows. yeah its frustrating, but i think im making a mistake somwhere i just dont know where. this is the code im using

CODE
<link rel="stylesheet" href="http://www.ashruberu.com/style.css" type="text/css">


okay so i think the code is right...but im not sure..is it?
also, when uploading your stylesheet to your FTP program do you have to put it in a specific folder? and does the code go inbetween your head tags? PLEASE HELPPPPPPPP

pinch.gif

btw* does my code for my stylesheet look right
CODE
TD,FONT,P,BODY,MAP
  {color: 262626; font-family: trebuchet ms; font-size: 11px; letter-spacing: 0px; line-height: 15px;}
B {color: #FF7162; font-family: verdana; font-size: 8px; text-transform: uppercase; background-color:FFFFFF; border-bottom: 2px solid #E8AD77; letter-spacing: 0px;}
I {color: #B24B58; font-family: trebuchet ms; font-size:11px}
U {color: #48A1AB; font-family: trebuchet ms; font-size:11px; border-bottom: 1px solid #E73D47;}
a:link, a:visited, a:active,
A:LINK B, A:VISITED B, A:ACTIVE B  {color: #FF886C; font-family: trebuchet ms; font-weight:;}
a:hover, a:hover b {color: #B24B58; font-family:trebuchet ms; background-color:; font-weight:; border-bottom:;}

textarea, input {
        color: #B24B58;
        font-family: trebuchet ms;
        font-size: 10px;
        background-color: #262626;
        border-bottom: 1px solid #FF7162;
        border-top: 1px solid #FF7162;
        border-right: 1px solid #FF7162;
        border-left: 1px solid #FF7162;
        cursor: default;
        padding: 1px;
}

h1 {
    margin: 0px;
    padding: 0px;
    color: #000000;
    font: 8pt tahoma;
    letter-spacing: 1px;
    font-weight: bold;
        background-color:#E50358;
        text-transform: uppercase;
    text-align: right;
        line-height: 140%;
    border-bottom: 1px dashed #7FD1B0;
        border-right: 0px dashed;
        padding-left: 1px;
    padding-right: 1px;
        width: 420px;
        text-align: right;
}


#HEADER {
        color: 000000;
        font: 15px Palatino Linotype, Century Gothic;
        letter-spacing:2px;
        text-align: right;
        background-color:#E50358;
        font-weight: bold;
        line-height: 15px;
        width: 225px;
        text-transform: uppercase;
        border-bottom: 2px solid #B24B58;
        border-right: 0px solid;
}

#NOTE {
        color: 000000;
        font: 15px Palatino Linotype, Century Gothic;
        letter-spacing:2px;
        text-align: right;
        background-color:#E50358;
        font-weight:bold;
        line-height: 15px;
        width: 422px;
        text-transform: uppercase;
        border-bottom: 2px solid #B24B58;
        border-right: 0px solid;
}

#COMMENT {
        color: #E8AD77;
        font: 10px courier new;
        letter-spacing: 0px;
        text-align: left;
        background-color:;
        line-height: 15px;
        width: 422px;
        text-transform: uppercase;
        border-top: 2px solid #B24B58;
        border-right: 0px solid;
}

#COMMENTOR {
        color: #E8AD77;
        font: 20px trebuchet ms;
        letter-spacing: 0px;
        text-align: left;
        background-color:;
        line-height: 15px;
        width: 422px;
        text-transform: uppercase;
        border-top: 0px solid;
        border-right: 0px solid;
}

#COMMENTNUMBER {
        color: #B24B58;
        font: 20px trebuchet ms;
        letter-spacing: 0px;
        text-align: left;
        background-color:;
        line-height: 15px;
        width: 422px;
        text-transform: uppercase;
        border-top: 0px solid;
        border-right: 0px solid;
}

#COMMENTDATE {
        color: #FF7162;
        font: 10px trebuchet ms;
        letter-spacing: 0px;
        text-align: left;
        background-color:;
        line-height: 15px;
        width: 422px;
        text-transform: uppercase;
        border-top: 0px solid;
        border-right: 0px solid;
}

#BLOGHEAD {
        color: #000000;
        font: 30px St. Valentine Note;
        letter-spacing: 0px;
        background-color:E50358;
        line-height: 30px;
        width: 422px;
        text-transform: uppercase;
        border-top: 0px solid;
        border-bottom: 2px solid D7D7D7;
        padding-top:0px;
}

#BLOGSIG {
        color: #D0D0D0;
        font: 50px Print Dashed;
        letter-spacing: 0px;
        background-color:;
        line-height: 50px;
        width: 422px;
        text-transform: none;
        font-weight: bold;
        border-top: 0px solid;
        border-right: 0px solid;
}

.sidebar1 {
        padding: 5px;
    color: EEAD85;
    font-family: trebuchet ms;
    text-align: left;
    font-weight: none;
    font-size: 8pt;
    line-height: 15px;
    text-transform: none;
    background-color: #000000;
    border-bottom: 3px solid #EEAD85;
    border-right: 1px dashed #EEAD85;
    border-left: 1px dashed #EEAD85;
    border-top: 1px solid #EEAD85;
}

.main1 {
    padding: 5px;
    color: #4D4D4C;
    font-family: trebuchet ms;
    text-align: left;
    font-weight: none;
    font-size: 8pt;
    line-height: 15px;
    text-transform: none;
    background-color: #;
    border-bottom: 5px solid #E8AD77;
    border-right: 1px solid #E8AD77;
    border-left: 1px solid #E8AD77;
    border-top: 1px solid #E8AD77;
}

}
a.nav:link, a.nav:visited, a.nav:active {
    text-decoration: none;
    font-family:terminal;
    font-weight: normal;
    font-size: 8pt;
          text-transform: uppercase;
    line-height: 15pt;
    color:#F94A21;
    background-color:;
    cursor: help;
    display: block;
    margin: 0;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 1px;
    padding-right: px;
        border-left: 5px solid #4d4d4c;
}
a.nav:hover {
    text-decoration: none;
        text-transform: lowercase;
    font-family:trebuchet ms;
    font-weight: bold;
    font-size: 8pt;
    line-height: 15pt;
    color:#B24B58;
    background-color:#FFFFFF;
    cursor: help;
    display: block;
        text-align: right;
    margin: 0;
    margin-bottom: 0px;
    padding: 0px;
    padding-left: 1px;
    padding-right: px;
        border-left: 5px solid #000000;
        width: 225;
}
 
 
Start new topic
Replies (1 - 2)
*mipadi*
post Oct 23 2006, 12:21 PM
Post #2





Guest






The <link> tag looks right. Just make sure you do, in fact, have your stylesheet uploaded at the location specifiefed by the href attribute.


QUOTE(liekbam__x @ Oct 23 2006, 11:17 AM) *
okay so ive been trying for 2 days now and im pretty sure i have no more hair on my head!

ive been trying to do this thing were you insert the link of your stylesheet in a code and put in your index file and it basically loads your stylesheet on the page. but whenever i put it on my page my css NEVER shows. yeah its frustrating, but i think im making a mistake somwhere i just dont know where. this is the code im using

CODE
<link rel="stylesheet" href="http://www.ashruberu.com/style.css" type="text/css">


okay so i think the code is right...but im not sure..is it?
also, when uploading your stylesheet to your FTP program do you have to put it in a specific folder? and does the code go inbetween your head tags? PLEASE HELPPPPPPPP
 
liekbam__x
post Oct 24 2006, 08:49 AM
Post #3


Member
**

Group: Member
Posts: 23
Joined: Dec 2005
Member No: 312,667



i managed to get my problem! thanks so much for your help anyways!!
-xx-
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: