HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Fixed heights & rowspan
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
Fordhimself



Joined: 09 Jan 2005
Posts: 4
Location: Canada

PostPosted: Sun Jan 09, 2005 3:27 pm     Fixed heights & rowspan Reply with quote

Hi,

Alright I'm writing a website with an open forum to post topics on the front page. I have the content section of the site, and to the right of the content section are two partitions:




now I want the "filler" section to grow vertically when the content on the left increases. I tried not giving the filler section a height attribute, but that didn't work either. I have set both the height and width of the menu section, but I'm still stumped. I'm not sure how I can make the filler section expand.

Any help is muchly appreciated, Thanks...
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8260
Location: Castle Rock CO USA

PostPosted: Sun Jan 09, 2005 4:01 pm     Reply with quote



Something like:
Code:
<table border="0" width="1000" cellspacing="0" cellpadding="0">
   <tr>
      <td rowspan="2" width="800">&nbsp;</td>
      <td height="300" width="200">&nbsp;</td>
   </tr>
   <tr>
      <td width="200">&nbsp;</td>
   </tr>
</table>
Fordhimself



Joined: 09 Jan 2005
Posts: 4
Location: Canada

PostPosted: Mon Jan 10, 2005 7:33 pm     Reply with quote

I've tried that before, but it didn't work like I wanted...I think there are too many other random outside factors going into this, but I got it fixed with some css and taking out the "filler" <td> - it works nicely now, thanks for the help anyways...
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial