lynn5127
07-01-2004, 04:07 AM
Okay, I think I can handle the coding part of it, but I can't figure out what is probably the simplest (spelling?) part. Getting it to the internet. I see people who put entire hunks of their website coding in one little link, to cut down on the amount of space it takes up on there coding page. How do they upload it to the internet? Or do they not upload it to the internet? I am more into graphics, and I know those have to be uploaded, but I don't know how to get the CSS sheets uploaded. Okay, I'm done trying to explain myself, because I'm begining to confuse myself :rolleyes:
Dude128
07-01-2004, 04:12 AM
CSS files have to be uploaded just like any other files that you want to be viewable on the Internet. however your host handles image uploads, is the same way you would upload HTML or CSS files- whether that's by browser upload (the most common way free hosts do things), or FTP.
the CSS code or CSS file also has to be incorporated into the HTML files you want it to affect. if you need instructions, try reading Lissa's.
lynn5127
07-01-2004, 04:28 AM
Thank you for your help
Does anyone know of a free hosting site that will upload a CSS sheet? I have tried photobucket, but it doesn't work, unfortunatly. And, what will the ending be? Photos are usually jpeg, bmp, gif, etc.
Dude128
07-01-2004, 04:39 AM
you'll just need a real host :P most free webhosts (with the exception of free image hosts :)) will allow CSS files, which should have the .css extension.
lynn5127
07-01-2004, 03:54 PM
Okay, thank you so much
Now, to make the file, where do you type/put your code at? In a word document? Because when I go to word, saving it as a css file isn't an option. Sorry if I sound absolutly ignorant, but I am when it comes to CSS, and I'll admit it, obviously.
Monkey Bizzle
07-01-2004, 03:57 PM
open notpad, type your CSS code, when you save as, CSS isn't an option you have to type it... so... make your file whatever.css and it will work. then, you upload it to your server... if you want to use word instead, then do the same thing... type .css after you name it...
lynn5127
07-01-2004, 04:37 PM
Okay, thank you very much!