Wrox Programmer Forums
|
HTML Code Clinic Do you have some HTML code you'd like to share and get suggestions from others for tweaking or improving it? This discussion is the place.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the HTML Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 25th, 2006, 08:56 AM
Registered User
 
Join Date: Apr 2005
Posts: 352
Thanks: 14
Thanked 0 Times in 0 Posts
Send a message via Yahoo to rupen
Default Simple HTML code...

I have a very simple HTML page.

The problem with this is sometime text on page is shown as series of '?'. and whole page is shown as only ??????? ??? if we refresh it clears all ? and shows correct text ...so is there any way to avoid such thing ...further why this is happening...?

To continue, sometime my button is shown as text box...and if i refresh it corrects that too.

I m using IE 5.

Rupen Anjaria.:)
------------------
We CAN'T avoid problems, but can solve it.
 
Old October 31st, 2006, 06:36 PM
Friend of Wrox
 
Join Date: Dec 2003
Posts: 488
Thanks: 0
Thanked 3 Times in 3 Posts
Default

Sounds like its being rendered in the wrong character encoding. You can specify the character encoding in a meta tag thus:

Code:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
--
Don't Stand on your head - you'll get footprints in your hair
                                           http://charlieharvey.org.uk
                                              http://charlieharvey.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 2 - simple example code php4ever BOOK: Professional PHP 5 ISBN: 978-0-7645-7282-1 4 October 30th, 2009 07:40 AM
simple code, solve many problems KeviJay Visual Basic 2005 Basics 2 September 8th, 2008 06:17 AM
Very Simple code Tal1481 Beginning VB 6 9 January 29th, 2007 11:12 AM
Very Simple code Tal1481 Visual Basic 2005 Basics 1 January 25th, 2007 07:15 AM
very simple HTML question nusrati HTML Code Clinic 11 July 13th, 2004 07:58 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.