Hi
Habe gerade ein frisches Worpress mit dem Plugin no sq - runPHP installiert. Funktioniert auch, kann meine HTML und PHP Seiten includen.
Allerdings wird das includedete File zentriert, ohne Überschriften und ohne Beachtung der <br> dargestellt. Hier einmal ein HTML File:
HTML
<form action="upload.php" method="post" enctype="multipart/form-data" name="upload">
<h1> Gewünschtes Ausgabeformat: </h1>
<input type="radio" name="ausgabeformat" value="VCD">
VCD<br>
<input type="radio" name="ausgabeformat" value="SVCD">
SVCD<br>
<input type="radio" name="ausgabeformat" value="XVID">
XVID + MP3<br>
<input type="radio" name="ausgabeformat" value="DIVX">
DIVX + MP3<br>
<input type="radio" name="ausgabeformat" value="MP3">
MP3<br>
<input type="file" name="file"><input type="submit" name="submit" value="Upload">
</form>
Alles anzeigen
Die Auswahlpunkte werden einfach hintereinander dargestellt. Dies ist problematisch, da noch weiterer Text hinzugefügt werden soll.
Habe im Template auch schon das css File angepasst, text-aling auf left gestellt. Leider hats nichts gebracht...
mfg freakor