HTML/CSS/Layout Attributes/hspace — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
| |
Текущая версия на 08:16, 26 мая 2010
"hspace" sets the space in pixels between the left and right sides of an element
<HTML>
<BODY>
<table>
<tr>
<td>
<img src="http://www.wbex.ru/style/logo.png"
width="300"
height="225"
hspace="100">
</td>
</tr>
</table>
</BODY>
</HTML>