View Full Version : saving as .css


lisa m
05-26-2003, 08:31 PM
how do i save codes as a .css? can i use notepad to do it? i also wanna know can you put all your javascript into a whole thing like when you save things as .css? is it gonna be .javascript or what? can somebody give me an example of how i would do the .javascript or whatever you name it?

Cherchezlafemme
05-26-2003, 08:37 PM
I think you can't do that! .CSS you can just save it like this:
name.css

on notepad it works, all you have to do is link it to your page!

Javascript should be on that page i don't think you can link it externally only applets.

Alcy
05-26-2003, 08:40 PM
Javascript and CSS are two different things. But if you want to save a javascript, it uses the extension .js ^^

amicus
05-26-2003, 08:42 PM
you can use any text editor to edit both css and javascript (and html :))

extensions:
.css (for css files)
.js (for javascript files)

here are the tags
<script language="javascript" src="javascriptfile.js"></script>
<link rel="stylesheet" href="stylefile.css">