Html Help
am 20.12.2007 14:52:58 von Mauro Miotello
Hi, i'm beginner, i've created a table and i'm using style for attributes
Into the third row, I need to change color of first text row (in this case
this is "Modello:TR30/2-160 TOP 1000 CNC")
How can i do this using class ?
Thanks
my code:
TUBO - MACCHINA TOP 1000 |
---|
border="0"> |
Modello:TR30/2-160 TOP 1000 CNC
Materiale lavorato: tubo in acciaio
Diametri min.-max. lavorabili: da 3 a 32 mm
Lunghezze min.-max. lavorabili: da 10 a 160 mm
Operazioni eseguite: taglio, sfacciatura, smussatura
|
Re: Html Help
am 20.12.2007 16:36:56 von Adrienne Boswell
Gazing into my crystal ball I observed "Mauro"
writing in news:476a73b8$0$10622$4fafbaef@reader2.news.tin.it:
> Hi, i'm beginner, i've created a table and i'm using style for
> attributes Into the third row, I need to change color of first text
> row (in this case this is "Modello:TR30/2-160 TOP 1000 CNC")
> How can i do this using class ?
>
You need to use some semantics. If Modello:TR30/2 is a heading, then mark
it up as such. You can then style the heading any way you want.
--
Adrienne Boswell at Home
Arbpen Web Site Design Services
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Re: Html Help
am 20.12.2007 16:43:32 von Bone Ur
Well bust mah britches and call me cheeky, on Thu, 20 Dec 2007 13:52:58
GMT Mauro scribed:
> Hi, i'm beginner, i've created a table and i'm using style for
> attributes Into the third row, I need to change color of first text
> row (in this case this is "Modello:TR30/2-160 TOP 1000 CNC")
> How can i do this using class ?
>
> Thanks
>
> my code:
>
>
>
>
>
Modello:TR30/2-160 TOP 1000 CNC
Materiale lavorato: tubo in acciaio
....in style section:
..fst {
background:inherit;color:#8090a0;
}
--
Bone Ur
Cavemen have formidable pheromones.
Re: Html Helpam 20.12.2007 16:44:17 von Mauro Miotello
>
> You need to use some semantics. If Modello:TR30/2 is a heading, then mark
> it up as such. You can then style the heading any way you want.
>
can you show me by example...
many thanks
Mauro
Re: Html Helpam 20.12.2007 16:50:31 von Mauro Miotello
> Modello:TR30/2-160 TOP 1000 CNC
> Materiale lavorato: tubo in acciaio
>
> ...in style section:
>
> .fst {
> background:inherit;color:#8090a0;
> }
>
> --
> Bone Ur
> Cavemen have formidable pheromones.
Many thanks, i've understood
Best regards
Mauro
|