I think I may have an answer to your prayers. I had this problem just today and what I had to do was this. Go to styles > The style you modified > in the header >
Look for this
Code:
<!-- logo and buttons -->
<center><table bgcolor="{pagebgcolor}" class="bordert" border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr><td>
Change to this
Code:
<!-- logo and buttons -->
<center><table bgcolor="{pagebgcolor}" class="bordert" border="1" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr><td>