I3erk Posted May 13, 2011 Share Posted May 13, 2011 Hi, I have written up this page, and everything works perfectly. The only problem is the accents do not show properly when the page is viewed. The url is: www.maisonsbellevue.com/New-Sales-Rep-Contact-Form-fr.php The code is as follows: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <html xmlns="http://www.w3.org/1999/xhtml" lang="en, fr" xml:lang="en, fr"> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Formulaire de Contact d'un Agent de Vente Nouveau</title> <style type="text/css"> body { <!--background-image:url('images/mb-background65.png') ; --> background-repeat:no-repeat; } #apDiv2 { position:absolute; width:100%; height:100%; z-index:1; left: 159px; top: 100px; background-image:url('images/mb-New-Reps.psd') ; background-repeat:no-repeat; border-color:#999; border-width:medium; } </style> </head> <body bgcolor="white"> <div id="apDiv2"> <br /> <br /> <br /> <br /> <br /> <br /> <h2> <u>Formulaire de demande d'emploi pour un Agent de Vente</u> </h2> <br /> <form position:relative method="post" action="SalesFormData-fr.php"> Prenom:<input type="text" size="36" maxlength="36" name="Fname"><br /> Nom:<input type="text" size="36" maxlength="36" name="Lname"><br /> Téléphone (jour):<input type="text" size="14" maxlength="12" name="Dphone">Ext:<input type="text" size="6" maxlength="6" name="Ext"><br /> Téléphone (soir):<input type="text" size="14" maxlength="12" name="Ephone"><br /> Téléphone (cellular):<input type="text" size="14" maxlength="12" name="Cphone"><br /> Courriel:<input type="text" size="50" maxlength="50" name="Email"><br /> Site Web:<input type="text" size="50" maxlength="50" name="website"><br /> Emplacement actuel:<input type="text" size="50" maxlength="50" name="current"><br /> Emplacement désiré:<input type="text" size="50" maxlength="50" name="desired"><br /> <br /> <textarea rows="8" cols="93" name="additional" wrap="physical">S'il vous plaît entrer toute information supplémentaire.</textarea><br /> <br /> <table width=100%><tr><td width=22%></td><td width=50% ><input type="submit" value="submit" name="submit"></td><td width=28%></td></table> </form> </div> <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-21884704-2']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> </body> </html> Link to comment https://forums.phpfreaks.com/topic/236329-help-accents-do-not-show-properly/ Share on other sites More sharing options...
fugix Posted May 13, 2011 Share Posted May 13, 2011 for your e with an accent...remove then and use the html code for them...é Link to comment https://forums.phpfreaks.com/topic/236329-help-accents-do-not-show-properly/#findComment-1215071 Share on other sites More sharing options...
I3erk Posted May 13, 2011 Author Share Posted May 13, 2011 for your e with an accent...remove then and use the html code for them...é Thanks Fugix !!! It worked perfectly. Link to comment https://forums.phpfreaks.com/topic/236329-help-accents-do-not-show-properly/#findComment-1215076 Share on other sites More sharing options...
fugix Posted May 13, 2011 Share Posted May 13, 2011 for your e with an accent...remove then and use the html code for them...é Thanks Fugix !!! It worked perfectly. excellent Link to comment https://forums.phpfreaks.com/topic/236329-help-accents-do-not-show-properly/#findComment-1215097 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.