[HTML] Wie bekomme ich dort ein Bild rein??

Dieses Thema im Forum "Webentwicklung" wurde erstellt von crix, 30. Oktober 2008 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 30. Oktober 2008
    Wie bekomme ich dort ein Bild rein??

    Hallo liebe RR-Community..

    ich habe mal eine Frage, denn ich selbst bekomme es nicht hin ohne irgendwas zu zerstören.. lol..

    Ich habe eine html-Seite in dem in der Mitte ein Flashvideo auftaucht.. jetzt möchte ich direkt unter das Video, nur rechtsbündig, ein Bild mit den Maßen 275x200 haben..

    Habe hier mal den Codeschnipsel.. hoffe ihr könnt mir helfen..

    HTML:
    <html>
    <head>
    <title>Titel</title>
    <style type="text/css">
    <!--
    body,td,th {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10px;
     color: #000000;
    }
    body {
     background-color: #000000;
     background-image: url(bg.png);
     background-repeat: no-repeat;
     background-position: center top;
     margin-left: 0px;
     margin-top: 0px;
     margin-right: 0px;
     margin-bottom: 0px;
    }
    -->
    </style>
    <head>
    </head>
    <body>
    <table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
     <!--DWLayoutTable-->
     <tr>
     <td width="100%" height="100%" align="center" valign="middle"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="588" height="250">
     <param name="movie" value="video.swf">
     <param name="quality" value="high"><param name="BGCOLOR" value="#000000">
     <embed src="video.swf" width="588" height="250" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#000000"></embed>
     </object>
    </td>
     </tr>
    </table>
    </body>
    </html>

    crix
     
  2. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.