Print Page | Close Window

Needs Helps with Columns

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Web Design Discussion
Forum Description: Discussion on web design and development subjects.
URL: https://forums.webwiz.net/forum_posts.asp?TID=9898
Printed Date: 28 March 2026 at 2:48am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Needs Helps with Columns
Posted By: Misty
Subject: Needs Helps with Columns
Date Posted: 17 February 2004 at 1:30pm

I am having problems with columns on http://www.neamp.org - http://www.neamp.org .  The 2nd Column (Timothy's Column) is smaller than I specified it to be. I am pretty sure that the text on the middle column is causing the column to be smaller. Please look at http://www.neamp.org/default2.asp - http://www.neamp.org/default2.asp . This is the size that Timothy's column is supposed to be. Each column is supposed to be 263 in width.

The client uses a rich text editor to edit the content. How do I force the 1st column to stay 263 in width even if the client enters too much text?

Code for 1st Column: <tr>
          <td width="10" height="711">&nbsp;</td>
          <td width="263" valign="top"><%= Content %>&nbsp;</td>
        </tr>

Code for 2nd Column:

<tr>
                        <td width="17" height="799">&nbsp;</td>
                        <td width="263" valign="top"><font color="#666666"><%= HTMLBody %></font></td>
                        <td width="10">&nbsp;</td>
                     </tr>

 




Replies:
Posted By: KCWebMonkey
Date Posted: 17 February 2004 at 1:36pm

put a spacer image at the top of the TD to be sure you will have that allowable width.

<img src="spacer.gif" style="width: 263px; height: 1px;">



Posted By: Misty
Date Posted: 17 February 2004 at 1:55pm

Timothy's Column is wider now. But it has caused the column to move farther to the right. I don't want that to happen. How do I solve this problem?

Here's the HTML Code for the 2nd Column:

 <img src="spacer.gif" style="width: 263px; height: 1px;"><table width="100%" border="0" cellpadding="0" cellspacing="0" bgcolor="#CCCCCC">
        <!--DWLayoutTable-->
        <tr>
          <td width="11" height="13"></td>
          <td width="300"></td>
        </tr>
        <tr>
          <td height="809"></td>
          <td valign="top"><table width="100%" bordercolor="#990000" border="4" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
               <!--DWLayoutTable-->
               &nbsp; &nbsp;
               <tr>
   
                 <td width="290" height="801" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                     <!--DWLayoutTable-->
     
                     <tr>
     
                        <td width="17" height="799"></td>
                        <td width="263" valign="top"><font color="#666666"><%= HTMLBody %></font></td>
                        <td width="10">&nbsp;</td>
                     </tr>
                   </table></td>
               </tr>
             </table></td>
        </tr>
        <tr>
          <td height="55"></td>
          <td>&nbsp;</td>
        </tr>
      </table>




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net