Jump to content

Help with table sizing?


ChrisMartino

Recommended Posts

hi, screen shot is not available with your post so it is not possible to know the exact problem but as you have said the problem can be solved using width properties in the style attribute, but you should use a percentage value...like:

 

<table style="width:100%">

OR

<table width="100%">

 

this will expand the table to full width of the container in which table is designed and then set the columns text using valign properties...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.