I have modified XTemplate to produce a new fixed-width layout,
and all works fine but locale module which is stretching the layout.
Not on it's first page, but after search when it populates the table with
locale terms.
Looking at the HTML output I can see where the problem starts, but I just can't
find the solution, tried everything I could think of for the past 2 days. Now I am really getting desperate.
HTML Output looks like this:
<div id="help">The locale module handles translations into new
languages. It also enables you to add jargon,
slang or other special language as fits the web site.
For each language you want to support, a line needs to
be added to your configuration file.<br>
</div>
This part is still OK, and now the problem follows:
<!- begin content ->
<table >
<tr><th>string</th><th>languages'</th><th colspan="2">operations</th> </tr>
<tr class="dark"><td><br /><small><i>/beautymag/admin/system/modules</i></small>
</td>
<td
align="center"><strike>hr</strike> <strike>en</strike> </td><td
nowrap="nowrap"><a href="admin/locale/edit/399">edit
locale</a></td><td nowrap="nowrap"><a href="admin/locale/delete/399">
delete
locale</a></td> </tr>