Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CSS help

Status
Not open for further replies.
<table style=&quot;background-color: blue;&quot;>

Or you can put the following in the <head>ing of the document:
<style type=&quot;text/css&quot;>
table {
background-color: blue;
}
</style>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top