Log in

View Full Version : My IE does not read the CSS?



slava
02-07-2007, 08:19 AM
I am new in css coding, and i'm trying to learn it but i met a problem but i dont know how to solve it:
My IE does not display anything but a white blanck page, the HTML code is right, and the css also(i think so), and still i have nothing in IE. FireFox displays everything as i want to, Opera amlost the same.

How do you think what is the Problem? Help please!

Here is the code:


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta HTTP/EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<title>

</titel>
<link rel="stylesheet" type="text/css" href="styles_css.css" media="all" />
<style type="text/css">
/* ------------- "generic" styles */



</style>
</head>

<body>

<div id="masthead">
<img id="leftimg" src="images/emblema_tintasii.gif"><img id="rightimg"
src="images/emblema_tintasii.gif">
<h2 id="fctintasii"> F. C. "Tintasii"</h2>
<ul id="navlinks">
<li class="first">home</li>
<li>despre club</li>
<li>istoric</li>
<li>grupe</li>
<li>proiecte</li>
<li>scopuri</li>
<li>rezultate</li>
<li>marturii</li>
<li>noutati</li>
<li>donatii</li>
<li class="last">contacte</li>
</ul>
</div>

<div id="bodytitle">
<h2 id="title">Cuvant de Salut</h2>
</div>
<div id="content">

<p>Aceasta a inceput inca cind eu eram mititel, si nu puteam nici macar sa

ma ridic din pat, dar
deja ma jucam cu mingea. Eram foarte pasionat de acest sport, si astfel a

devenit visul vietii mele.
<p>Acum sunt fotbalist profesionist si joc pentru F.C. Victoria. Pe linga

aceasta mai antrenez citeva grupe de copii
si chiar am si deschis un club de fotbal cu numele F.C. Tintasii.

</div>
<div id="sidebar">

<ul id="langchange">
<li class="first"><a href="#">English</a></li>
<li><a href="#">Russian</a></li>
<li class="last"><a href="#">Romanian</a></li>
</ul>

<h3 >Anunturi</h3>
<p>Simbata 23.04.2007 meci lapushna</p>
<p >Doritorii de a se inscrie in grupe sa se adreseze la
urmatorul numar de telefon: 74/58/37</p>
<img src="images/newsoccerfield.gif">
</div>

<div id="footer" align="center">
<p> CopyRight© </p>
</div>

</body>

</html>

codeexploiter
02-07-2007, 09:46 AM
1. You haven't mentioned the IE version you are using.

2. You haven't provided your CSS details.

3. If you can provide a link to your site/page that would be better for the forum members.

By providing just your HTML it will not be easy for anyone to troubleshoot your problem.

Please correct the following tag in the provided source code
</titel> to
</title> this will make IE show your content correctly.

slava
02-07-2007, 10:02 AM
Thanks man,

thanks for advice with the link, but i havent uploaded it yet, so thats why i havent, but next time i will!

thanks again!

Shotgun Ninja
02-08-2007, 07:19 PM
Get it uploaded. Then come and talk.

Also, make sure that the
color: and
background-color: are NOT the same color.

boxxertrumps
02-08-2007, 11:23 PM
lulz...

and also, the Op should make sure he's using a UTF-8 charset.