? instead of £ in fp 2003

B

bumblingalong

i've just published my site and have found where ever i wanted £ to appear i
have got ? instead, anyone got any clues why?

Also on some pages i have got the copyright symbol which i got from the
character map and that also appears as ?
 
S

Susan

You may want to go into the HTML code and where you want
a copyright symbol use &#0169, and for the British pound
sign use &#0163.
 
R

Ronx

Those entities should end with semi-colons - & # 169; (without the
spaces).

--
Ron
--
Reply only to group - emails will be deleted unread.


You may want to go into the HTML code and where you want
a copyright symbol use &#0169, and for the British pound
sign use &#0163.
 
Top