Hi,
Ich habe bei meiner Site( http://mitglied.lycos.de/commek/neu/main.php ) ein kleines Problem:
Wenn ich bei mir das Newssystem von Easyscripts mache verschwindet rechts das Menü. Wenn ich es wieder wegmache kommt es zurück...kann mir jemand erklären wie ich es mache das beides existiert
?
so sieht die main php mit news system aus:
<?php
include("oben.txt");
?>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="576"><font color="#FFFFFF">
<Iframe frameborder="0" scrolling="no" src="http://mitglied.lycos.de/commek/news/index.php" name="mitte" height="850" width="576">
</td>
<?php
include("unten.txt");
?>
und so ohne:
<?php
include("oben.txt");
?>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="576"><font color="#FFFFFF">blablabla
</td>
<?php
include("unten.txt");
?>
Ich habe bei meiner Site( http://mitglied.lycos.de/commek/neu/main.php ) ein kleines Problem:
Wenn ich bei mir das Newssystem von Easyscripts mache verschwindet rechts das Menü. Wenn ich es wieder wegmache kommt es zurück...kann mir jemand erklären wie ich es mache das beides existiert
so sieht die main php mit news system aus:
<?php
include("oben.txt");
?>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="576"><font color="#FFFFFF">
<Iframe frameborder="0" scrolling="no" src="http://mitglied.lycos.de/commek/news/index.php" name="mitte" height="850" width="576">
</td>
<?php
include("unten.txt");
?>
und so ohne:
<?php
include("oben.txt");
?>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="576"><font color="#FFFFFF">blablabla
</td>
<?php
include("unten.txt");
?>