テーブルの背景画像を繰り返さないようにするにはスタイルシートでstyle="background-repeat:no-repeat"

<table border="1">
	<tr>
		<td height="100" width="100" background="/archives/sample/image/duke.gif" style="background-repeat:no-repeat"></br></td>
	</tr>
</table>


ネタ元