Your problem is the curly quotes around “Times New Roman”.  First, they
will prevent CSS from seeing the font as Times New Roman, and second,
they are encoded with the byte 0x93, which is how they show up in the
various Windows code pages (cp1252, for instance).  Convert your file to
UTF-8, if you can.  

Otherwise, remove all non-ascii characters from it.  If you do this, but
you need non-ascii characters to show up in your web pages, you'll need
to use HTML escape sequences, like “

Cheers,
Cliff


 On Thu, 2012-01-05 at 06:20 -0800, Hassan wrote:
> <html>
> <head>
> 
> 
> <title></title>
> 
> </head>
> <body style="overflow:scroll;">
> <table style="width:100%">
> <tr>
> 
> <!-- Margin left -->
> <td style="width:20%"></td>
> <!-- end of Margin left -->
> 
> <!--Content-->
> <td style="background-color:#1B4D90;">
> <table>
> <!--Menu-->
> <tr><td>
> 
> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
> width="800" height="200" id="movie_name" align="middle">
>     <param name="movie" value="static/menu.swf"/>
>     <!--[if !IE]>-->
>     <object type="application/x-shockwave-flash" data="static/
> menu.swf" width="800" height="200">
>         <param name="movie" value="movie_name.swf"/>
>     <!--<![endif]-->
>         <a href="http://www.adobe.com/go/getflash";>
>             <img src="http://www.adobe.com/images/shared/
> download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
>         </a>
>     <!--[if !IE]>-->
>     </object>
>     <!--<![endif]-->
> </object>
> </td></tr>
> <!--End of Menu-->
> 
> <!--Main Content-->
> <tr><td><br/><center><img src="static/images/mainimage.jpg"
> width="550px"></img></center></td></tr>
> <!--End of Main Content-->
> 
> <!--Readmore and questions-->
> <tr><td style="background-color:#CCCCCC">
> <div style="background-color:#64B55B;width:100%">
> <table style="width:100%">
> <tr>
> <td>
> <p style="color:#ffffff;margin:15px">
> <b style="color:#1B4D90;font-size:20px">About Us</b><br/>
> Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ut dictum
> enim. Quisque posuere justo sem, posuere lobortis ligulaLorem ipsum
> dolor sit amet, consectetur adipiscing elit. In ut dictum enim.
> Quisque posuere justo sem, posuere lobortis ligula
> </p>
> </td>
> 
> <td>
> <p style="color:#ffffff;margin:15px">
> <b style="color:#1B4D90;font-size:20px">About Us</b><br/>
> Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ut dictum
> enim. Quisque posuere justo sem, posuere lobortis ligulaLorem ipsum
> dolor sit amet, consectetur adipiscing elit. In ut dictum enim.
> Quisque posuere justo sem, posuere lobortis ligula
> </p>
> </td>
> <td>
> <p style="color:#ffffff;margin:15px">
> <b style="color:#1B4D90;font-size:20px">About Us</b><br/>
> Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ut dictum
> enim. Quisque posuere justo sem, posuere lobortis ligulaLorem ipsum
> dolor sit amet, consectetur adipiscing elit. In ut dictum enim.
> Quisque posuere justo sem, posuere lobortis ligula
> </p>
> </td>
> </tr>
> </table>
> </div>
> <br/><br/>
> <table>
> <tr>
> <td style="width:60%;border-right:1px solid #073E75 ">
> 
> <h2 style="color:#073E75;margin-left:20px">Welcome</h2>
> <p style="color:#073E75;text-indent:0px;margin-left:20px">Lorem ipsum
> dolor sit amet, consectetur adipiscing elit. In ut dictum enim.
> Quisque posuere justo sem, posuere lobortis ligula. Etiam erat diam,
> elementum in dapibus bibendum, ultrices eget enim. Nulla et nibh nec
> elit venenatis commodo sit amet pretium eros. Duis vel velit at augue
> tristique vehicula. Nulla in lectus quis nisi egestas egestas at ac
> lacus. Donec rutrum volutpat rhoncus. Proin condimentum, odio eu
> commodo laoreet, turpis leo tincidunt nisi, nec mollis quam justo
> vitae velit.</p>
> <a href=""  style="display: block;background-
> color:#00A99D;color:#ffffff;width:75px;text-align:
> center;float:right;margin-right:15%;margin-bottom:10px;Font-Family:
> “Times New Roman”, Times, serif;text-decoration:none"><b><i>Read more</
> i></b></a>
> </td>
> <td style="width:40%"></td>
> </tr>
> </table>
> </td></tr>
> <!--End of readmore and qestions-->
> 
> <!--foteer-->
> <tr><td>
> <p style="margin:10px;color:#cccccc">Global (c) 2011 | Privet policy
> <br/> Powerd by <a href="http://www.gardeniatelco.com";>Gardeniatelco</
> a></p>
> </td></tr>
> <!--End of foteer-->
> </table>
> </td>
> <!--end of Content-->
> <!-- Margin Right -->
> <td style="width:20%"></td>
> <!-- end of Margin Right -->
> </tr>
> </table>
> </body>
> </html>
> 


-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to