![]() |
Problem CSS - Wersja do druku +- Forum Webmastera, HTML, CSS, PHP, MySQL, Hosting, Domeny - Forum dla Webmasterów (https://www.webmastertalk.pl) +-- Dział: Technologie internetowe - tworzenie stron WWW (https://www.webmastertalk.pl/forum-technologie-internetowe-tworzenie-stron-www) +--- Dział: xHTML, CSS, JavaScript (https://www.webmastertalk.pl/forum-xhtml-css-javascript) +--- Wątek: Problem CSS (/thread-problem-css) |
Problem CSS - teN - 11-09-2008 Witam! Dzisiaj zaczołe sie uczyc o stylach css ale moje index niechce go czytac tak wyglada style.css : <head> (...) <style type="text/css"> /* <![CDATA[ */ <td { bgcolor: 000000; cecha2: wartość2... }</td> selektor2 { cecha: wartość; cecha2: wartość2... } (...) /* ]]> */ </style> <style type="text/css"> /* <![CDATA[ */ h6 { color: red } /* ]]> */ </style> </head> a tak początek index.html : <title>CristianoTube</title> <link rel="stylesheet" href="style.css" type="text/css"> </head> <body> PS: Prosze o szybko pomoc! PS2: Nie wiem czy to cos zmienia ale ten style.css jest napisany w "Dokument tekstowy" i znajduje sie razem z indexem ;p RE: Problem CSS - Marcin - 11-09-2008 Nie wiem skąd uczysz się tego CSSa, ale tak to Ci nie będzie działać ![]() RE: Problem CSS - teN - 11-09-2008 uczylem sie wszedzie ![]() RE: Problem CSS - Marcin - 12-09-2008 No to nauka chyba poszła w las ![]() |