View Full Version : css invalid file geocities
Rick Nelson
12-04-2006, 05:44 PM
I am trying to upload a css file to geocities but I get an invalid file. css is listed as allowable file types. any ideas?
Tarmithius
12-05-2006, 06:21 AM
Post the file here for us to look at and maybe we can tell what the problem is. Make sure it is named with a css extension i.e. style.css
Rick Nelson
01-07-2007, 06:19 PM
/* CSS Document */
a:link > ul > li {
color : #0033ff;
text-decoration : none;
}
a:visited > ul > li {
color : #cc3300;
text-decoration : none;
}
a:active > ul > li {
color : #0033ff;
}
a:hover > ul > li {
color : #0033ff;
text-decoration : underline;
}
html {
margin-top : 15px;
background-image : url("../images2/background_image7.jpg");
background-repeat : repeat;
background-color : rgb(193, 213, 211);
background-attachment : fixed;
margin-bottom : 50px;
}
body {
margin-top : 15px;
font-family : "times new roman";
font-size : 12pt;
width : 800px;
margin : 0;
text-align : center;
}
#wrapper {
text-align : left;
width : 800px;
position : relative;
background : rgb(239, 251, 255);
border-left : 1px ridge rgb(193, 213, 211);
border-right : 1px ridge rgb(193, 213, 211);
border-bottom : 1px ridge rgb(193, 213, 211);
border-top : 1px ridge rgb(193, 213, 211);
}
#headerleft {
position : absolute;
left : 0;
background : #e2efff url("../images/water_dripping_new1.jpg");
}
#headercenter {
position : absolute;
left : 125px;
background : #e2efff url("../images/header13.jpg");
}
#headerright {
position : absolute;
left : 550px;
margin-right : -1px;
background : url("../images/water_dripping_new1.jpg");
}
#nav {
background-color : #e2efff;
border : 1px solid #666666;
width : 125px;
margin-top : 0;
margin-left : 0;
margin-right : 0;
padding-top : 50px;
padding-bottom : 50px;
text-align : left;
font-size : 10pt;
}
#navleft {
float : left;
font-size : 10pt;
background-color : rgb(18, 66, 210);
width : 125px;
margin-top : 0;
margin-left : 0;
margin-right : 0;
padding-top : 50px;
padding-bottom : 50px;
text-align : left;
font-size : 10pt;
}
#navright {
position : absolute;
left : 675px;
background-color : rgb(18, 66, 210);
width : 125px;
padding-top : 50px;
padding-bottom : 50px;
text-align : left;
font-size : 10pt;
}
.navbutton {
font-weight : bold;
text-align : left;
height : 100%;
margin-bottom : 10px;
margin-top : 10px;
font-size : 10pt;
padding-bottom : 2px;
padding-left : 2px;
padding-top : 2px;
padding-right : 1px;
vertical-align : middle;
}
.navbutton a {
padding-left : 2px;
padding-right : 2px;
text-decoration : none;
display : block;
color : #224059;
background-color : #b5c9e2;
padding-bottom : 4px;
padding-top : 4px;
border-top : 2px solid #cce3ff;
border-left : 2px solid #cce3ff;
border-bottom : 2px solid #31557f;
border-right : 2px solid #31557f;
vertical-align : middle;
}
.navbuttoncurrentright a {
padding-left : 2px;
padding-right : 2px;
text-decoration : none;
display : block;
color : #224059;
background-color : rgb(239, 251, 255);
padding-bottom : 4px;
padding-top : 4px;
border-top : 2px solid #cce3ff;
border-left : 2px none #cce3ff;
border-bottom : 2px solid #31557f;
border-right : 2px solid #31557f;
vertical-align : middle;
}
.navbuttoncurrentleft a {
padding-left : 2px;
padding-right : 2px;
text-decoration : none;
display : block;
color : #224059;
background-color : rgb(239, 251, 255);
padding-bottom : 4px;
padding-top : 4px;
border-top : 2px solid #cce3ff;
border-left : 2px solid #cce3ff;
border-bottom : 2px solid #31557f;
border-right : 2px none #31557f;
vertical-align : middle;
}
.navbutton a:hover {
color : #0033ff;
text-decoration : underline;
background-color : #99aabf;
border-top : 2px solid #31557f;
border-left : 2px solid #31557f;
border-bottom : 2px solid #cce3ff;
border-right : 2px solid #cce3ff;
}
.navbutton a:visited {
color : #cc3300;
text-decoration : none;
}
p {
font-size : 12pt;
}
.pagetitle {
font-size : 16pt;
font-family : times new roman;
font-weight : bold;
}
#leftcol {
float : left;
width : 125px;
border-right : 0 solid #000;
height : 100%;
background : #e2efff;
}
#main {
margin : 0;
}
#centercol {
position : relative;
margin : 0;
width : 550px;
padding-right : 25px;
padding-left : 25px;
padding-top : 50px;
color : black;
}
#rightcol {
float : right;
width : 125px;
height : 100%;
background : #e2efff;
}
#spacerbottom {
height : 50px;
}
#bottom {
float : left;
position : relative;
margin-top : 50px;
height : 55px;
width : 800px;
background : #e2efff url("../images/footer2.jpg");
padding-right : 10px;
text-align : right;
border-top : 1px solid #6699ff;
color : #6280d6;
vertical-align : middle;
padding-right : 0;
}
.bottom-text {
font-size : 80%;
text-align : right;
padding-right : 10px;
padding-top : 10%;
padding-bottom : 10%;
vertical-align : middle;
color : #6280d6;
}
.navcell {
font-size : 70%;
color : #6280d6;
vertical-align : middle;
width : 125px;
background-color : #e2efff;
}
.navcellcurrentpage {
font-size : 70%;
color : #006666;
vertical-align : middle;
width : 125px;
background-color : rgb(239, 251, 255);
border-top : 0 solid #000;
border-bottom : 0 solid #000;
}
.navbarborder {
width : 0;
background-color : #1442d3;
}
.navbartable {
color : #0033ff;
}
.formtext {
font-size : 12pt;
}
.navbarbottomleft {
background : #aabadd url(../images2/nav_lower_left.jpg) no-repeat center;
border : 0;
}
Rick Nelson
01-07-2007, 06:20 PM
I don't know how to post my css file as a file with a css extension.
Terminator1138
01-08-2007, 05:20 AM
just save as feature and make sure it has css extension....what program did you use to create your css file?
Rick Nelson
01-08-2007, 08:00 AM
I created the css file using EvrSoft's First Page as save as css file type.
I previously had problems uploading html files created by First Page but was able to find a solution by adding an iso statement in the html file and then the upload went well. Now Geocities give me an error of Invalid File when I try to upload a .css file.
Thanks for your help.
Terminator1138
01-08-2007, 08:55 AM
I wonder if anyone else has had a problem with this also. Maybe to overcome this error, try including the css file inside the html file and leaving out the separate css file altogether. I'm not sure who geocities is handling the file or if its FP. My guess its something to do with geocities site as I have not heard of anyone having issues with CSS file creation within FP2006.
Spock
01-08-2007, 11:05 AM
If you copied the file contents to the clipboard, opened a new, empty file using notepad, and pasted the clipboard contents there before saving it as a .css file, the resulting file would have nothing to do with 1st page. If you then had trouble uploading it to Geocities as a .css file, you would know it wasn't a problem with 1st Page.
vBulletin® v3.8.6, Copyright ©2000-2012, Jelsoft Enterprises Ltd.