Step 10 - Adding Images via CSS

Images can be embedded in the web page via the CSS code. This is more complex but can offer great advantages. For example, the image can be changed from a horizontal image to a verticle image to fit the screen based on media screen code. The CSS instructs the image to change based on the size of the screen.

Image File Types

There are five different file types you can save an image as to use in a website. Having an understanding of those file types and their pros and cons will help you determine what type to save your images as depending on their purpose in the site.

Steps for Implementing an Image

Step 1: Determine the dimensions of when the image will be at its largest.

Step 2: Open Photoshop and create a new canvas at that size.

Step 3: Open image file and paste into new canvas.

Step4: Press "Command" + "T" to Free Transform the image. Scale it to fit the canvas.

Step 5: Save the file using the appropriate file type (see above). Save it into your images folder in your Main Site Root Folder. Name it carefully so you know where the image is going on your site. This helps with file organization.

Step 6: Open Dreamweaver. Insert the image into your html code or into your CSS rule.

Step 7: Set the width to 100% (or whatever percentage you feel is aesthetically pleasing), and set the height of the image to "auto". This ensures your image will scale proportionally and not looked stretched on any media screen.

Steps for Getting an Image Ready for Web Use

There are certain steps you must follow in order to prepare an image for web use. You will do these steps prior to doing the steps for implementing an image.

Always remember to save your raw files (unchanged and unedited) in a separate folder inside your Main Site Root Folder. Possibly title that folder "raw images" versus your "images" folder that the edited and implemented image files are saved in.

To place an image in your page do the following: