Results 1 to 2 of 2

Thread: how can i make the table size fixed...the width of the table is getting changed......

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2000
    Posts
    8
    how can i make the table size fixed...the width of the table is varied......according to the data driven from the table.
    how can i make the table & column length fixed

    susha

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Set the width of the table and the TD tags with the width attribute.

    <TABLE cellpadding=0 cellspacing=0 border=0 width=600px>
    <TR>
    <TD width=200px>whatever</TD>
    <TD width=200px>whatever</TD>
    <TD width=200px>whatever</TD>
    </TR>
    </TABLE>
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width