frankx: Position von zu umließender Tabelle

Beitrag lesen

Hallo Dieter,

hier noch der Code...;

Gruß, Frankx

hier mit code:

<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
  <style type="text/css">
   .position
   {float:right;
   width:100px;
   border:1px solid red;
   position:relative;
   top:50px;
   }
   .imtext
   {float:right;
   width:100px;
   border:1px solid red;
   }

</style>
  <title></title>
 </head>
 <body>
  <table class="position">
   <tr>
    <td>
     Zelle
    </td>
   <tr>
  </table>
  <p>
  Text und Text und Text und so Text und Text und Text und so
  Text und Text und Text und so   Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  <table class="imtext">
   <tr>
    <td>
     im Text
    </td>
   <tr>
  </table>
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  Text und Text und Text und so
  </p>
 </body>
</html>