[HTML] position nebeneinander ...

timbu

Well-known member
4 Mai 2006
108
4
hallo,
ich hab hier ein wetter und ein übersetzungs teil,die möchte ich nebeneinander haben,nur weis ich nicht wie das geht!

PHP:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<meta name="author" content="">
<meta name="generator" content="test">
<title></title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" alink="#FF0000" vlink="#400040">

<table cellspacing="1" cellpadding="0" border="0" bgcolor="#666666" width="122"><tr><td align="center" style="background-color : #666666;"><a href="https://www.meteo24.de/wetter/49X5504.html" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#B9BFBB" style="text-decoration: none; font-weight: bold;">Mein Wetter</font></a></td></tr><tr><td align="left"><iframe width="120" height="98" scrolling="no" frameborder="0" src="https://www.meteo24.de/hptool/v1?cid=49X5504&l=de&style=7"> </iframe></td></tr><tr><td align="center" height="15" style="background-color : #666666;"><a href="https://www.meteo24.de/" style="text-decoration: none;" target="_blank"><font face="Verdana" size="1" color="#B9BFBB">© meteo24.de</font></a></td></tr></table>

<script type="text/javascript" charset="UTF-8" language="JavaScript1.2" src="https://uk.babelfish.yahoo.com/free_trans_service/babelfish2.js?from_lang=de&region=de"></script>
</body>
</html>

müste eigentlich ganz simpel sein,leider hab ich aber keine ahnung.

gruss
timbu
 
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<meta name="author" content="">
<meta name="generator" content="test">
<title></title>
</head>
<body bgcolor="#FFFFFF" text="#000000" link="#0000FF" alink="#FF0000" vlink="#400040">

<table cellspacing="1" cellpadding="0" border="0" bgcolor="#666666" width="122"style="float:left;">
  <tr>
    <td align="center" style="background-color : #666666;">
      <a href="https://www.meteo24.de/wetter/49X5504.html" style="text-decoration: none;" target="_blank">
        <font face="Verdana" size="1" color="#B9BFBB" style="text-decoration: none; font-weight: bold;">Mein Wetter</font>
      </a>
    </td>
    <td align="left">
      <iframe width="120" height="98" scrolling="no" frameborder="0" src="https://www.meteo24.de/hptool/v1?cid=49X5504&l=de&style=7"> </iframe>
    </td>
  </tr>
  <tr>
    <td align="center" height="15" style="background-color : #666666;">
      <a href="https://www.meteo24.de/" style="text-decoration: none;" target="_blank">
        <font face="Verdana" size="1" color="#B9BFBB">© meteo24.de</font>
      </a>
    </td>
  </tr>
</table>

  <script type="text/javascript" charset="UTF-8" language="JavaScript1.2" src="https://uk.babelfish.yahoo.com/free_trans_service/babelfish2.js?from_lang=de&region=de"></script>

</body>
</html>

nochmal verdeutlicht was dies bewirkt:
Code:
.....vlink="#400040">

<table cellspacing="1" cellpadding="0" border="0" bgcolor="#666666" width="122" [COLOR="Red"]style="float:left;"[/COLOR]>
  <tr>
    <td align="center" style="background-color : #666666;">
      <a href="......