Hi All, I need a help how to create a css file for my web site http://www.ibizcybertech.com/index.html
Looking at your page source it seems that you already have one, for what it's worth. <link rel="stylesheet" type="text/css" href="css/superfish.css" media="screen" /> What you need is a better design. For a start - break up that monolith of text below the image - people will fall asleep long before they finish reading that ... nobody has that kinda attention span on a website. I didn't even see the little menu thing near the top 'til I tilted my screen - change the color from white to something you can see and spread out the stuff in the upper right corner. It looks like it's scared of the rest of the page and is trying to get away. And a bunch of other stuff...
Open Notepad, place your CSS codes there and then save as.. filename.css or Open Dreamweaver then New File -> CSS -> insert code -> ctrl+S ( save ) to link it into the website <link rel="stylesheet" type="text/css" href="pathtofile/filename.css"> Cheers.