function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Geetha ReddyGeetha Reddy 

auto align code in visualforce page

hi

 

I am generating a pdf using visualforce , while I am assinging td width in px so that it can be fixed width .

Now the data width id greater than width of td then it is distrubing alignment of other td and as well as table.

So can any one tell me that how can we fix the td width & word wrap to it.

 

Thank q in advance..

 

bob_buzzardbob_buzzard

I've had some success with the "table-layout:fixed" css style.  This tells the browser not to tweak the column widths to fit data.  I seem to recall it doesn't work on IE6 though.