|
| |
|
|
rage2001
Posts: 124 Joined: 1/12/2005 Status: offline
|
Table Question - 1/9/2006 9:01:07
Hello, I want to make a simple table. See the code below: <table cellpadding="0" id="contentTable"> <tr> <td class="mainContent" rowspan="2"> </td> <td class="partners"> </td> </tr> <tr> <td class="news"> </td> </tr> </table> So it is basically, 2 rows, the left side is 1 big column, and the right side is 2 rows. Ok, here is what I can't figure out. I want to design it so the left side (mainContent) can be any size. This is where the main content of the site will be placed. I want the right side top (partners) to be a fixed size of 100px lets say. And then I want the right side bottom (news) to be the rest of the space left over. the left side (mainContent) can be any size, because there will be different pages, with different content in them in this section. Can anyone help? Thanks Steve
|
|
|
|
SBO
Posts: 30 Joined: 12/30/2004 Status: offline
|
RE: Table Question - 1/9/2006 17:40:47
I'm not sure if I can help with all that you want but if you want a fixed row or coloum in Frontpage 2003 after you have inserted the table double click the td you want to be fixed and specify the width making sure you tick the nowrap tcik box. Or in code form. <td nowrap width="100px"></td>
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts
|
|
|