HyperText
29-08-2004, 14:01
<html>
<head>
<title>$title</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<table width="760" border="0" align="center">
<tr>
<td valign="top">
<table width="100%" border="0" align="center">
<tr>
<td valign="top">1</td>
<td valign="top">2</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0">
<tr>
<td width="130" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<th scope="row"><img src="images/ml1.gif" /></th>
</tr>
<tr>
<th scope="row" background="images/bgm.gif"> </th>
</tr>
</table>
</td>
<td width="500" align="center" valign="top">
<table width="100%" border="0">
<tr>
<td width="100%"> 3333333333333333333333334433333333333333
333333333222222222222</td>
</tr>
</table>
</td>
<td width="130" valign="top">
<img src="images/ml1.gif" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Come potete vedere, scrivendo un testo nella tabella di centro troppo lungo tutta la tabella si allarga.
Come posso fare?
<head>
<title>$title</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<table width="760" border="0" align="center">
<tr>
<td valign="top">
<table width="100%" border="0" align="center">
<tr>
<td valign="top">1</td>
<td valign="top">2</td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table width="100%" border="0">
<tr>
<td width="130" valign="top">
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<th scope="row"><img src="images/ml1.gif" /></th>
</tr>
<tr>
<th scope="row" background="images/bgm.gif"> </th>
</tr>
</table>
</td>
<td width="500" align="center" valign="top">
<table width="100%" border="0">
<tr>
<td width="100%"> 3333333333333333333333334433333333333333
333333333222222222222</td>
</tr>
</table>
</td>
<td width="130" valign="top">
<img src="images/ml1.gif" />
</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Come potete vedere, scrivendo un testo nella tabella di centro troppo lungo tutta la tabella si allarga.
Come posso fare?