Torna indietro   AlterVista > L'angolo del webmaster > JavaScript e altri linguaggi di scripting

Discussione chiusa
 
LinkBack Strumenti discussione Modalità visualizzazione
  #1 (permalink)  
Vecchio 02-09-2005, 17.53.17
Guest
 
Messaggi: n/a
Exclamation Colore testo in tabella

come faccio a cambiare il colore del testo in una tabella???

grazie

Crea Sito Web Gratis

Espandibile all'infinito. Joomla e altri applicativi già pronti. E guadagna con la pubblicità!

Crea Blog Gratis

WordPress con temi professionali. Nessun limite di spazio o plugin. Guadagni con i banner.

  #2 (permalink)  
Vecchio 02-09-2005, 18.09.57
L'avatar di debug
Amministratore del forum
 
Data registrazione: 27-01-2004
Messaggi: 16,880
Predefinito

Allo stesso modo di quando il testo non è dentro la tabella.


Ciaooo!!!!!!!
__________________
[ debug ]



Non rispondo a messaggi privati su argomenti tecnici. Per queste cose esiste il forum! © ® ™
  #3 (permalink)  
Vecchio 02-09-2005, 18.11.25
Guest
 
Messaggi: n/a
Predefinito

lo so ke è stupido ma nn va... la grandezza e lo stile funzionano ma il colore no... grazie comunque
  #4 (permalink)  
Vecchio 02-09-2005, 18.17.01
L'avatar di debug
Amministratore del forum
 
Data registrazione: 27-01-2004
Messaggi: 16,880
Predefinito

Posta l'html.


Ciaooo!!!!!
__________________
[ debug ]



Non rispondo a messaggi privati su argomenti tecnici. Per queste cose esiste il forum! © ® ™
  #5 (permalink)  
Vecchio 02-09-2005, 18.31.09
Guest
 
Messaggi: n/a
Question

Cosa vuol dire
Citazione:
Originalmente inviato da debug
Posta l'html.
??????
  #6 (permalink)  
Vecchio 02-09-2005, 18.31.56
L'avatar di debug
Amministratore del forum
 
Data registrazione: 27-01-2004
Messaggi: 16,880
Predefinito

Ehm... hai provato a fare quello che chiedi, giusto?
Posta il codice html di quello che hai fatto.


Ciaoo!!!!!!
__________________
[ debug ]



Non rispondo a messaggi privati su argomenti tecnici. Per queste cose esiste il forum! © ® ™
  #7 (permalink)  
Vecchio 02-09-2005, 18.41.46
Guest
 
Messaggi: n/a
Predefinito

l' ho copiato tutto... xkè nn mi fa le scritte verdi???

<table align=center bgcolor="lightyellow" border=2 bordercolor="lightblue" height=400 width=400 class="tabella"> <h1 font color="green">
<tr>
<td height=10 width=120 >Nome Giocatore</td>
<td height=10 width=50 >Punti</td>
<td height=10 width=50 >Vinte</td>
<td height=10 width=50 >Pari</td>
<td height=10 width=50 >Perse</td>
</tr> <tr>
<td height=10 width=120 >Marco</td>
<td height=10 width=50 >3</td>
<td height=10 width=50 >1</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
</tr> <tr>
<td height=10 width=120 >Polmen</td>
<td height=10 width=50 >3</td>
<td height=10 width=50 >1</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
</tr> <tr>
<td height=10 width=120 >Luigi</td>
<td height=10 width=50 >3</td>
<td height=10 width=50 >1</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
</tr> <tr>
<td height=10 width=120 >Teo</td>
<td height=10 width=50 >3</td>
<td height=10 width=50 >1</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
</tr> <tr>
<td height=10 width=120 >Tobo</td>
<td height=10 width=50 >3</td>
<td height=10 width=50 >1</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
</tr> <tr>
<td height=10 width=120 >Niso</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >1</td>
</tr> <tr>
<td height=10 width=120 >Giacomo</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >1</td>
</tr> <tr>
<td height=10 width=120 >Simone</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >1</td>
</tr> <tr>
<td height=10 width=120 >Domi</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >1</td>
</tr> <tr>
<td height=10 width=120 >66</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >0</td>
<td height=10 width=50 >1</td>
</tr>
</h1>
</table>
  #8 (permalink)  
Vecchio 02-09-2005, 18.44.02
L'avatar di debug
Amministratore del forum
 
Data registrazione: 27-01-2004
Messaggi: 16,880
Predefinito

devi mettere il tag h1 dopo il td


Ciaooo!!!!!
__________________
[ debug ]



Non rispondo a messaggi privati su argomenti tecnici. Per queste cose esiste il forum! © ® ™
  #9 (permalink)  
Vecchio 02-09-2005, 18.48.36
Guest
 
Messaggi: n/a
Predefinito

così dovrebbe andare???

............
<tr>
<td height=10 width=120 ><h3 font color="green">Nome Giocatore</h3></td>
<td height=10 width=50 >Punti</td>
............
  #10 (permalink)  
Vecchio 02-09-2005, 18.49.08
L'avatar di debug
Amministratore del forum
 
Data registrazione: 27-01-2004
Messaggi: 16,880
Predefinito

Provalo!


Ciaoo!
__________________
[ debug ]



Non rispondo a messaggi privati su argomenti tecnici. Per queste cose esiste il forum! © ® ™
  #11 (permalink)  
Vecchio 02-09-2005, 18.50.55
Guest
 
Messaggi: n/a
Predefinito

l' ho gia provato.. me lo evidenzia ( <h1> o <h3> ) ma nn cambia il colore....

ps: nn credo d essere daltonico
  #12 (permalink)  
Vecchio 02-09-2005, 18.56.05
L'avatar di debug
Amministratore del forum
 
Data registrazione: 27-01-2004
Messaggi: 16,880
Predefinito

Non metto in dubbio le tue capacità visive :D

Cmq, il problema è che il tag h1 non prevede alcuna egstione del font nè del colore.
Quindi dovresti prima usare <h1> e poi qualcosa come <font color bla bla.

Oppure molto melgio usare i CSS (fogli di stile).


Ciaooooo!!!!!!
__________________
[ debug ]



Non rispondo a messaggi privati su argomenti tecnici. Per queste cose esiste il forum! © ® ™
  #13 (permalink)  
Vecchio 02-09-2005, 18.58.36
Guest
 
Messaggi: n/a
Predefinito

ok grazie ... provo.....

cosa sn i CSS?? come si usano??
  #14 (permalink)  
Vecchio 02-09-2005, 19.00.54
Guest
 
Messaggi: n/a
Predefinito

è andato con il <font>

GRAZIE
  #15 (permalink)  
Vecchio 02-09-2005, 19.32.24
L'avatar di debug
Amministratore del forum
 
Data registrazione: 27-01-2004
Messaggi: 16,880
Predefinito

Ti ho già detto di non fare UP!
Per i css, fai una ricerca qui nel forum o nella rete.


Ciao!
__________________
[ debug ]



Non rispondo a messaggi privati su argomenti tecnici. Per queste cose esiste il forum! © ® ™
  #16 (permalink)  
Vecchio 02-09-2005, 21.18.34
Guest
 
Messaggi: n/a
Predefinito

cosa vuol dire "nn fare UP" ?????? ke termini usi????
  #17 (permalink)  
Vecchio 02-09-2005, 22.24.25
Ospite
Guest
 
Messaggi: n/a
Predefinito

vuo dire scrivere 2 messaggi di seguito prima che uno ti abbia risposto...piuttosto edita se hai dimenticato qualcosa

ma come parli?? come parli?? non siamo a Palombella Rossa :) ma ormai sono termini usuali nel forum ...che si deve dire? fare su ?
  #18 (permalink)  
Vecchio 03-09-2005, 09.21.31
Guest
 
Messaggi: n/a
Talking

grazie della spiegazione farlimas OLD
Discussione chiusa

Strumenti discussione
Modalità visualizzazione

Regole di scrittura
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is Attivato
Le faccine sono Attivato
Il codice [IMG] è Attivato
Il codice HTML è Disattivato
Trackbacks are Attivato
Pingbacks are Attivato
Refbacks are Disattivato



Tutti gli orari sono GMT +1. Adesso sono le 19.09.35.