login  Naam:   Wachtwoord: 
Registreer je!
 Forum

Waarom word mijn normale tekst niet wit?

Offline Flamengo - 12/08/2006 15:55 (laatste wijziging 12/08/2006 16:09)
Avatar van FlamengoLid Ik probeer steeds mijn normale tekst wit te krijgen, maar het lukt maar niet en ik weet niet wat ik fout doe, ik heb text geprobeerd, p ofzo bij tutorials en nu text- maar niks helpt, wat doe ik fout? Ik kom er maar niet uit.

  1. <style type="text/css">
  2. text-
  3. {
  4. font-family: tahoma;
  5. font-size: 10pt;
  6. color: #FFFFFF;
  7. text-decoration: none;
  8. }
  9.  
  10. a
  11. {
  12. font-family: tahoma;
  13. font-size: 10pt;
  14. color: #A9A9A9;
  15. text-decoration: none;
  16. }
  17.  
  18. a:hover
  19. {
  20. font-family: tahoma;
  21. font-size: 10pt;
  22. color: white;
  23. text-decoration: none;
  24. }
  25.  
  26. a:active
  27. {
  28. font-family: tahoma;
  29. font-size: 10pt;
  30. color: white;
  31. text-decoration: none;
  32. }
  33.  
  34. a:archive
  35. {
  36. font-family: tahoma;
  37. font-size: 10pt;
  38. color: white;
  39. text-decoration: none;
  40. font-weight:
  41. }
  42. </style>

5 antwoorden

Gesponsorde links
Offline Crazed - 12/08/2006 15:56
Avatar van Crazed PHP interesse De tekst in je body moet worden gekleurd, dus:
  1. body
  2. {
  3. font-family: tahoma;
  4. font-size: 10pt;
  5. color: #FFFFFF;
  6. text-decoration: none;
  7. }
Offline Flamengo - 12/08/2006 15:58 (laatste wijziging 12/08/2006 16:07)
Avatar van Flamengo Lid Uhmmm, zoeist zag ik idd ook, maar het werkt nog niet. Heb nu dus dit:

  1. <style type="text/css">
  2. body
  3. {
  4. font-family: tahoma;
  5. font-size: 10pt;
  6. color: #FFFFFF;
  7. text-decoration: none;
  8. }
  9.  
  10. a
  11. {
  12. font-family: tahoma;
  13. font-size: 10pt;
  14. color: #A9A9A9;
  15. text-decoration: none;
  16. }
  17.  
  18. a:hover
  19. {
  20. font-family: tahoma;
  21. font-size: 10pt;
  22. color: white;
  23. text-decoration: none;
  24. }
  25.  
  26. a:active
  27. {
  28. font-family: tahoma;
  29. font-size: 10pt;
  30. color: white;
  31. text-decoration: none;
  32. }
  33.  
  34. a:archive
  35. {
  36. font-family: tahoma;
  37. font-size: 10pt;
  38. color: white;
  39. text-decoration: none;
  40. font-weight:
  41. }
  42. </style>


ik weet niet als hier de fout zit maar dit heb ik in me header staan tussen de <head> en </head> tags:

  1. <LINK REL="stylesheet" HREF="stijlen.css" TYPE="text/css">


Ze staan allebei in dezelfde map dus het is niet de link zelf.
Offline Crazed - 12/08/2006 16:21
Avatar van Crazed PHP interesse Als je stijl in een apart css-bestand staan, mag je de <style>-tags alleszins weglaten. In IE krijg je daar wel eens problemen mee.
Offline Flamengo - 12/08/2006 17:05
Avatar van Flamengo Lid ok bedankt 
Offline Abbas - 12/08/2006 17:38
Avatar van Abbas Gouden medaille

Crew .NET
er is niets fout in css-file
maar inderdaad zoals Crazed zei kan je wel eens problemen krijgen in IE als je je <style> - tag laat staan...

werkt het nu?
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.212s