11-09-2008, 03:18
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
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