navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Table Question

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Table Question
Page: [1]
 
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>

(in reply to rage2001)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Table Question
Page: [1]
Jump to: 1





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