Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: HTML Tables


Message #1 by "Simon Robinson" <srobinson@g...> on Fri, 24 Jan 2003 10:38:31 -0000
in the [table] tag add the following bit 'width="100"' where the 100 is the 
pixel width of the table.

So it should look like this:

[table width="100"] (replace [ with < and ] with >)

If you have any of the cells (td tags) set to 'no wrap' then it may overide 
the table width setting if the contents of the cell force the width past the 
table width.

If that doesn't work then send me the html from the page and I can look to 
see what's going on with it.

Dave(Hobbes)
rwaters44@h...

-"The Great Hyperbolic Omni-Cognate Neutron Wrangler" ... "could talk all 
four legs off an Arcturan Mega-Donkey - but only I could pursuade it to walk 
afterward."





----Original Message Follows----
From: "Simon Robinson" <srobinson@g...>
Reply-To: "professional vb" <pro_vb@p...>
To: "professional vb" <pro_vb@p...>
Subject: [pro_vb] HTML Tables
Date: Fri, 24 Jan 2003 10:38:31 -0000

Hi All,

Does anyone know how to restrict the width of html tables? I make the
table a specific pixel width, but the content that I am pulling from a
record set seems to dictate the with on a per record basis, so the each
row in the table becomes a different length!

I would really appreciate some help if anyone has got any ideas...

Cheers,

Simon.





_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


  Return to Index