Back to top

Autore Topic: Banner spostato a destra  (Letto 3342 volte)

Offline therimble

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Banner spostato a destra
« il: 30 Mar 2007, 20:00:49 »
Ciao a tutti...sono nuovo...ho un problema con l'homepage del mio sito:ho inserito un banner nella homepage e lo visualizzo bene...ma ho visto che il banner è spostato a destra della pagina e lascia alla sua sinistra un vuoto dove prima avevo il nome del sito ma che ora sn riuscito a togliere...nessuno mi sa dire il perchè e come faccio a spostare il banner completamente a sinistra?...grazie in anticipo delle risposte...ciao! Controllate voi e per favore fatemi sapere... www.mondofifa.altervista.org


ps chiedo scusa se ho sbagliato sezione ma ancora nn mi destreggio bene tra quelle del forum...

Offline maria.p

  • Abituale
  • ****
  • Post: 1045
    • Mostra profilo
Re: Banner spostato a destra
« Risposta #1 il: 30 Mar 2007, 20:28:56 »
allora senza sapere che template usi credo che la zona superiore sia divisa in 2, a sinistra uno spazio per il logo del sito e a destra un blocco per il banner, se levi il logo del sito non è che lo spazio si libera sarà sempre occupato a livello di struttura, il banner che hai inserito non è che sia proprio un banner (i banner sono + piccoli), è normale che se ne inserisci uno così grande esce fuori se tu avessi inserito un banner delle stesse dimensioni di quello originale del template non avresti avuto questo problema, comunque per farla breve bisogna modificare la struttura del template per unificare lo spazio in questione e far si che parta dal bordo sinistro.

Offline therimble

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Re: Banner spostato a destra
« Risposta #2 il: 30 Mar 2007, 21:23:41 »
ah...capito...e come si fa ad unificare la struttura?...ho provato dal pannello di amministrazione ma nn ci riesco...spero possa farmi capire...grazie 1000!

Offline maria.p

  • Abituale
  • ****
  • Post: 1045
    • Mostra profilo
Re: Banner spostato a destra
« Risposta #3 il: 30 Mar 2007, 21:28:58 »
devi fornirmi quantomeno il nome del template

Offline therimble

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Re: Banner spostato a destra
« Risposta #4 il: 30 Mar 2007, 21:37:22 »
go-vista...ti ringrazio tantissimo!
« Ultima modifica: 30 Mar 2007, 21:43:05 da therimble »

Offline maria.p

  • Abituale
  • ****
  • Post: 1045
    • Mostra profilo
Re: Banner spostato a destra
« Risposta #5 il: 30 Mar 2007, 21:47:57 »
così dovresti avere un blocco banner che va da lato a lato:
inserisci questo nell'index del template dal pannello di controllo:

<?php
/* *********************** NUTZUNGSBEDINGUNGEN & LIZENZ ***************************

Meine Templates stehen jedem frei zum Download und zur Modifikation zur Verfügung,
Ihr könnt ändern was ihr wollt und wie ihr wollt. In jedem Fall bestehen zu bleiben
hat der Link im Footer des Templates welcher zurück auf meine Seite führt.
Dieser Link darf in keinster Weise verändert werden - wem das nicht passt, muss meine
Templates ja nicht nutzen.

Wer den Link trotzdem entfernen will bekommt für eine Supportgebühr in Höhe von
20,- Euro/je Webseite (mehrere Domains erlaubt) die Elaubnis dies zu tun.

Mehr Infos zur Linkentfernung:
==============================

http://www.augs-burg.de

******************************** LICENSE **********************************

My templates are downloadable for everyone and for free. You are allowed
to modify this template to suite your needs and as you wish, the only thing not allowed
is removing the backlink to my site. You are allowed to remove this link if you pay
a support-fee of 20,- Euro.

More Info:
=============================
http://www.augs-burg.de

*/

defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
?>
<?php echo "<?xml version=\"1.0\"?>"; ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php mosShowHead(); ?>
<link href="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/css/template_css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" />
<script language="javascript" src="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/js/fix.js"></script>
</head>

<body>
<?php
   if($my->id){
       if($_REQUEST["task"] == "edit" || $_REQUEST["task"] == "new") {
           include ("editor/editor.php");
           initEditor();
       }
   }
   ?>
<table height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr class="noprint">
    <td width="15" height="20">&nbsp;</td>
    <td width="884" height="20">&nbsp;&nbsp;</td>
    <td width="15" height="20">&nbsp;&nbsp;</td>
  </tr>
  <tr class="noprint">
    <td width="15" height="30" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/topleftcornerdropshadow.jpg">&nbsp;</td>
    <td width="884" height="30" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/topdropshadow.jpg">&nbsp;</td>
    <td width="15" height="30" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/toprightcornerdropshadow.jpg">&nbsp;</td>
  </tr>
  <tr class="noprint">
    <td width="15" height="87" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/topleftdropshadow.jpg">&nbsp;</td>
    <td width="884" height="87" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/topblackgardient.jpg">
      <table width="100%" border="0" cellpadding="0" cellspacing="0">
         <tr>
                     <?php if ( mosCountModules( 'banner' ) ) { ?>
          <td valign="middle" align="center"><?php mosLoadModules ( 'banner', -2 ); ?>
         </td>
         <?php } ?>
      </tr>
    </table>
   </td>
    <td width="15" height="87" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/toprightdropshadow.jpg">&nbsp;</td>
  </tr>
  <tr class="vistauser3">
    <td width="15" height="33" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/bluegardientdropshadowleft.jpg">&nbsp;</td>
    <td width="884" height="33" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/bluegardientbg.jpg"><?php mosLoadModules ( 'user3', -1 );?></td>
    <td width="15" height="33" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/bluegardientdropshadowright.jpg">&nbsp;</td>
  </tr>
  <tr class="noprint">
    <td width="15" height="20" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/leftdropshadow.jpg">&nbsp;</td>
    <td width="884" height="20"><table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td width="230" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/bluegardientdropshadowlowerleft.jpg">&nbsp;</td>
        <td background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/bluegardientdropshadowmiddl.jpg">&nbsp;</td>
        <td width="230" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/bluegardientdropshadowlower.jpg">&nbsp;</td>
      </tr>
    </table></td>
    <td width="15" height="20" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/dropshadowright.jpg">&nbsp;</td>
  </tr>
  <tr>
    <td class="noprint" width="15" height="100%" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/leftdropshadow.jpg">&nbsp;</td>
    <td class="print" width="884" height="100%" align="left" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/mainbodybg.png" bgcolor="#e9f0f8">

<!--mainstart-->
<table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
  <?php if ( mosCountModules( 'left' ) && ($_REQUEST["task"] != "edit") && ($_REQUEST["task"] != "new" ) ) { ?>
    <td valign="top" width="215" class="vistaleft"><?php mosLoadModules ( 'left', -3 ); ?></td>
  <?php } ?>
    <td valign="top" class="vistamain">
   <?php if ( mosCountModules( 'top' ) && ($_REQUEST["task"] != "edit") && ($_REQUEST["task"] != "new" ) ) { ?>
<div class="vistatop">
      <?php mosLoadModules ( 'top', -1 );?>
</div><!--sitetop-->
<?php } ?>
   <?php mosMainBody(); ?>
   <?php if ( (mosCountModules( 'user1' ) || mosCountModules( 'user2' )) && ($_REQUEST["task"] != "edit") && ($_REQUEST["task"] != "new" ) ) { ?>
   <table width="<?php if ( mosCountModules( 'user1' ) && mosCountModules( 'user2' ) ) { echo "100%"; } else { echo "50%"; } ?>" border="0" cellspacing="0" cellpadding="0" style="margin-top:10px;" class="vistauser1user1">
      <tr>
         <?php if ( mosCountModules( 'user1' ) ) { ?>
         <td valign="top" class="vistauser1"><?php mosLoadModules ( 'user1', -3 ); ?></td>
         <?php } ?>
         <?php if ( mosCountModules( 'user2' ) ) { ?>
         <td valign="top" class="vistauser2"><?php mosLoadModules ( 'user2', -3 ); ?></td>
         <?php } ?>
      </tr>
   </table>
   <?php } ?>
   </td>
   <?php if ( mosCountModules( 'right' ) && ($_REQUEST["task"] != "edit") && ($_REQUEST["task"] != "new" ) ) { ?>
    <td valign="top" width="215" class="vistaright"><?php mosLoadModules ( 'right', -3 ); ?></td>
   <?php } ?>
  </tr>
</table>
<!--mainend-->

   </td>
    <td class="noprint" width="15" height="100%" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/dropshadowright.jpg">&nbsp;</td>
  </tr>
  <tr>
    <td class="noprint" height="34" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/footershadowleft.jpg">&nbsp;</td>
<td height="34" align="center" valign="middle" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template]; ?>/images/footer.jpg" class="vistafooter">
   <?php mosLoadModules ( 'footer', -2 ); ?>
<!-- Es ist Ihnen nicht gestattet, diese Zeilen zu löschen, verändern, oder an anderer Stelle anzubringen (siehe Lizenz - ab Zeile 2 in index.php des Templates). START -->
<!-- You're not allowed to delete, modify or replace these lines (see license - starting line 18 in index.php of the template). START -->
Design by <a href="http://www.augs-burg.de/" target="_blank">augs-burg.de[/url] & <a href="http://www.go-vista.de" target="_blank">go-vista.de[/url]
   </td>
    <td class="noprint" height="34" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/footershadowright.jpg">&nbsp;</td>
  </tr>
  <tr class="noprint">
    <td height="29" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/footershadowleftlower.jpg">&nbsp;</td>
    <td height="29" align="left" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/footerlower.jpg">&nbsp;</td>
    <td height="29" background="<?php echo $mosConfig_live_site;?>/templates/<?php echo $GLOBALS[cur_template];?>/images/footershadowrightlower.jpg">&nbsp;</td>
  </tr>
  <tr class="noprint">
    <td height="20">&nbsp;</td>
    <td height="20" valign="top">&nbsp;<?php mosLoadModules ( 'debug', -2 ); ?></td>
    <td height="20">&nbsp;</td>
  </tr>
</table>
<?php
#<!-- Es ist Ihnen nicht gestattet, diese Zeilen zu löschen, verändern, oder an anderer Stelle anzubringen (siehe Lizenz - ab Zeile 2). START -->
#<!-- You're not allowed to delete, modify or replace these lines (see license - starting line 18). START -->
?>
</body>
</html>

Offline therimble

  • Nuovo arrivato
  • *
  • Post: 4
    • Mostra profilo
Re: Banner spostato a destra
« Risposta #6 il: 30 Mar 2007, 22:42:44 »
Risolto!!!...Grazie 1000!!!

 



Web Design Bolzano Kreatif