HYPERTEXT & CODE: Background Color of Block

March 8th, 2009 by susan


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>

030809h

Comments are closed.