This browser does not support basic Web standards, preventing the display of our site's intended design. May we suggest that you upgrade your browser?
When designing a web page for UW-Eau Claire, you may want to include official UW-Eau Claire images or use UW-Eau Claire links for relevant and safe design choices. The following document is designed to help you access images, graphics, and colors through the University of Wisconsin-Eau Claire website.
In order to access University graphics and images, you must access the Web Development Services page.
Access the UW-Eau Claire homepage (http://www.uwec.edu)
From the navigation links, located on the left-hand side of the page, select A-Z index (http://www.uwec.edu/lists/)
On the A-Z site index page, under the W section, select Web Development Service (http://www.uwec.edu/webdev/)
You are now at the Web Development Services page.
The UW-Eau Claire Web Graphics page allows you to preview a number of University graphics. The beige column on the left lists the name of each corresponding graphic, and
the white column shows each graphic and displays its HTML code.
NOTE: The following assumes that you have already read Accessing UW-Eau Claire Web Development Services Page
On the Web Development Services page, from the Navigation bar, click Standards/Policies
On the Standards and Policies page, from the navigation links located on the left-hand side of the page, click UWEC Web Graphics
On the UW-Eau Claire Web Graphics page, after the introductory text, there is a chart of common University graphics.

After pasting the code for the image into your document, test the page using your browser to verify that the image will appear correctly. If the image is not a part of your collection, it will display as a missing image.![]()
NOTE: Before following these instructions, please read Accessing UW-Eau Claire Images and Graphics
From the HTML code of the image you would like to insert, highlight the image source
EXAMPLE: /Images/UWECWeb/uwec1.gif
From the Edit menu, select Copy
OR
Press [Ctrl] + [C]
Access the desired page in Dreamweaver
Set the insertion point where the image is to appear
From the Insert menu, select Image
OR
Press [Ctrl] + [Alt] + [I]
The Select Image Source dialog box appears.

In the URL text box, type the UW-Eau Claire homepage address (http://www.uwec.edu)
In the URL text box, after the UW-Eau Claire homepage address, paste the URL of the image by pressing [Ctrl] + [V]
EXAMPLE: Your complete URL should look like this: http://www.uwec.edu/Images/UWECWeb/uwec1.gif
Click OK
The Image Tag Accessibility Attributes dialog box appears.
In the Alternate text text box, type a descriptive name for your image
HINT: To ensure that the alternate text is descriptive, it is suggested that you copy and paste the alternate text located in the image's HTML code.
Click OK
The image will appear on the page.