Witam. Mam pewien problem :)
Nie wiem czy temat dobry, jak coś to proszę zmienić przez administratora/moderatora.
Jak zrobić aby:
Obrazek był jako TŁO... tzn. mam takie coś:
I chce pod ten zaznaczony obszar wkleić obrazek :)
Np. Taki: (Robiony na szybko w paincie :) )
Można powiedzieć jaki skrypt wstawić? :)
Proszę o DOKŁADNY skrypt.
Dodaje kod THEME.PHP (ten kawałek) i gdzie to wkleić :) (SKRYPT)
function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink,$db_prefix;
$ile = dbquery("SELECT count(user_id) FROM ".$db_prefix."users");
echo "<table align='center' class='bodyline' width='$theme_width' cellspacing='0' cellpadding='0' border='0'>";
echo "<tr><td class='bodyline-top-left' width='30' height='30' nowrap='nowrap'></td><td class='bodyline-top' height='30'></td><td class='bodyline-top-right' width='30' height='30' nowrap='nowrap'></td></tr>\n";
echo "<tr><td class='bodyline-left' width='30' nowrap='nowrap'></td><td>";
echo "<table align='center' class='bodyline' width='$theme_width' cellspacing='0' cellpadding='0' border='0'>";
echo "<table width='100%' border='0' cellspacing='0' cellpadding='0'><tr>";
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width'>";
echo "<table align='center' cellspacing='0' cellpadding='0' width='100%' height='100' border='0'>
<td aling='left' width='20' height='100'>
</td>
<div style=\"padding-left: 0px; padding-right: 0px\">
Witamy na <span style=\"color: #c60000\"><B>ePortal</B></SPAN>.Pl. | Zarejestrowaych użytkowników: <FONT COLOR=BLUE>".dbresult($ile, 0)."</FONT> | Unikalnych wizyt: <FONT COLOR=BLUE>".$settings['counter']."</FONT>
</div>
<td align='left'>
<img border='0' src='".THEME."images/banner.png' >
</td>";
require_once "".THEME."logowanie.php";
echo "<td aling='right' width='20' height='100'>
</td>
</table>";
Chyba mnie czaicie :)
Więc proszę o szybką odpowiedź
OK MOŻNA ZAMKNĄĆ
Edytowane przez Darekkk_ dnia 22.08.2008 13:19:31
|