View Single Post
  #18 (permalink)  
Old 08-08-2007, 10:37 AM
nnraja nnraja is offline
D-Web Programmer
 
Join Date: May 2007
Posts: 94
nnraja is on a distinguished road
Default Tables can have background images too

Just as you can add background images to your web pages, now you can add background images to your individual tables. Although Navigator 3.x and lower versions doesn't support this feature at the moment, you may still be able to use table backgrounds to give something extra for Internet Explorer users; without loosing any important information when viewed using any other browser.


<TABLE BACKGROUND="MyTableBackground.gif" >



<!-- rest of the table goes here -->
<!-- without any modifications ---->


</TABLE>As you can see, the only change you have to make is add the "BACKGROUND" tag to the opening "TABLE" tag.
Reply With Quote