| Voir le sujet précédent :: Voir le sujet suivant |
| Auteur |
Message |
x-men Esprit servant
Inscrit le: 20 Avr 2005 Messages: 188
|
Posté le: Jeu 21 Avr 2005 à 13:50 Sujet du message: |
|
|
oh..... je suis désolé (ca m'apprendra a mieux regarder ) encore désolé |
|
| Revenir en haut de page |
|
 |
eric0279 Canard emmitouflé
Inscrit le: 23 Oct 2005 Messages: 91
|
Posté le: Sam 26 Nov 2005 à 11:32 Sujet du message: |
|
|
salut,
serait t'il possible de mettre deux banniere en meme temps et non aleatoire ?
merci _________________ Forum d'aide CSS :
forum
Sonneria gratos blog
Pas de support par MP |
|
| Revenir en haut de page |
|
 |
sammy Polichinelle
Inscrit le: 17 Sep 2006 Messages: 2
|
Posté le: Dim 17 Sep 2006 à 14:18 Sujet du message: |
|
|
alors bonjours, j'ai deux problèmes:
-j'arrive pas a modifié les deux overall, car je n'utilise pas le théme subsilver mais le théme iCGstation Mon site
-Et le deuxième est que je voulait pas des bannières de pub mais des bannières qui s'interchange sur le site a chaque fois qu'on va sur une autres page ou qu'on actualise.
Est-ce possible
Demande d'aide, s'il vous plait aidez moi  |
|
| Revenir en haut de page |
|
 |
Edouard Membres actifs

Inscrit le: 01 Jan 2005 Messages: 605 Localisation: Grenoble (Isère)
|
Posté le: Dim 17 Sep 2006 à 19:41 Sujet du message: |
|
|
Bonjour,
Pour ton premier problème, pourrais tu nous montrer le code de tes fichiers overall_*.tpl stp ?
En ce qui concerne ton deuxième problème, c'est le cas  |
|
| Revenir en haut de page |
|
 |
sammy Polichinelle
Inscrit le: 17 Sep 2006 Messages: 2
|
Posté le: Dim 17 Sep 2006 à 20:17 Sujet du message: |
|
|
pas de problème:
voila le overall_footer:
| Code: | <div align="center"><span class="copyright"><br />{ADMIN_LINK}
</td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td align="right"><a href="#top"><img src="templates/iCGstation/images/top.gif" border="0" /></a></td>
</tr>
</table>
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><img src="templates/iCGstation/images/bt_left.gif" border="0" /></td>
<td width="100%" class="indexbom" valign="bottom" align="center"><br />
<span class="copyright">Prémod [Communauté] réalisé par <a href="http://www.yep-yop.com" alt="La communauté Yep-Yop">Yep-Yop</a><br />
<!-- BEGIN cback_cracker_tracker -->
{cback_cracker_tracker.CTRACKER_FOOTER}
</span>
<!-- END cback_cracker_tracker -->
<br /><br />
</td>
<td><img src="templates/iCGstation/images/bt_right.gif" border="0" /></td>
</tr>
</table>
</td>
<td width="10" nowrap="nowrap" class="righttd"></td>
</tr>
</table>
</body>
</html> |
et aussi le overall_header:
| Code: | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html 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="templates/iCGstation/{T_HEAD_STYLESHEET}" type="text/css" -->
<link rel="alternate" title="Derniers posts sur Yep-Yop - RSS" href="/rss.php" type="application/rss+xml">
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" 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>
<a name="top"></a>
<table width="810" cellpadding="0" cellspacing="0" border="0" align="center" bgcolor="white">
<tr>
<td width="10" nowrap="nowrap" class="lefttd"></td>
<td width="100%">
<table width="800" cellspacing="0" cellpadding="0" border="0" align="center">
<tr>
<td width="100%" valign="middle" class="bann_bg" display="block"><a href="{U_PORTAL}"><img src="templates/iCGstation/images/banner.jpg" border="0" /></a></td>
</tr>
<tr>
<td>
<SCRIPT LANGUAGE="JavaScript" SRC="./templates/ejs_menu_dyn2.js"></SCRIPT>
</td>
</tr>
<tr>
<td width="100%" class="navpic"> <span class="maintitle">{SITENAME}</span><span class="maintitle"> - {SITE_DESCRIPTION}</span></td>
</tr>
</table>
<table width="800" cellspacing="10" cellpadding="0" border="0" align="center">
<tr>
<td align="center" width="100%" valign="middle"> |
|
|
| Revenir en haut de page |
|
 |
|