I need help learning about tables. |
![]() ![]() |
I need help learning about tables. |
Jun 21 2008, 11:06 AM
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 292 Joined: Jul 2007 Member No: 545,047 |
Edited: I have a question now.
Here's my code. I want to make the first table continue down behind everything else to the bottom of the page. It's just a white background thing with gray borders on both sides. Help? CODE <style type="text/css">
body { background:Url("http://i27.tinypic.com/wm1an5.png"); background-repeat: repeat; margin: 0px 0; font-family: trebuchet ms, sans serif; font-size: 12px; color: #F281A8; text-align: justify; line-height: 11px; width: 1000px; } h1 { color: #D2E7B7; font-size: 18px; line-height: 20px; font-weight: normal; background-color: transparent; letter-spacing:0px; font-family: arial; text-transform: uppercase; text-align: center; text-transform: none; text-transform: uppercase; } </style> <table width="855" align="center" style="border-right:#D7D7D7 3px solid; border-left:#D7D7D7 3px solid;" bgcolor="#FFFFFF"> <tr> <td><center><img src="http://i31.tinypic.com/vpezk1.jpg"></center></td> </tr> </table> <table width="849" align="center" border="1"> <tr> <td width="200"><h1>Updates</h1></td> <td width="633"> </td> </tr> <tr> <td> </td> <td> </td> </tr> </table> |
|
|
|
Jun 21 2008, 03:40 PM
Post
#2
|
|
![]() ;) ![]() ![]() ![]() ![]() ![]() ![]() Group: Duplicate Posts: 2,374 Joined: Feb 2004 Member No: 3,760 |
You should make the second table within the first table if you want the first one to extend behind the second one.
You can do something like this. <table id="first table"> <tr> <td> whatever </td> </tr> <tr> <td> - C/P SECOND TABLE - </td> </tr> </table> |
|
|
|
Jul 21 2008, 01:11 PM
Post
#3
|
|
|
Helper ![]() ![]() ![]() ![]() Group: Member Posts: 220 Joined: Mar 2004 Member No: 6,673 |
If you'd like to learn about tables you can try this new site. There are descriptions, code and examples hopefully this will help you.
http://www.codeitall.com/Formatting.php#usingtables |
|
|
|
Apr 2 2010, 01:00 PM
Post
#4
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed, and Moved to Resolved Topics. Please PM a moderator if you would like this reopened.
|
|
|
|
![]() ![]() |