Chlopaki az sie glupio pytać ale :
jest taki HTML :
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link rel="stylesheet" type="text/css" href="style.css" media="screen"/> Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aenean nulla urna, pulvinar eu, pretium eu, imperdiet vel, pede. Nam vestibulum feugiat ipsum. Duis fringilla cursus nisi. Proin nec neque ac.
i Taki CSS :
@CHARSET "UTF-8";
<!--[if IE]>
body {
text-align: center;
}
<![endif]-->
div#cont {
width: 80%;
margin: auto;
background-color: #FF0000;
}
div#top {
}
div#quote {
width: 50%;
margin: auto;
text-align: center;
}
I jakbym nie kombinował div cont nie dostaje tego stylu. Gdzie sie walnąłem ?