944,018 Members | Top Members by Rank

Ad:
Aug 13th, 2006
0

center table in background

Expand Post »
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>
Similar Threads
Reputation Points: 10
Solved Threads: 17
Posting Whiz in Training
shanenin is offline Offline
217 posts
since May 2005
Aug 13th, 2006
0

Re: center table in background

[html]
<style>
body {
background : url(images/tan-sponge.jpg) tan;
margin:0px;
padding:0px;
}
</style>
[/html]
Team Colleague
Reputation Points: 92
Solved Threads: 21
Posting Pro in Training
FC Jamison is offline Offline
436 posts
since Jun 2004
Aug 13th, 2006
0

Re: center table in background

Thanks :-) I got so much to learn.
Reputation Points: 10
Solved Threads: 17
Posting Whiz in Training
shanenin is offline Offline
217 posts
since May 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in HTML and CSS Forum Timeline: how to use css3 in firefox?
Next Thread in HTML and CSS Forum Timeline: Its urgent





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC