Salve a tutti ho un problema con questo template,guardate
http://www.iopesco.altervista.org/index.php,innanzi tutto dovrei inserire nella parte destra(affianco al banner) il modulo annunci,in modo che si adatti alla risoluzione dello schermo,cioè se si ha la risoluzione impostata su 800 x 600,dovrebbe entrarci preciso,se invece la risoluzione e di 1024 x 768,lo spazio si allarga e il modulo annunci dovrebbe occupare tutto quello spazio.
Poi dovrei togliere quello spazio vuoto sopra l'ora e inserirci l'orologio,e per finire vorrei inserire un immagine oppure un icona con il caricamento della pagina,al posto della pagina blu che si vede quando si passa da una pagina ad un'altra.
L'index.php del template:
<?php echo "<?xml version=\"1.0\"?".">"; ?>
<?php defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); ?>
<!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>
<title><?php echo $mosConfig_sitename; ?></title>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php
if ($my->id) {
include ("editor/editor.php");
initEditor();
}
?>
<?php include ("includes/metadata.php"); ?>
<script language="JavaScript" type="text/javascript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link href="<?php echo $mosConfig_live_site;?>/templates/allm_classy/css/template_css.css" rel="stylesheet" type="text/css" />
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0" class="main">
<tr>
<td><table width="90%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/logo_right.gif"></td>
<td width="605" height="150" align="left" valign="bottom" background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/logo.gif" class="date">
<p align="left"></p>
</td>
<td background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/logo_right.gif"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="1" cellpadding="1">
<tr>
<td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/menu_bck.gif"> </td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="19" background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/path.gif" class="pathway">
<?php include "pathway.php"; ?> </td>
</tr>
</table>
<?php
if ($option == "com_frontpage") { ?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="169" bgcolor="#7EA1BD"> </td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="10" valign="top"><img src="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/welcome_left.gif" width="10" height="76" /></td>
<td valign="top" background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/welcome_bck.gif" class="welcome"><img src="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/welcome_img.gif" width="307" height="20" /><br />
Nel sito di iopesco. </td>
<td width="76" valign="top"><img src="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/welcome_right.gif" width="83" height="76" /></td>
</tr>
</table></td>
<td width="9" bgcolor="#7EA1BD"> </td>
</tr>
</table>
<?php }
else {
} ?>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="169" align="center" valign="top" bgcolor="#7EA1BD"><table width="157" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php mosLoadModules ( 'left' ); ?>
<?php mosLoadModules ( 'user1' ); ?>
</td>
</tr>
</table></td>
<td width="25" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/main_left.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/main_left.gif" width="25" height="14" /></td>
<td valign="top" bgcolor="#DBE7F2">
<?php include_once ("mainbody.php"); ?>
</td>
<td width="25" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/main_right.gif"><img src="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/main_right.gif" width="25" height="14" /></td>
<?php if (mosCountModules( "right" )) { ?>
<td width="170" align="center" valign="top" bgcolor="#7EA1BD"><table width="157" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<?php mosLoadModules ( 'right' ); ?>
<?php mosLoadModules ( 'user2' ); ?>
</td>
</tr>
</table></td>
<?php } ?>
</tr>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="<?php echo $mosConfig_live_site;?>/templates/allm_classy/images/footer_bck.gif">
<tr>
<td width="5"> </td>
<td valign="top"> </td>
</tr>
</table>
</td>
</tr>
</table>
</map>
</body>
</html>