Original geschrieben von TobiaZ
ist dann wohl eher ein html-problem. *verschieb*
ist dann wohl eher ein html-problem. *verschieb*
ist besser wenn ich ein Screenshot mache, kann mich vielleicht besser Ausdrücken....
<?php
$content ="<div id='Layer1' style='position:relative; width:138px;
height:324px; z-index:2; left: 294px; top: 51px;'>";
echo $content;
include("beispiel.php");
echo"</div>";
?>
function themesidebox($title, $content) {
echo "<table border=\"0\" align=\"center\" width=\"138\" cellpadding=\"0\" cellspacing=\"0\">"
."<tr><td><img src=\"themes/munzur/images/pixel.gif\" width=\"100%\" height=\"1\"></td></tr></table>"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"138\">"
."<tr><td width=\"138\" bgcolor=\"#CCCCCC\">"
."<table border=\"0\" cellpadding=\"3\" cellspacing=\"1\" width=\"138\">"
."<tr><td background= width=\"138\" bgcolor=\"#FFFFFF\">"
."$content"
."</td></tr></table></td></tr></table><img src=\"themes/munzur/images/pixel.gif\" width=\"100%\" height=\"8\">";
}
<?php
$content ="<div id='Layer1' style='position:relative; width:138px;
height:324px; z-index:2; left: 294px; top: 51px;'>";
echo $content;
include("beispiel.php");
echo"</div>";
?>
<?php
echo "<div id=\"Layer1\" style=\"position:relative;
width:138px; height:324px; z-index:2;
left: 294px; top: 51px;\">";
include "Beispiel.php";
echo "</div>";
?>
Kommentar