Can someone explain how to make a css style sheet (external). Some sites have: <link rel="stylesheet" type="text/css" href="style.css" /> I am going to have that too. I know what it means but can someone tell me how to do it and give me examples. Thanks in advance.
http://cssplay.co.uk/menus/index.html read this, i think this may help also if you are thinkinh to start using it you can download a spftware called topstyle its very usefull. enjoy
Do you need help with CSS or just doing an external stylesheet instead of inline styles? If you just need to do an external stylesheet, you basically copy and paste the styles out of your document and into an external document. Take a look at some sites' style.css files and you should figure it out. If just starting CSS, try the site above plus www.w3schools.com.