I have this page that uses dynamically created content. The content is in a table and the length of the content varies based upon what the user changes in the settings page. The list is a list of the users links. Name on left and link on right. I was wondering if there is a reliable way to dynamically set the width based on text length of the left side which is the name of the link? I would of course use the longest length of the string. That is the only side that really matter. Thanks for the reply.
I can not believe no one has a suggestion of any kind. If there is even a minor suggestion like forget about it I would appreciate it.
Try setting the width of the specific field in the table to width: auto; If that doesn't work, then I don't know if it's possible.