At the bottom of this page there is a listing for “Volunteer In USA”:
I can’t figure out why the line of links at the bottom extends past the container.
Its a line of links they should be collapsing in.
Thank E.
At the bottom of this page there is a listing for “Volunteer In USA”:
I can’t figure out why the line of links at the bottom extends past the container.
Its a line of links they should be collapsing in.
Thank E.
You have the same problem in at least three places on that page. It’s happening because there’s no space between the links, so the browser doesn’t have a place to do a line-break.
I didn’t realized the browser considered separate anchors one continuous string. Its a combination of UGC and auto formatting that strips tags on descriptions that is causing the problem. I’ll have to come up with some Javascript correction.
Thanks E
Any unbroken text will push out the side of the container. For IE and most other modern browsers you can do this.
#main_partner p{word-wrap:break-word}