How to manually change the width of a specific column in a table placed inside the table plus macro?
If I understand your question, I struggled with this for a 13 column table. I tried the example answer which was to add CSS to the Column attributes section suchas: style=width:50px;,style=width:50px;
But this did nothing to control my columns from collapsing and word wrapping. Over 13 column table it was a total hit and miss.
What finally did the trick was using the min-width attribute. Ex. style=min-width:50px;,style=min-width:70px;
If the browser window cant fit it all, then the horizontal scroll bar appears at the bottom.
HTH.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.