Largeur forum nuked clan

Fermé
factory Messages postés 2 Date d'inscription jeudi 12 mars 2009 Statut Membre Dernière intervention 18 mars 2009 - 12 mars 2009 à 17:41
factory Messages postés 2 Date d'inscription jeudi 12 mars 2009 Statut Membre Dernière intervention 18 mars 2009 - 18 mars 2009 à 22:08
Bonjour,
Voila je viens de créer un site nuked clan pour ma guilde du jeu world of warcraft , j'ai commander ce thème http://www.ocb-design.fr/?file=Vente-Themes&op=view&id=8 jusque la aucun soucis .
Le problème c'est que le forum est beaucoup trop petit avec ce thème mais il me plait vraiment , après quelques recherches j'ai trouver comment l'agrandir en modifiant une valeur dans le fichier "thème.php" le soucis c'est que ça fait un décalage avec mes images qui sont situé en arrière plan ce qui rend tout ça pas très jolie :(
c'est pour cela que j'ai besoin de votre aide , je vous link mon "thème.php" ( par default sans agrandissement du forum) ci dessous :


function top()
{
global $nuked, $op, $file, $user, $language, $page;

echo" <html><head>
<meta name=\"keywords\" lang=\"fr\" content=\"$nuked[keyword]\">
<meta name=\"Description\" content=\"$nuked[description]\">
<title>$nuked[name] :: $nuked[slogan] ::</title>
<meta http-equiv=\"content-style-type\" content=\"text/css\">
<link title=\"style\" type=\"text/css\" rel=\"stylesheet\" href=\"themes/Ocb_WoW_WoTLK/style.css\">
</head>
<body onmouseover=\"window.status=' .:: © Codage par Maxxi :: http://Panzer-Site.tk © ::. ';return true\" bgcolor=\"#000000\">";


echo " <table align=\"center\" cellpadding=\"0\" cellspacing=\"0\">
<tr valign=\"top\">
<td>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"647\" height=\"212\" align=\"center\">
<tr valign=\"top\">
<td width=\"100%\" height=\"100%\" background=\"themes/Ocb_WoW_WoTLK/images/header.png\" align=\"center\"></td>
</tr>
</table>";


echo" <table width=\"647\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">
<tr valign=\"top\">

<td>";
get_blok('gauche');

echo" </td>
<td>";

if($op==index){get_blok('centre');}
}

function footer()
{
global $nuked, $file, $page;

echo" </td>
</tr>
</table>
<table width=\"647\" height=\"54\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">
<tr valign=\"middle\">
<td width=\"100%\" height=\"100%\" align=\"center\">$nuked[footmessage]</td>
</tr>
</table>
<td>
<table width=\"514\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">
<tr>
<td border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"514\" height=\"1013\" background=\"themes/Ocb_WoW_WoTLK/images/droite.png\"></td>
</tr>
<tr>
<td border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"353\" background=\"themes/Ocb_WoW_WoTLK/images/pixel.gif\"></td>
</tr>
</table>
</tr>
</table>";
}

function news($data)
{
$posted=""._NEWSPOSTBY." <a href=index.php?file=Members&op=detail&autor=$data[auteur]>$data[auteur]</a> "._THE." $data[date] "._AT." $data[heure]";
$com=" [ <a href=\"index.php?file=News&op=index_comment&news_id=$data[id]\">"._NEWSCOMMENT."</a> ($data[nb_comment])</a>  $data[printpage] | $data[friend] ] ";

echo " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" height=\"52\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-h.png\">
<tr>
<td width=\"10%\" height=\"100%\"></td>
<td width=\"80%\" height=\"100%\" align=\"center\"><b><big>$data[titre]</big></b></td>
<td width=\"10%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/arriere1.png\">
<tr>
<td width=\"5%\" height=\"100%\"></td>
<td width=\"5%\" height=\"100%\" valign=\"middle\">$data[image]</td>
<td width=\"5%\" height=\"100%\"></td>
<td width=\"80%\" height=\"100%\">$data[texte]<br><br></td>
<td width=\"5%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" height=\"62\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-b.png\">
<tr valign=\"top\">
<td width=\"16%\" height=\"100%\"></td>
<td width=\"84%\" height=\"100%\">$posted $com</td>
<td width=\"16%\" height=\"100%\"></td>
</tr>
</table>";
}

function block_gauche($block)
{

echo" <table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"208\" height=\"38\" background=\"themes/Ocb_WoW_WoTLK/images/blok-h.png\">
<tr valign=\"middle\">
<td width=\"100%\" height=\"100%\" align=\"center\"><b><big>$block[titre]</big></b></td>
</tr>
</table>
<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"208\" background=\"themes/Ocb_WoW_WoTLK/images/arriere.png\">
<tr>
<td width=\"15%\"></td>
<td width=\"75%\"><br>$block[content]<br></td>
<td width=\"10%\"></td>
</tr>
</table>
<table cellpadding=\"0\" cellspacing=\"0\" align=\"center\" width=\"208\" background=\"themes/Ocb_WoW_WoTLK/images/blok-b.png\">
<tr>
<td width=\"100%\" height=\"59\" align=\"center\"></td>
</tr>
</table>";
}


function block_centre($block)
{
echo " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" height=\"52\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-h.png\">
<tr>
<td width=\"10%\" height=\"100%\"></td>
<td width=\"80%\" height=\"100%\" align=\"center\"><b>$block[titre]</b></td>
<td width=\"10%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/arriere1.png\">
<tr>
<td width=\"5%\" height=\"100%\"></td>
<td width=\"90%\" height=\"100%\">$block[content]</td>
<td width=\"5%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" height=\"62\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-b.png\">
<tr valign=\"top\">
<td width=\"100%\" height=\"100%\"></td>
</tr>
</table><br>";
}


function block_bas($block)
{
echo " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" height=\"52\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-h.png\">
<tr>
<td width=\"10%\" height=\"100%\"></td>
<td width=\"80%\" height=\"100%\" align=\"center\"><b>$block[titre]</b></td>
<td width=\"10%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/arriere1.png\">
<tr>
<td width=\"5%\" height=\"100%\"></td>
<td width=\"90%\" height=\"100%\">$block[content]</td>
<td width=\"5%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" height=\"62\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-b.png\">
<tr valign=\"top\">
<td width=\"100%\" height=\"100%\"></td>
</tr>
</table><br>";
}

function OpenTable()
{
echo" <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439(valur modifier pour aggrandissement du forum)\" height=\"52\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-h.png\">
<tr>
<td width=\"10%\" height=\"100%\"></td>
<td width=\"80%\" height=\"100%\" align=\"center\"></td>
<td width=\"10%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/arriere1.png\">
<tr>
<td width=\"5%\" height=\"100%\"></td>
<td width=\"90%\" height=\"100%\">";
}
function CloseTable()
{
echo " </td>
<td width=\"5%\" height=\"100%\"></td>
</tr>
</table>
<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"439\" height=\"62\" align=\"center\" background=\"themes/Ocb_WoW_WoTLK/images/news-b.png\">
<tr valign=\"top\">
<td width=\"100%\" height=\"100%\"></td>
</tr>
</table>";
}

?>



Voila en espérant que quelqu'un puisse m'aider pour tout renseignement hesité pas a me demander le site en
question c'est http://www.les-creeps.com

Merci d'avance pour votre aide :)

1 réponse

factory Messages postés 2 Date d'inscription jeudi 12 mars 2009 Statut Membre Dernière intervention 18 mars 2009
18 mars 2009 à 22:08
Personne ne peut m'aider svp :(
0