Assignment 2 - Add a background color to the slide

Your second assignment in this workshop is to add a choice of background color to the "slide" application. To do so you will have to edit the files:

c:\workshop\ws124\html\sugisrv\slide.htm

and

c:\workshop\ws124\slide.sas

Launch Notepad twice to edit the above files.


c:\workshop\ws124\html\sugisrv\slide.htm

Check to see that the HTML file contains:

Add a new <SELECT>....</SELECT> box for the background color. Use the name "BCOLOR" for this parameter.


c:\workshop\ws124\slide.sas

Hint: Look for the line which sets the title color:
goptions ctitle=%superQ(TCOLOR);

The goption for setting the background color is "cback"


testing

Be sure to save your changes in Notepad before testing. To test, click the link below.
c:\workshop\ws124\html\sugisrv\slide.htm

When you are done with this assignment, return to the outline