In article
<57a49620-4d1b-444b-b3cc->,
wrote:
> On Oct 30, 7:03 pm, dorayme <doraymeRidT...@optusnet.com.au> wrote:
> > In article
> > <96a259e0-c9d0-45dc-8a36-7ea268b94...@s1g2000prg.googlegroups.com>,
> >
> > midor...@yahoo.com wrote:
> > >http://www.cpart.co.cc/calendars/index.html
....
> > First job, validate the HTML.
> >
> > You need to set your character encoding, your page is showing white
> > diamond shaped backed black question marks on my browsers... More info
> > when you take a look at
> >
> > <http://validator.w3.org/>
> >
> > I suspect you also need a plain text editor, set plainly, to write your
> > source code. Don't use curly quotes and funny dashes, uses simple plain
> > ones. Korpela will explain all this to you if he is in a good mood.
> >
....
>
> ... I'm coding the css and html in notepad ++
> and I had the curly brackets in their because the person I'm making
> the site for insisted on them to emphasize "inches" for the
> product descriptions. What encoding type would you recommend, UTF-8 is
> the one I see often and when I used it I indeed did
> get the boxes and question marks.
How your server is set up is an important factor in this. To learn about
this you need to follow up, for example, the link I gave you before on
validation. If you have no control of your server, you should ask server
admin to set things up to deliver UTF-8 (if that is what you want, it
sounds reasonable to me). At least stick this in the head of your docs,
(Use 4.01 Strict Doctype declaration at the top of your HTML):
<meta http-equiv="content-type" content="text/html; charset=utf-8">
as well.
The other factor is how you have your text editor set up. I know nothing
about Notepad except that it is something plainish and wholesome (I hear
my editors talking to each other after work and they seem to like
Notebook). In my editor I have set it to save docs in UTF-8.
Perhaps you might also read about referencing characters (including
curly quotes by character encoding names) like “ and &rdquo

:
<http://en.wikipedia.org/wiki/Quotation_mark_glyphs>
Also scan archives of this group.
You could profit from reading my favourite Finnish writer:
<http://www.cs.tut.fi/~jkorpela/chars.html>
--
dorayme