GRY-Online.pl --> Archiwum Forum

Jak sie pogrubia tabele w HTML ?

18.04.2007
14:54
[1]

Dj Alien [ Konsul ]

Jak sie pogrubia tabele w HTML ?

Jak sie pogrubia tabele w HTML ?

18.04.2007
14:56
smile
[2]

«Malakai» [ Pretorianin ]

<table border=*>

* - liczba naturalna, im wieksza, tym grubsze obramowanie tabelki.

18.04.2007
14:58
[3]

wielebny_666 [ Konsul ]

a w czym robisz tabelkę w notatniku?? czy w jakimś programie do html??

przykładowo tak wygląda tabela z pogrubionymi tylko głównymi krawędziami

<table border="3" width="100%" cellspacing="0" bordercolor="#000000">
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
<tr>
<td width="33%">&nbsp;</td>
<td width="33%">&nbsp;</td>
<td width="34%">&nbsp;</td>
</tr>
</table>


a tak z pogrubionymi krawędziami komórek

<table border="1" width="100%" cellspacing="0" bordercolor="#000000">
<tr>
<td width="33%" style="border: 3px solid">&nbsp;</td>
<td width="33%" style="border: 3px solid">&nbsp;</td>
<td width="34%" style="border: 3px solid">&nbsp;</td>
</tr>
<tr>
<td width="33%" style="border: 3px solid">&nbsp;</td>
<td width="33%" style="border: 3px solid">&nbsp;</td>
<td width="34%" style="border: 3px solid">&nbsp;</td>
</tr>
<tr>
<td width="33%" style="border: 3px solid">&nbsp;</td>
<td width="33%" style="border: 3px solid">&nbsp;</td>
<td width="34%" style="border: 3px solid">&nbsp;</td>
</tr>
</table>


zrobione na szybko we frontpage

18.04.2007
15:00
[4]

Dj Alien [ Konsul ]

notatnik... ok już mam :) dzięki

© 2000-2025 GRY-OnLine S.A.