ilch Forum » Allgemein » HTML, PHP, SQL,... » HTML CODE IN EINE BOX

Geschlossen
  1. #1
    User Pic
    hitmanthekiller Mitglied
    Registriert seit
    16.06.2007
    Beiträge
    21
    Beitragswertungen
    0 Beitragspunkte
    Hallo, ich habe das Problem, ich möchte gerne eine TS Viewer (HTML Code) in meine HP in eine box einfügen!
    Ich habe es bis jetzt noch nicht hinbekommen es in eine box zu machen nur als menüpunkt!

    <iframe name="tsviewer" allowtransparency="true" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=48532&bg=transparent&type=ffffff&type_size=11&type_family=1&info=0&channels=1&users=1&type_s_weight=normal&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_weight_h=normal&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=none&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=none&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=none&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none" width="200" height="400" frameborder="0" style="border:0px solid #;" scrolling="auto" ></iframe>


    Hoffe es kann mir jemand helfen!

    MfG Unlimit3d


    verwendete ilchClan Version: 1.1

    betroffene Homepage: optiksoldiers.op.ohost.de
    0 Mitglieder finden den Beitrag gut.
  2. #2
    User Pic
    Lord|Schirmer Administrator
    Registriert seit
    21.03.2007
    Beiträge
    7.643
    Beitragswertungen
    1195 Beitragspunkte
    Erstelle einfach zB. ts.php, folgende Datei:

    <?php defined ('main') or die ('no direct access');
    echo '<iframe name="tsviewer" allowtransparency="true" src="http://www.tsviewer.com/ts_viewer_pur.php?ID=48532&bg=transparent&type=ffffff&type_size=11&type_family=1&info=0&channels=1&users=1&type_s_weight=normal&type_s_style=normal&type_s_variant=normal&type_s_decoration=none&type_s_weight_h=normal&type_s_style_h=normal&type_s_variant_h=normal&type_s_decoration_h=none&type_i_weight=normal&type_i_style=normal&type_i_variant=normal&type_i_decoration=none&type_i_weight_h=normal&type_i_style_h=normal&type_i_variant_h=normal&type_i_decoration_h=none&type_c_weight=normal&type_c_style=normal&type_c_variant=normal&type_c_decoration=none&type_c_weight_h=normal&type_c_style_h=normal&type_c_variant_h=normal&type_c_decoration_h=none&type_u_weight=normal&type_u_style=normal&type_u_variant=normal&type_u_decoration=none&type_u_weight_h=normal&type_u_style_h=normal&type_u_variant_h=normal&type_u_decoration_h=none" width="200" height="400" frameborder="0" style="border:0px solid #;" scrolling="auto" ></iframe>';
    ?>


    lade sie in den include/boxes-Ordner
    füge die Box unter Navigation im Adminmenü als Box ein!
    rules :: doku :: faq :: linkus
    0 Mitglieder finden den Beitrag gut.
Geschlossen

Zurück zu HTML, PHP, SQL,...

Optionen: Bei einer Antwort zu diesem Thema eine eMail erhalten