Art,
I looked into this.
Bottom Line: I believe this is related to the long URLs in the middle columns intended to provide reference pages for the members regarding the different meeting roles.
The issue is caused by a combination of browser word-wrapping behavior and how the table width is determined.
Different browsers will do word-wrapping in very slightly different ways that the average user will not notice, except in outlier cases like this. (As you see by viewing in different browsers.) The really long word (or URL in this case) is one of those outlier cases that tends to cause problems.
I already have the table set for 100% width. However, some browsers treat this as fixed and unchangeable, and other browsers treat it as a "suggested target width".
I can tell the browser to break in the middle of words, but that will likely cause problems for other parts of the text in that column.
I can tell the browser not the widen the middle column to accommodate the URLs, but you would see that those URLs are just extended to the next column (at least I see that in IE11).
In the future, I probably will put % limits on the column widths instead of allowing them to float like now. However, that will require some testing with the layout in different browsers to make sure it doesn't break something else. (table layouts can be very challenging)
In the meantime, this club can either put a space somewhere in the middle of the URLs to tell the browser where to break the line, or they can make these into real, live links using the [
/url] bbcodes that I added support for a few months ago and posted a message about. If they did the [
/url] approach, the links would work, and they could show a shorter piece of text in place of the url (e.g., a link entitled Toastmaster Role Description). The latter would be my recommendation.
There is an online reference (not ours) for using the [
/url] bbcode:
www.bbcode.org/examples/?id=9