xhtml nothing are displayed in IE

A

Alexandre Jaquet

Hi does anyone could tell me why whith the following code nothing is
displayed in IE browser but work perfect under Firefox ?

<html>
<head>
<title>DJ Market Place- New User/title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<div align="center">
<p><a href="/cgi-bin/recordz.cgi?lang=fr">Home</a>&nbsp;<a
href="/cgi-bin/recordz.cgi?lang=fr">Mon Compte</a>&nbsp;<a
href="/cgi-bin/recordz.cgi?lang=fr">Account</a>&nbsp;<a
href="/cgi-bin/recordz.cgi?lang=fr">Basket</a>&nbsp;<a
href="/cgi-bin/recordz.cgi?lang=fr&page=login">Login</a></p>
<p>&nbsp;</p>
<div id="search_box" style="">
<p>&nbsp;</p>
</div>
<div id="register">
<fieldset>
<legend>Data</legend>
<form name="insert_form" action="/cgi-bin/recordz.cgi" method="post">
<input type="hidden" name="lang" value="fr">
<input type="hidden" name="action" value="register">
<label id="first_name_label">Prénom</label><input type="text"
name="first_name" value=""><br />
<label id="name_label">Nom</label> <input type="text"
name="user_name" value=""><br />
<label id="country_label">Pays</label> <select
name="country_name"><option>Suisse</option><option>France</option></select><br
/>
<label id="adress_label">Adresse</label> <input type="text"
name="adress_name" value=""><br />
<label id="city_label">Ville</label><input type="text" name="city"
value=""><br />
<label id="npa_label">Npa</label> <input type="text" name="npa"
value=""><br />
<label id="phone_number_label">No téléphone</label> <input
type="text" name="phone_number" value=""><br />
<label id="email_label">Email</label> <input type="text"
name="email" value=""><br />
<label id="password_label">Mot de passe</label><p>
<input type="password" name="user_password" value=""><br />
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</fieldset>
</div>
</div>
</body>
</html>
 
E

Els

Alexandre said:
Hi does anyone could tell me why whith the following code nothing is
displayed in IE browser but work perfect under Firefox ?

<title>DJ Market Place- New User/title>

How about adding a < after 'New User' ?

Validators pick up such errors.
 
A

Alexandre Jaquet

Els a écrit :
Alexandre Jaquet wrote:




How about adding a < after 'New User' ?

Validators pick up such errors.

ho didn't see that great thanks =)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top