Witam!
Nic ostatnio mi nie wychodzi...
Mój problem to stopka, a mianowicie wygląda to tak:
A chciałem przerobić na taką:
- żeby stopka nie wychodziła za pole z forum, czyli kończyła się tam gdzie zaczyna panel,
- była niższa,
- i Powered by.... było wyrównane do lewej.
Wszystko widać na obrazku drugim.
Zaradzi ktoś coś na to?
Mój render_footer:
function render_footer($license=false) {
global $theme_width,$settings,$locale;
echo "</tr>\n</table></div>\n";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'><tr>";
echo "<td class='td1'>";
echo "<table height='100%' cellSpacing='1' cellPadding='1' width='100%' border='0'><tr>";
echo "<td colSpan='3'>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' align='center' border='0'><tr>";
echo "<td width='100%' colSpan='3'>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' align='center'><tr>";
echo "<td><img src='".THEMES."Uriah_Heep/images/head-top-left.gif' width='4' height='1'></td>";
echo "<td width='100%' background='".THEMES."Uriah_Heep/images/head-top.gif' class='td2'>";
echo "<img height='1' src='".THEMES."Uriah_Heep/images/spacer.gif' width='100%'></td>";
echo "<td><img src='".THEMES."Uriah_Heep/images/head-top-right.gif' width='4' height='1'></td></tr></table>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'><tr>";
echo "<td background='".THEMES."Uriah_Heep/images/head-side-left.gif'>";
echo "<img src='".THEMES."Uriah_Heep/images/head-side-left.gif' width='4' height='3'></td>";
echo "<td width='100%'>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' border='0'><tr>";
echo "<td width='100%'>";
echo "<table cellSpacing='1' cellPadding='0' width='100%' class='td2' border='0'><tr>";
echo "<td width='100%' class='td2'>";
echo "<table style='padding-top:6px; padding-bottom:6px;' height='50' cellSpacing='0' cellPadding='0' width='100%'><tr>";
echo "<td style='padding-left:4px;' align='left' width='20%'>";
echo "<td align='left' width='60%'>".stripslashes($settings['footer'])."<br />\n";
if ($license == false) {
echo "<span class='pName'>Powered by <a href='http://www.php-fusion.co.uk' target='_blank'>PHP-Fusion</a> v".$settings['version']." © 2003-2005</span><br /><br />\n";
}
echo "</td>";
echo "</td></tr></table>";
echo "</td></tr></table>";
echo "<td background='".THEMES."Uriah_Heep/images/head-side-right.gif'>";
echo "<img src='".THEMES."Uriah_Heep/images/head-side-right.gif' width='4' height='1'></td></tr></table>";
echo "<table cellSpacing='0' cellPadding='0' width='100%' align='center'><tr>";
echo "<td width='6' class='td1'>";
echo "<img src='".THEMES."Uriah_Heep/images/footer-left.gif' width='4' height='3'></td>";
echo "<td width='100%' background='".THEMES."Uriah_Heep/images/footer-bg.gif' class='td2'>";
echo "<img height='1' src='".THEMES."Uriah_Heep/images/spacer.gif' width='100%'></td>";
echo "<td width='6' class='td1'>";
echo "<img src='".THEMES."Uriah_Heep/images/footer-right.gif' width='4' height='3'>";
echo "</td></tr></table></td></tr></table>";
}
PW od moderatora:
- Zmiana nazwy tematu - Pieka 28.05 - 17:03
Edytowane przez Szapko dnia 28.05.2008 17:04:08
|