Background Codes and Wallpaper for HTML Color Code #EDF0F4 http://www.artscape.us/
Setting Style Tags Place between <head></head> <style>body {scrollbar-arrow-color: #5B5959; font-family: times; scrollbar-darkshadow-color: #000000; scrollbar-base-color: #ececec; background-color: #235899} a {color: #BBD6F4;text-decoration:none} a:hover{font-weight:bold}</style>
Place between <head></head>
<style>body {scrollbar-arrow-color: #5B5959; font-family: times; scrollbar-darkshadow-color: #000000; scrollbar-base-color: #ececec; background-color: #235899} a {color: #BBD6F4;text-decoration:none} a:hover{font-weight:bold}</style>
Setting Body Tag Place directly below headers. (<head></head>) <body style="font-family: tahoma" background="image-url.gif" bgproperties="fixed">
Place directly below headers. (<head></head>)
<body style="font-family: tahoma" background="image-url.gif" bgproperties="fixed">
Creating Tables with Background Place background="image_url.gif" in either the <tbody> (to cover entire body of table) or <td> (for single cell) <table cellspacing="0" cellpadding="1" align="center" border="1"> <tbody style="font-size: 11" bgcolor="#edf0f4"> <tr> <td background="image_url.gif" style="width:100; height: 100"> </td> </tr> </tbody> </table>
Place background="image_url.gif" in either the <tbody> (to cover entire body of table) or <td> (for single cell)
<table cellspacing="0" cellpadding="1" align="center" border="1"> <tbody style="font-size: 11" bgcolor="#edf0f4"> <tr> <td background="image_url.gif" style="width:100; height: 100"> </td> </tr> </tbody> </table>
Download the alphabet icons A-Z (10 K download). Favicons are used when visitors bookmark a webpage, and prevent a 404 server error. For more information on favicons.