toby: umbruch oder nicht

Beitrag lesen

hallo romy,

hast Du schon mal nowrap probiert?

<table>
 <tr>
  <td nowrap>
   The quick brown fox jumped over the moon. The quick brown fox jumped over the moon.
   The quick brown fox jumped over the moon. The quick brown fox jumped over the moon.
   The quick brown fox jumped over the moon. The quick brown fox jumped over the moon.
  </td>
 </tr>
</table>

Einrücken würde ich mit einer weiteren Tabellenzelle, also Deinen normalen Text

<td colspan="2">text</td>

und den Code

<td><img src="spacer.gif" border="0" width="10" height="1" alt=""></td>
<td>code</td>

darstellen...

toby

--
"Trying is the first step toward failure." - H. Simpson