Status: offline

HenrikOxUK

Forum User
Newbie
Registered: 02/03/04
Posts: 3
We're trying to make a custom theme for our new site SoftwareFreedomDay.org based on Smooth blue. In Internet Explorer there are two problems:

1. The stories lign up below the blocks (see image)
2. The story blocks go off to the right no matter how big you make the window (see image)

These issues are not a problem in Mozilla or Konqueror, nor in the original Smooth Blue theme. Any tips?

Also the bottom part of the last story does sometimes not line up (see image)

The storytext.thtml looks like this:
Text Formatted Code
<!-- ARTICLE START -->            
<table align="center" border="0" cellpadding="3" cellspacing="0" width="95%" class="fullbox">
  <tr>
    <td class="featureheader" align="left"> <b>{story_title}</b></td>
    <td class="featureheader" align="right">{email_icon} {print_icon} </td>
  </tr>
</table>
<table align="center" border="0" cellpadding="2" cellspacing="0" width="95%" class="midbox">
  <tr>
    <td align="right" class="content"> Author: </td>
    <td class="content" colspan="2" width="100%">{start_contributedby_anchortag}{contributedby_user}{end_contributedby_anchortag}</td>
  </tr>
  <tr>
    <td align="right" class="content"> Dated: </td>
    <td class="content" colspan="2">{story_date}</td>
  </tr>
  <tr>
    <td align="right" class="content"> Viewed: </td>
    <td class="content">{story_hits} times</td>
    <td align="right">{edit_link} </td>
  </tr>
</table>
<table align="center" border="0" cellpadding="5" cellspacing="0" width="95%" class="fullbox">
  <tr>
    <td colspan="2" class="content">{story_anchortag_and_image}{story_introtext}{story_bodyhtml}</td>
  </tr>
</table>
<table align="center" border="0" cellpadding="0" cellspacing="0" width="95%">
  <tr>
    <td><img src="{layout_url}/interface/blank.gif" width="7" height="7" alt="" border="0"></td>
    <td class="shadow-mid" colspan="2" width="100%"><img src="{layout_url}/interface/blank.gif" width="7" height="7" alt="" border="0"></td>
    <td><img src="{layout_url}/interface/blank.gif" width="7" height="7" alt="" border="0"></td>
  </tr>
</table>
<!-- ARTICLE END -->

 

Let me know if I should post any other relevant code. Thanks.

Status: offline

HenrikOxUK

Forum User
Newbie
Registered: 02/03/04
Posts: 3
Oops, that last url should be this.