Posted By: Vucka (Vucka) on 'CZwww'
Title:     Re: Velikost pismenek v tabulce
Date:      Tue Feb  3 17:00:07 1998

V HTML 4.0 je to uplna hracka. :-)
Pridej do <head> kontejneru neco jako napr. toto:

<style type="text/css">
TD {font-size:10pt; font-family:Arial; font-weight:bold}
</style>

a je to. Chces-li to mit jen pro urcite radky ci sloupce tabulky, uprav 
vsechny prislusne tagy <td> takto: <td class="mojeTrida"> a <style> bude 
vypadat takto: 

<style type="text/css">
.mojeTrida { ... atd ... }
</style>

Jakmile zmenis popis v kontejneru <style>, zmeni se vsechny bunky patrici do 
tridy mojeTrida.
Je to jasne nebo mam i vykakat?
JV 

Search the boards