|
WebWorks Publisher Cookbook code samples
Working with XML+CSS
Example 91
<html:body class="Background">
Example 92
.Background
{ background: url(graphic_name.gif);
font-family: Verdana, Arial, Helvetica, sans-serif; }
Example 93
{ background: url(http://www.company.com/graphic_name.gif);
Example 94
.Background
{ background: #hexcode;
font-family: Verdana, Arial, Helvetica, sans-serif; }
Top of page
Copyright © 2001 Scriptorium Publishing Services.
These code samples correspond to examples provided in The
WebWorks Publisher Cookbook. Cookbook owners may use this code
for their WebWorks Publisher projects.
|