GRY-Online.pl --> Archiwum Forum

HTML - tabela

21.12.2005
09:58
[1]

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!

21.12.2005
10:24
[2]

legrooch [ Legend ]

Pomoże ktoś?
Zależy mi konkretnie na:
- wyliczeniu rozmiarów strony w pikselach
- zlikwidowaniu przy drukowaniu marginesów strony

21.12.2005
16:19
[3]

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">&nbsp;</td>
<td width="335" height="73">&nbsp;</td>
<td width="335" height="73">&nbsp;</td>
</tr>
<tr>
<td width="335" height="73">&nbsp;</td>
<td width="335" height="73">&nbsp;</td>
<td width="335" height="73">&nbsp;</td>
</tr>
<tr>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
</tr>
<tr>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
</tr>
<tr>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
</tr>
<tr>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
</tr>
<tr>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
</tr>
<tr>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
<td width="335" height="72">&nbsp;</td>
</tr>
</table>

</body>

</html>

22.12.2005
08:02
[4]

legrooch [ Legend ]

ResOOrt ==> Prawie :)
Ale dzięki i tak za pomoc :) (wielkość tabeli nie odpowiada idealnie kartce).

Zrobione :)

© 2000-2025 GRY-OnLine S.A.