Hello,
After trying the code Jolten posted again on all the modules, I found that it worked for all but 3-4 of them. For some reason, certain modules will not expand the full width unless they are hardcoded with a width specification.
I didn't add the width specification to the code Jolten supplied. Instead, I added it to the modules table width like this:
PHP Code:
<table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder"width="145">
Opposed to saying width="100%", those that won't expand to the same width as the others needs to be set as width="150", or whatever width in pixels your site requires. (Mine required "145" for the "buddies" module.)
Jolten also tried to help me on another site regarding this same issue. Just wanted to say thanks in this thread so the members knew that they could use this code, and also how to set the width so it displays correctly on those modules that are resilient. lol
Thanks again.