Logo i toppen unden rykning af celler
Hej eksperter..Jeg skal have det her logo på i venstre hjørne at mit joomla script som du ser her neden under.. Men når jeg sætter billedet ind hopper alle mine celler en tak ned. Men billedet skal sidde ligesom på denne side: http://neu.mamboteam.com/index.php?mos_change_template=247shock_blue_453
Er her en der kan rette mit script for mig..?
Unicef billedet ligger her: http://marck.hotserv.dk/templates/2lounge/images/unicef.png
//Marck
-------------
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<?php
/**
* template_name - Mambo 4.5.1 template
* @version 4.5.1
* @copyright (C) 2005 by 2lounge
*/
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
$iso = split( '=', _ISO );
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php
if ( $my->id ) {
initEditor();
}
?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<?php mosShowHead(); ?>
<?php echo "<meta name=\"author\" content=\"www.2lounge.de\" />" ?> <?php echo "<link rel=\"stylesheet\" href=\"$GLOBALS[mosConfig_live_site]/templates/$GLOBALS[cur_template]/css/template_css.css\" type=\"text/css\"/>" ; ?>
</head>
<body background="templates/2lounge/images/bbg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="780" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="780" valign="top" bgcolor="#e0e0d5">
<table width="780" border="0" align="center" cellpadding="0" cellspacing="10" bordercolor="#e0e0d5" bgcolor="#e0e0d5">
<tr>
<td width="780" valign="top"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr bgcolor="#FAFAF4">
<td width="30%" height="70" align="right" bgcolor="#FFFFFF"><img src="templates/2lounge/images/plus.gif" width="47" height="70"></td>
<td width="70%" height="70" bgcolor="#FFFFFF" class="firm"></td>
</tr>
<tr>
<td height="30" colspan="2" bgcolor="#747465">
<?php mosLoadModules ( 'user3'); ?>
</td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF" width="780">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" bgcolor="#747465">
<?php mosPathWay(); ?>
</td>
</tr>
<tr>
<td height="100%" class="cont"><table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td>
<?php mosMainBody(); ?>
</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
<tr align="center" valign="top">
<td width="760">Copyright © 2005 - All Rights Reserved</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
