Change the width of a list results page.

Just...

width: 100px;

... or ...

width: 20%;

... in the heading and column CSS should do it. The 'column-width' attribute suggested by suggested by rackem, while valid, wouldn't work in some common browsers, like any IE version prior to 10.

Also, just as something worth remembering when adding that styling, remember that it is inserted as a style="foo:bar;" and NOT as attributes on the table row (tr) tag itself. So you can't use HTML table specific attributes, only generic CSS styling.

-- hugh
 
Hi,

I finally got the width fixed using the width: 100px; suggested by Hugh. I want to thank everyone who offered solutions to this.

Thanks,
Anna
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top