legrooch [ Legend ]
HTML - tabela
Witam!
Mam prośbę do osób zajmujących się HTMLem.
Potrzebuję tabelę 3 kolumny na 8 wierszy. Niby nic trudnego, ale:
- ma ona służyć do drukowania z poziomu stronu (bez marginesów)
- nie mogę poradzić sobie z wymiarami tabeli na stronie....
Zależy mi na sztywnym ustawieniu wielkości komórek...
Z góry dziękuję za pomoc!
legrooch [ Legend ]
Pomoże ktoś?
Zależy mi konkretnie na:
- wyliczeniu rozmiarów strony w pikselach
- zlikwidowaniu przy drukowaniu marginesów strony
ResOOrt [ Centurion ]
O to chodzi
<html>
<body topmargin="0" leftmargin="0">
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="1004" id="AutoNumber1" height="584">
<tr>
<td width="335" height="73"> </td>
<td width="335" height="73"> </td>
<td width="335" height="73"> </td>
</tr>
<tr>
<td width="335" height="73"> </td>
<td width="335" height="73"> </td>
<td width="335" height="73"> </td>
</tr>
<tr>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
</tr>
<tr>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
</tr>
<tr>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
</tr>
<tr>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
</tr>
<tr>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
</tr>
<tr>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
<td width="335" height="72"> </td>
</tr>
</table>
</body>
</html>
legrooch [ Legend ]
ResOOrt ==> Prawie :)
Ale dzięki i tak za pomoc :) (wielkość tabeli nie odpowiada idealnie kartce).
Zrobione :)