Xooit.com

Aide et Support

[XOU-IT]

All times are GMT + 1 Hour


probleme banniere

 
Post new topic   Reply to topic
 
Author Message
joshua87
PostPosted: Thu 28 Aug 2008 - 20:27    Post subject: probleme banniere Reply with quote

Hello

alors j'ai un petit problème qui est le suivant:

Alors comme vous pouvez le voire j'avais déjà poster sur le forum pour mettre une banniere.
Mais cette fois c'est autre chose

Vu que j'ai mis une bannière via une template je ne peut plus la mettre via le menu


panneau d'admin
Modifié images
etc...

Donc je voudrai savoir comment faire car je ne retrouve plus le code pour l'effacer Crying or Very sad Crying or Very sad

PS:Voici ma template overall_header.tpl (Ma décharge ^^)


 
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!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" dir="{S_CONTENT_DIRECTION}">
<head>

 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 {META}
 {NAV_LINKS}
 <title>{SITENAME} :: {PAGE_TITLE}</title>
 <link rel="stylesheet" href="http://img9.xooimage.com/files/c/o/counterstrike-9104f.css" type="text/css" />
 <!-- BEGIN switch_enable_pm_popup -->
 <script type="text/javascript">
 <!--
  if ( {PRIVATE_MESSAGE_NEW_FLAG} )
  {
   window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
  }
 //-->
 </script>
 <!-- END switch_enable_pm_popup -->
</head>
<body onunload="bye()">
<a nme="top" id="top">[/url]
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
 
</tr>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;Forum d'aide pour votre forum&nbsp; •&nbsp; {L_SEARCH}
&nbsp;• &nbsp;{L_MEMBERLIST}&nbsp; • 
&nbsp;{L_USERGROUPS}
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;{L_REGISTER}
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;{L_PROFILE}&nbsp; • &nbsp;{PRIVATE_MESSAGE_INFO}&nbsp;
• &nbsp;{L_LOGIN_LOGOUT}</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<center>

<small>Get your own Chat Box! Go Large!</small>

</center>
<html>
<Body>


  <center>
  <table width="325" height="257" style="border-collapse:collapse" bgcolor="#0099FF" bordercolor="#111111" cellpadding="0" cellspacing="0">
    <tr>
      <td width="500" height="257">
       
<font face="Tekton" size="3">Cliques sur un carré pour commencer</font>
<form name=game>
<table border=0>
<td>
<table border=1>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</td>
<td>
<table height="356">
<tr>
  <td colspan="2" align="center" height="79"></td>
</tr>
<tr>
  <td colspan="2" align="center" height="21"><font face="Tekton">SCORES</font></td>
</tr>
<tr><td height="25"><input type=text size=5 name=you></td><td height="25"><font face="Tekton">Toi</font></td></tr>
<tr><td height="25"><input type=text size=5 name=computer></td><td height="25"><font face="Tekton">Ordinateur</font></td></tr>
<tr>
  <td height="25"><input size=5 name=ties></td><td height="25"><font face="Tekton">Nul</font></td>
</tr>
<tr>
  <td colspan="2" align="center" height="40"><font color="#FF6600"><font size="4">©</font><font size="2">
    2004</font>
<font size="4"> lpv</font></font></td>
</tr>
<tr>
  <td colspan="2" align="center" height="113">vous pouvez mettre ici votre logo</td>
</tr>
</table>
</td>
</table>


<input type=button value="Jouer encore" onClick="playAgain();" style="border: 5px double #000000; ">
<input type=button value="Aide " onClick="help();" style="border: 5px double #000000; ">
<input type=button value="Retour sommaire" onClick="sommaire();" style="border: 5px double #000000; ">

</form>
</td>
    </tr>
  </table>
  </center>


<script>
function innerCalendarCode() {

    function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) {
        this[0] = m0;
        this[1] = m1;
        this[2] = m2;
        this[3] = m3;
        this[4] = m4;
        this[5] = m5;
        this[6] = m6;
        this[7] = m7;
        this[8] = m8;
        this[9] = m9;
        this[10] = m10;
        this[11] = m11;
    }


    function calendar() {
        var monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
        var today = new Date();
        var thisDay;
        var monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
        year = today.getYear();
        if (year <= 200) {
            year += 1900;
        }
        thisDay = today.getDate();
        if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) {
            monthDays[1] = 29;
        }
        nDays = monthDays[today.getMonth()];
        firstDay = today;
        firstDay.setDate(1);
        testMe = firstDay.getDate();
        if (testMe == 2) {
            firstDay.setDate(0);
        }
        startDay = firstDay.getDay();
        document.writeln("<CENTER>");
        document.write("<TABLE BORDER='1' BGCOLOR=White>");
        document.write("<TR><TH COLSPAN=7>");
        document.write(monthNames.substring(today.getMonth() * 3, (today.getMonth() + 1) * 3));
        document.write(". ");
        document.write(year);
        document.write("<TR><TH>Sun<TH>Mon<TH>Tue<TH>Wed<TH>Thu<TH>Fri<TH>Sat");
        document.write("<TR>");
        column = 0;
        for (i = 0; i < startDay; i++) {
            document.write("<TD>");
            column++;
        }
        for (i = 1; i <= nDays; i++) {
            document.write("<TD>");
            if (i == thisDay) {
                document.write("<FONT COLOR=\"#FF0000\">");
            }
            document.write(i);
            if (i == thisDay) {
                document.write("</FONT>");
            }
            column++;
            if (column == 7) {
                document.write("<TR>");
                column = 0;
            }
        }
        document.write("</TABLE>");
        document.writeln("</CENTER>");
    }

    calendar();
}


  innerCalendarCode();</script>




<font size='1' color ='#FFFFFF'>D&eacute;couvrez Kyo!</font>

<center>

<font size='1' color ='#000000'>D&eacute;couvrez Guns N' Roses!</font>
</center>

 


<font size='1' color ='#000000'>D&eacute;couvrez AC/DC!</font>



<CENTER> 
<ilayer id="dynamic1" width=100% height=15><layer id="dynamic2" width=100% height=15>

</layer></ilayer>
</CENTER>
_______________________


Membre
Membre

Offline

Joined: 22 Aug 2008
Posts: 113
Niveau:
Point(s): 87
Moyenne: 0.77
Internet Explorer Windows Vista Masculin Gémeaux (21mai-20juin) 猪 Cochon

Visit poster’s website
joshua87
PostPosted: Thu 28 Aug 2008 - 20:32    Post subject: probleme banniere Reply with quote

 Oops autant pour moi




Code: Sélectionner - Agrandir
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!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" dir="{S_CONTENT_DIRECTION}">
<head>

 <meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
 <meta http-equiv="Content-Style-Type" content="text/css" />
 {META}
 {NAV_LINKS}
 <title>{SITENAME} :: {PAGE_TITLE}</title>
 <link rel="stylesheet" href="http://img9.xooimage.com/files/c/o/counterstrike-9104f.css" type="text/css" />
 <!-- BEGIN switch_enable_pm_popup -->
 <script type="text/javascript">
 <!--
  if ( {PRIVATE_MESSAGE_NEW_FLAG} )
  {
   window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
  }
 //-->
 </script>
 <!-- END switch_enable_pm_popup -->
</head>
<body onunload="bye()">
<a nme="top" id="top"></a>
<table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td>
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr> 
 <embed src="http://pix.nofrag.com/0/a/b/16b7b38a4cc3fad5bfc3fc6e9b722.swf" ></embed></tr>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="2">
<tr> 
<td align="center" class="topnav">&nbsp;<a href="http://xooit.xooit.com/f3-Autres-Probl%C3%A8mes.htm">Forum d'aide pour votre forum</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a>
&nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • 
&nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
&nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp;
• &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="10">
<tr>
<td>
<center><embed src="http://www.xatech.com/web_gear/chat/chat.swf" quality="high" width="540" height="405" name="chat" FlashVars="id=36867819" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://xat.com/update_flash.shtml" /><br><small><a target="_BLANK" href="http://xat.com/web_gear/?cb">Get your own Chat Box!</a> <a target="_BLANK" href="http://xat.com/web_gear/chat/go_large.php?id=36867819">Go Large!</a></small><br>
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyMTk2MDU1MTU5NzkmcHQ9MTIxOTYwNTUyNjM1MiZwPTUzMTUxJmQ9Jm49Jmc9MQ==.gif" /></center>
<html>
<Body><div><div align="center">
  <center>
  <table width="325" height="257" style="border-collapse:collapse" bgcolor="#0099FF" bordercolor="#111111" cellpadding="0" cellspacing="0">
    <tr>
      <td width="500" height="257">
        <p align="center"><font face="Tekton" size="3"><b>Cliques sur un carré pour commencer</b></font>
<form name=game>
<table border=0>
<td>
<table border=1>
<tr>
<td><a href="javascript:yourChoice('A')"><img src="images/blank.jpg" border=0 name=A alt="Top-Left" width="90" height="90"></a></td>
<td><a href="javascript:yourChoice('B')"><img src="images/blank.jpg" border=0 name=B alt="Top-Center" width="90" height="90"></a></td>
<td><a href="javascript:yourChoice('C')"><img src="images/blank.jpg" border=0 name=C alt="Top-Right" width="90" height="90"></a></td>
</tr>
<tr>
<td><a href="javascript:yourChoice('D')"><img src="images/blank.jpg" border=0 name=D alt="Middle-Left" width="90" height="90"></a></td>
<td><a href="javascript:yourChoice('E')"><img src="images/blank.jpg" border=0 name=E alt="Middle-Center" width="90" height="90"></a></td>
<td><a href="javascript:yourChoice('F')"><img src="images/blank.jpg" border=0 name=F alt="Middle-Right" width="90" height="90"></a></td>
</tr>
<tr>
<td><a href="javascript:yourChoice('G')"><img src="images/blank.jpg" border=0 name=G alt="Bottom-Left" width="90" height="90"></a></td>
<td><a href="javascript:yourChoice('H')"><img src="images/blank.jpg" border=0 name=H alt="Bottom-Center" width="90" height="90"></a></td>
<td><a href="javascript:yourChoice('I')"><img src="images/blank.jpg" border=0  name=I alt="Bottom-Right" width="90" height="90"></a></td>
</tr>
</table>
</td>
<td>
<table height="356">
<tr>
  <td colspan="2" align="center" height="79"></td>
</tr>
<tr>
  <td colspan="2" align="center" height="21"><b><font face="Tekton">SCORES</font></b></td>
</tr>
<tr><td height="25"><input type=text size=5 name=you></td><td height="25"><b><font face="Tekton">Toi</font></b></td></tr>
<tr><td height="25"><input type=text size=5 name=computer></td><td height="25"><b><font face="Tekton">Ordinateur</font></b></td></tr>
<tr>
  <td height="25"><input size=5 name=ties></td><td height="25"><b><font face="Tekton">Nul</font></b></td>
</tr>
<tr>
  <td colspan="2" align="center" height="40"><font color="#FF6600"><b><font size="4">©</font><font size="2">
    2004</font></b><font size="4"> <a href="http://lpv.hautetfort.com/">lpv</a></font></font></td>
</tr>
<tr>
  <td colspan="2" align="center" height="113">vous pouvez mettre ici votre logo</td>
</tr>
</table>
</td>
</table>
<p align="center">
<input type=button value="Jouer encore" onClick="playAgain();" style="border: 5px double #000000; ">
<input type=button value="Aide " onClick="help();" style="border: 5px double #000000; ">
<input type=button value="Retour sommaire" onClick="sommaire();" style="border: 5px double #000000; ">

</form>
</td>
    </tr>
  </table>
  </center>
</div>
<script>
function innerCalendarCode() {

    function montharr(m0, m1, m2, m3, m4, m5, m6, m7, m8, m9, m10, m11) {
        this[0] = m0;
        this[1] = m1;
        this[2] = m2;
        this[3] = m3;
        this[4] = m4;
        this[5] = m5;
        this[6] = m6;
        this[7] = m7;
        this[8] = m8;
        this[9] = m9;
        this[10] = m10;
        this[11] = m11;
    }


    function calendar() {
        var monthNames = "JanFebMarAprMayJunJulAugSepOctNovDec";
        var today = new Date();
        var thisDay;
        var monthDays = new montharr(31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31);
        year = today.getYear();
        if (year <= 200) {
            year += 1900;
        }
        thisDay = today.getDate();
        if (((year % 4 == 0) && (year % 100 != 0)) || (year % 400 == 0)) {
            monthDays[1] = 29;
        }
        nDays = monthDays[today.getMonth()];
        firstDay = today;
        firstDay.setDate(1);
        testMe = firstDay.getDate();
        if (testMe == 2) {
            firstDay.setDate(0);
        }
        startDay = firstDay.getDay();
        document.writeln("<CENTER>");
        document.write("<TABLE BORDER='1' BGCOLOR=White>");
        document.write("<TR><TH COLSPAN=7>");
        document.write(monthNames.substring(today.getMonth() * 3, (today.getMonth() + 1) * 3));
        document.write(". ");
        document.write(year);
        document.write("<TR><TH>Sun<TH>Mon<TH>Tue<TH>Wed<TH>Thu<TH>Fri<TH>Sat");
        document.write("<TR>");
        column = 0;
        for (i = 0; i < startDay; i++) {
            document.write("<TD>");
            column++;
        }
        for (i = 1; i <= nDays; i++) {
            document.write("<TD>");
            if (i == thisDay) {
                document.write("<FONT COLOR=\"#FF0000\">");
            }
            document.write(i);
            if (i == thisDay) {
                document.write("</FONT>");
            }
            column++;
            if (column == 7) {
                document.write("<TR>");
                column = 0;
            }
        }
        document.write("</TABLE>");
        document.writeln("</CENTER>");
    }

    calendar();
}


  innerCalendarCode();</script></div>

<div style="width:220px;height:55px;"><object width="220" height="55"><param name="movie" value="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=365338&colorBackground=0x555552&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0"></param><embed src="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=365338&colorBackground=0x525252&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0" type="application/x-shockwave-flash" width="220" height="55"></embed></object><br><font size='1' color ='#FFFFFF'>D&eacute;couvrez <a href='http://www.deezer.com/fr/kyo.html'>Kyo</a>!</font></div>
<center><div style="width:220px;height:55px;"><object width="220" height="55"><param name="movie" value="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=4662&colorBackground=0x555552&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0"></param><embed src="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=4662&colorBackground=0x525252&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0" type="application/x-shockwave-flash" width="220" height="55"></embed></object><br><font size='1' color ='#000000'>D&eacute;couvrez <a href='http://www.deezer.com/fr/guns-n-roses.html'>Guns N' Roses</a>!</font></div></center>
<div align="right"> 
<div style="width:220px;height:55px;"><object width="220" height="55"><param name="movie" value="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=32816&colorBackground=0x555552&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0"></param><embed src="http://www.deezer.com/embedded/small-widget-v2.swf?idSong=32816&colorBackground=0x525252&textColor1=0xFFFFFF&colorVolume=0x39D1FD&autoplay=0" type="application/x-shockwave-flash" width="220" height="55"></embed></object><br><font size='1' color ='#000000'>D&eacute;couvrez <a href='http://www.deezer.com/fr/ac-dc.html'>AC/DC</a>!</font></div>
</div>
<CENTER> 
<ilayer id="dynamic1" width=100% height=15><layer id="dynamic2" width=100% height=15><div id="dynamic3"></div></layer></ilayer>
</CENTER>

_______________________


Membre
Membre

Offline

Joined: 22 Aug 2008
Posts: 113
Niveau:
Point(s): 87
Moyenne: 0.77
Internet Explorer Windows Vista Masculin Gémeaux (21mai-20juin) 猪 Cochon

Visit poster’s website
themalin
PostPosted: Fri 29 Aug 2008 - 10:30    Post subject: probleme banniere Reply with quote

bonjour

à la fin de ton template

mets ça


 
Code: Sélectionner - Agrandir
<div align="center">

<a href="lien de ton forum"><img src="lien de ton image" border="0"></a>
</div> 
et tu changes les liens par ceux que tu veux
_______________________


Membre
Membre

Online

Joined: 19 Apr 2006
Posts: 42,989
Point(s): 42,478
Moyenne: 0.99
Trophées: Trophée Bleu : Meilleur Posteur du forum d'entraide.
Firefox 3 Windows

Visit poster’s website
joshua87
PostPosted: Fri 29 Aug 2008 - 10:52    Post subject: probleme banniere Reply with quote

OK mais sa me met une image un peu basse alors que je voudrai la mettre toute en haut comme une banniere
_______________________


Membre
Membre

Offline

Joined: 22 Aug 2008
Posts: 113
Niveau:
Point(s): 87
Moyenne: 0.77
Internet Explorer Windows Vista Masculin Gémeaux (21mai-20juin) 猪 Cochon

Visit poster’s website
themalin
PostPosted: Fri 29 Aug 2008 - 10:53    Post subject: probleme banniere Reply with quote

ici


 
Code: Sélectionner - Agrandir
<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0"> 
<tr>   
 <embed src="http://pix.nofrag.com/0/a/b/16b7b38a4cc3fad5bfc3fc6e9b722.swf" ></embed></tr> 
</tr>
</table> 



remplaces par



Code: Sélectionner - Agrandir

<table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
 <div align="center"> 
 
<a href="lien de ton forum"><img src="lien de ton image" border="0"></a> 
</div> 
</tr>
<tr>   
 <embed src="http://pix.nofrag.com/0/a/b/16b7b38a4cc3fad5bfc3fc6e9b722.swf" ></embed></tr> 
</tr>  
</table> 


_______________________


Membre
Membre

Online

Joined: 19 Apr 2006
Posts: 42,989
Point(s): 42,478
Moyenne: 0.99
Trophées: Trophée Bleu : Meilleur Posteur du forum d'entraide.
Firefox 3 Windows

Visit poster’s website
joshua87
PostPosted: Fri 29 Aug 2008 - 10:58    Post subject: probleme banniere Reply with quote

Mais cela ne ma toujours pas effacer l'autre :/
_______________________


Membre
Membre

Offline

Joined: 22 Aug 2008
Posts: 113
Niveau:
Point(s): 87
Moyenne: 0.77
Internet Explorer Windows Vista Masculin Gémeaux (21mai-20juin) 猪 Cochon

Visit poster’s website
themalin
PostPosted: Fri 29 Aug 2008 - 10:59    Post subject: probleme banniere Reply with quote

tu veux effacer ton flash???

supprimes ça


 
Code: Sélectionner - Agrandir
<tr>   
 <embed src="http://pix.nofrag.com/0/a/b/16b7b38a4cc3fad5bfc3fc6e9b722.swf" ></embed></tr> 
</tr> 

_______________________


Membre
Membre

Online

Joined: 19 Apr 2006
Posts: 42,989
Point(s): 42,478
Moyenne: 0.99
Trophées: Trophée Bleu : Meilleur Posteur du forum d'entraide.
Firefox 3 Windows

Visit poster’s website
Display posts from previous:   
Post new topic   Reply to topic
Page 1 of 1

All times are GMT + 1 Hour


Jump to:  


Top Forums Xooit