|
-
Aug 8th, 2002, 07:54 AM
#1
Thread Starter
Hyperactive Member
Encoding...Urgent
Hi
This is regarding HTML tags,
Does any body know how to set encoding in HTML Pages,
We set manually from
Internet Explorer- View- Encoding -....
Can we set it using some HTML Tag..
Some one tell a hint as Meta Tag but it is not helping me
Please help me..ASAP
Gary
-
Aug 8th, 2002, 08:11 AM
#2
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
-
Aug 9th, 2002, 12:01 AM
#3
Thread Starter
Hyperactive Member
Originally posted by axion_sa
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Can you please explain it little bit
Gary
-
Jun 14th, 2003, 04:50 AM
#4
Hyperactive Member
How can i set encoding to user defined
How can i set encoding to user defined .........
I use Sinhala ......... fonts .............
and <meta http-equiv="Content-Type" content="text/html; charset=User-Defined"> does not work ............
It is the mark of an instructed mind to rest satisfied with the degree of precision which the nature of the subject admits, and not to seek exactness when only an approximation of the truth is possible.
-Aristotle As quoted in Rapid Development, chapter 8, page 167.
-
Jun 21st, 2003, 11:32 AM
#5
Hyperactive Member
found it
Place it between the head tags
Code:
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=x-user-defined">
</Head>
You can insert this into a web page to to display the characters correctly............
It is the mark of an instructed mind to rest satisfied with the degree of precision which the nature of the subject admits, and not to seek exactness when only an approximation of the truth is possible.
-Aristotle As quoted in Rapid Development, chapter 8, page 167.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|