Fixed Column width in views withh css on the web

Hello,

how can I create fixed colum widhts in notesviews with css on the web?

Thank you very much in advance for your help.

Greetings

Raul

Subject: Fixed Column width in views withh css on the web

If you’re not having luck with just setting the column width, then you’ll need to have the view treated as HTML and then create tags at the beginning of a row, tags at the end of the row, and tags around the data in columns.

In your td you can use something like to set the width. Or you can use a class and try to get Firefox to obey the width rule. IE is easy in this regard, but they complain it’s non-compliant with the CSS standard (which doesn’t included tag widths, for example).

Subject: RE: Fixed Column width in views withh css on the web

Hi Rob,

thank you very much for your help.

Greetings

Raul