HYPERTEXT & CODE: Background Color of Block
Oh goody–one more feat accomplished; figured the way to put a different color behind the text within a column, or block. All it calls for is this code in the <head> section of the individual html, without any change in the css sheet:
<style type=”text/css”>
#right {
background: #999999;
}
</style>