Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 4th, 2004, 02:57 PM
amc amc is offline
Authorized User
 
Join Date: Feb 2004
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Default Blocking tables size

I would like to create a table whose sizes (cells and total table) are absolutely fix, without autosize feature turned on, without the "liquid table" feature....

I read that there are only 2 ways to do so: CSS and inserting gif images.

Provided the size is the "MINIMUM" size, why a gif will prevent a column to be further expanded in width?

And second, if there is really no other way to "block" all the table, might I please get a guideline on how to do that in CSS? . By the way, the table will be used for layout purposes, and will not be a "simple" table (no 3 x 2, but 8 x 20, or something like that, with several cells combined in one, etc....

thanks


thanks
antonio
__________________
thanks
antonio
 
Old May 4th, 2004, 02:59 PM
Friend of Wrox
 
Join Date: Nov 2003
Posts: 1,285
Thanks: 0
Thanked 2 Times in 2 Posts
Default

I think you should use this CSS:

.table1 { overflow:hidden; word-wrap:break-word; }

HTH,

Snib

<><





Similar Threads
Thread Thread Starter Forum Replies Last Post
Blocking a user in LAN dvp10 .NET Framework 2.0 6 September 16th, 2009 08:40 AM
blocking of page in IE austinf Javascript 0 March 13th, 2007 08:23 AM
Blocking a process before it runs asidre Other Programming Languages 0 August 11th, 2006 01:35 AM
Locking / Blocking issues Anantsharma SQL Server 2000 0 January 6th, 2006 05:02 AM
Blocking user accounts Ben Horne Forum and Wrox.com Feedback 10 April 29th, 2004 10:19 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.