center table in background

Reply

Join Date: May 2005
Posts: 215
Reputation: shanenin is an unknown quantity at this point 
Solved Threads: 16
shanenin shanenin is offline Offline
Posting Whiz in Training

center table in background

 
0
  #1
Aug 13th, 2006
I have been messing around trying to figure out some basics of html/css. I have a tan background with a white table. I want the background only to show up on the left and right sides(table is centered). The problem is the background is showing up on the top and bottom also. Why is it doing this? How can I fix it?

HTML and CSS Syntax (Toggle Plain Text)
  1. <html>
  2. <head>
  3. <title>test page</title>
  4.  
  5. <style>
  6. body { background : url(images/tan-sponge.jpg) tan }
  7. </style>
  8. </head>
  9.  
  10. <body>
  11.  
  12. <div align="center">
  13. <table style="height: 100%;" valign="top" bgcolor="#ffffff" border="0" cellpadding="0" cellspacing="0" width="752">
  14. <tr>
  15. <td>
  16. </td>
  17. </tr>
  18. </table>
  19. </div>
  20.  
  21. </body>
  22. </html>
In a perfect world exceptions would not be needed.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 434
Reputation: FC Jamison is on a distinguished road 
Solved Threads: 20
Team Colleague
FC Jamison's Avatar
FC Jamison FC Jamison is offline Offline
Posting Pro in Training

Re: center table in background

 
0
  #2
Aug 13th, 2006
[html]
<style>
body {
background : url(images/tan-sponge.jpg) tan;
margin:0px;
padding:0px;
}
</style>
[/html]
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 215
Reputation: shanenin is an unknown quantity at this point 
Solved Threads: 16
shanenin shanenin is offline Offline
Posting Whiz in Training

Re: center table in background

 
0
  #3
Aug 13th, 2006
Thanks :-) I got so much to learn.
In a perfect world exceptions would not be needed.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum


Views: 3089 | Replies: 2
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC