This is a very broad question which could have several answers. This truly depends on your knowledge of HTML and CSS, and which program was used to create it.
1. If you don't know anything about CSS and how it works, it would be best to brush up on some basics.
http://www.w3schools.com/css/
2. If you used a program like Photoshop and Image Ready to create it and create slices and rollovers do the following:
First, in Image Ready, go to the file menu and select output settings. Then under that sub menu select slices. In the options that appear in the slices output choose "generate css" and choose if you want them created my ID, Inline or by Class. This will automatically create the CSS you need for your web site
3. If you designed it through Dreamweaver you can create the CSS file right within Dreamweaver. Choose New document and select CSS Style Sheet. This is bets for people who have at least a basic understanding of CSS and styling.
Once you have a CSS file created then you simply have to link or import it into your web page. Linking them looks like this in the HTML header:
Importing them looks like this in in the HTML Header:
Hope that helps!
Champagne N
2009-04-22 07:33:26 UTC
You use Notepad or some other text editor just like with HTML, only this time save it as style.css. Then you link it to your page by using the following script:
Did you need help coding something in particular?
Edison L
2009-04-22 07:15:20 UTC
put them at the
this is the basic one
ⓘ
This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.