suche einen code...

mensl
hallo,

ich suche einen code wo ich auf meiner seite (siehe anhang) einen banner rechts und links rein setzen kann.

diese banner sollten auf jeder siete angezeigt werden.

hier mal der header.

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
<?php
include($_SERVER['DOCUMENT_ROOT']."/config.inc.php");
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?=$title?></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="stylesheet" type="text/css" href="/style.css" />


<script type="text/javascript">
<!--
var pushed = 1;
//-->
</script>

</head>



<script>
<!--
function BlurLinks(){
lnks=document.getElementsByTagName('a');
for(i=0;i<lnks.length;i++){
lnks[i].onfocus=new Function("if(this.blur)this.blur()");
}
}

onload=BlurLinks;
-->
</script>
<link rel="stylesheet" href="format.css" type="text/css">
</head>


<body>

<table align="center" bgcolor="FFFFFF"  cellspacing="0" cellpadding="0" border="0" width="667" >
<tr>
<td  width="100%" >



<table   cellspacing="1" cellpadding="0" border="0" width="100%"  >

<tr>
<!--logo -->
<td    align="center" class="logo" >

<table   align="center"  cellspacing="0" cellpadding="0" border="1" width="468" height="60" style="border:solid 0px #000000;" >
<tr>

<td class="banner" valign="middle" width="468"  align="center" height="60"   ><span class="hpname"><br><h2>WWW.SMS20.DE</h2>

<h3>Free SMS Service !!!</h3></span></td>


</tr>
</table>



</td><!--ende logo-->

</tr>

<td align="center"   width="100%"  class="leiste"   >

<table bgcolor="#93B9DB" width="100%"  border="0" cellpadding="0" cellspacing="0"  >
<tr>
<td>
<table    id="menu2" width="100%"  border="0" cellpadding="0" cellspacing="1"    >
<tr>
<td ><a href="index.php"  onfocus="this.blur()">Home</a></td>
<td ><a href="freesms.php"  onfocus="this.blur()">Free SMS</a></td>
<td ><a href="agb.php"  onfocus="this.blur()">AGB</a></td>
<td ><a href="impressum.php" onfocus="this.blur()">Impressum</a></td>
<td ><a href="faq.php"  onfocus="this.blur()">FAQ</a></td>
<td ><a href="kontaktformular.php"  onfocus="this.blur()">Kontakt</a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>


es soll folgender code rein.

code:
1:
<script type="text/javascript" src="http://www.xxxxxx.de/script.php?s=45187"></script>


ich hoffe es kann mir einer helfen, am besten direkt ein code und auch sagen wo dieser rein gehört.

danke euch.
[kamui]
code:
1:
2:
3:
4:
5:
6:
7:
<table>
<tr>
  <td><!-- Banner 1 --></td>
  <td align="left" valign="top">Hallo hallo</td>
  <td><!-- Banner 2 --></td>
</tr>
</table>


??
mensl
hallo,

habe es mal mit deinem code probiert

egal wo ich diesen code aber rein setze er kommt nie an die seite sondern oben usw.

hast du eine idee wo man diesen rein machen könnte?
[kamui]
Mit dem Code spaltest du die Seite in drei Felder. In Feld1 kannst du den ersten Bannercode plazieren. In Feld2 kannst du den Content einfügen und in Feld3 den zweiten Bannercode einfügen.
mensl
hm ok

ich weiß was du meinst nur wie kann ich das umsetzen?

vielleicht paar beispiele oder so
[kamui]
code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
<table>
<tr>
  <td><script type="text/javascript" src="http://www.xxxxxx.de/script.php?s=45187"></script></td>
  <td align="left" valign="top">
<table   cellspacing="1" cellpadding="0" border="0" width="100%"  >

<tr>
<!--logo -->
<td    align="center" class="logo" >

<table   align="center"  cellspacing="0" cellpadding="0" border="1" width="468" height="60" style="border:solid 0px #000000;" >
<tr>

<td class="banner" valign="middle" width="468"  align="center" height="60"   ><span class="hpname"><br><h2>WWW.SMS20.DE</h2>

<h3>Free SMS Service !!!</h3></span></td>


</tr>
</table>



</td><!--ende logo-->

</tr>

<td align="center"   width="100%"  class="leiste"   >

<table bgcolor="#93B9DB" width="100%"  border="0" cellpadding="0" cellspacing="0"  >
<tr>
<td>
<table    id="menu2" width="100%"  border="0" cellpadding="0" cellspacing="1"    >
<tr>
<td ><a href="index.php"  onfocus="this.blur()">Home</a></td>
<td ><a href="freesms.php"  onfocus="this.blur()">Free SMS</a></td>
<td ><a href="agb.php"  onfocus="this.blur()">AGB</a></td>
<td ><a href="impressum.php" onfocus="this.blur()">Impressum</a></td>
<td ><a href="faq.php"  onfocus="this.blur()">FAQ</a></td>
<td ><a href="kontaktformular.php"  onfocus="this.blur()">Kontakt</a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
  </td>
  <td><script type="text/javascript" src="http://www.xxxxxx.de/script.php?s=45187"></script></td>
</tr>
</table>
mensl
guck selbst sms20.de

da muss eine andere lösung her denke ich mal