http://www.icyphoenix.com/viewtopic.php?f=29&t=348&p=3084#p3084
-----------------------------------
Nikola
Mon 18 Sep, 2006 15:05

Re: Footer Not Displayed Correctly
-----------------------------------
magma, you can change width in that table, for example:
[hr]

[color=darkgrey]<td colspan="3" width="100%" id="copyright">
		<table cellspacing="0" cellpadding="0">
			<tr>
				<td nowrap="nowrap" align="left" width=[color=red]"290"[/color] valign="bottom">
					<span style="font-size: 9px; color: #888888;">Powered by <a href="http://www.icyphoenix.com/" target="_phpbbxs">phpBB XS 2</a> based on <a href="http://www.phpbb.com/" target="_phpbb">phpBB</a> &copy; phpBB Group<br />Design by <a href="http://www.phpbbstyles.com" target="_blank">phpBBStyles.com</a> | <a href="http://www.stylesdb.com" target="_blank">Styles Database</a><br />{TRANSLATION_INFO}
					</span>
				</td>
				<td nowrap="nowrap" width="100%" align="center">
					<center>
						<span style="font-size: 10px;"><b>{LOFI}</b></span>
						<!-- BEGIN generation_time_switch -->
						<span class="generation">{PAGE_GEN_TIME} <b>{GENERATION_TIME}s</b> (PHP: {PHP_PART}% SQL: {SQL_PART}%)<br />{SQL_QUERIES}: {NUMBER_QUERIES} - {DEBUG_TEXT} - {GZIP_TEXT} </span>
						<!-- END generation_time_switch -->
					</center>
				</td>
				<td nowrap="nowrap" width=[color=red]"290"[/color] align="right" valign="bottom">
					<span class="generation">
						<!-- BEGIN cback_cracker_tracker -->
						{cback_cracker_tracker.CTRACKER_FOOTER}&nbsp;
						<!-- END cback_cracker_tracker -->
					</span>
				</td>
			</tr>
		</table>
	</td>[/color]


