473,382 Members | 1,238 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

"?" and "é" with IE6 font: arial

2
With IE6 and the font: arial the "?" and "é" doesn't look like the rest of the text. It works fine on Firefox and it works fine if I change the font. But I need to make it work with the font arial because the client ask for it. Could somebody help me?
Mar 1 '07 #1
2 1963
Right now, in the IE menu, select View, Encoding. then select Western European (ISO) and this page will refresh. If it looks like your problem page, place the following as the first item under the <head> tag in your web page:

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

You can select others to see their effect on page content. If I select the UTF-8 character set when viewing this page, your é appears as a Chinese character. The meta tag defines the character set to use on a page by page basis.

If you don't use meta tags to define the charset, just leave the encoding set to Western European (ISO) as your default.
Mar 1 '07 #2
bud000
2
Right now, in the IE menu, select View, Encoding. then select Western European (ISO) and this page will refresh. If it looks like your problem page, place the following as the first item under the <head> tag in your web page:

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />

You can select others to see their effect on page content. If I select the UTF-8 character set when viewing this page, your é appears as a Chinese character. The meta tag defines the character set to use on a page by page basis.

If you don't use meta tags to define the charset, just leave the encoding set to Western European (ISO) as your default.
------------
Thanks! I never tought it will be so easy,
thanks again
Mar 1 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Herbert Piljer | last post by:
Wenn ich versuche ein Formular zu versenden bekomme ich als Absender immer Resource.id.#5@mailserver.de. Folgendes Script wird verwendet: <?php include ("syndbopen.php"); $email=...
4
by: Microsoft | last post by:
I'm trying to display a word document inside a web page, but everytime I do I get this error: Error Type: Microsoft VBScript runtime (0x800A0046) Permission denied: 'CreateObject' Does...
1
by: Allen | last post by:
I am trying to add an additional photo/hyperlink to the company web site (I didn't create it) without any luck. The mouseover feature 'highlights' pics by swapping them with another pic using this...
21
by: Evan Sussman | last post by:
Could any one give me an explenation of this error? I get it every once in a while, and it really is a pain. currently the code that I'm working with goes like this <script> <!-- var...
5
by: johnsuth | last post by:
I want to produce a trivial demonstration of dynamic modification. I thought that pressing a button might change its color. I studied O'Reillys books and successfully created the button with a...
10
by: ahager via DotNetMonster.com | last post by:
I am receiving this messaage in a console application I wrote, I am authenticating, and my network admin swears their is nothing wrong with the smtp server. Any ideas? public void Mail_update()...
3
by: asianboi | last post by:
Hi, In my application, I have a web browser control and load up a local html page. Within the html page, the following code exists. However, when I click on the button that invokes the 'form...
5
by: engsolnorm | last post by:
I'm playing with a sudoku GUI...just to learn more about python. I've made 81 'cells'...actually small canvases Part of my scheme to write the cells (all 81 of them in the gui) to a file (using...
9
by: Tristán White | last post by:
Hi I am very new to PHP - actually, this is my second day at it, as I've only recently started a new job last week. We're a charity. I have a "No input file selected" problem. A Google search...
7
vikas251074
by: vikas251074 | last post by:
I am getting error above in following code since few days giving tension day and night. How can I solve this? I am facing since Oct.25. in line no. 362 After doing a lot of homework, I am...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.