Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Ezilon Directory   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 11-09-2007, 03:14 AM   #1 (permalink)
Contributing Member
 
Join Date: 10-20-03
Posts: 90
iTrader: 0 / 0%
Latest Blog:
None

chrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebody
Random characters appearing in place of £ and $ symbols...

We have a couple of news feeds on our site and also some figures with currency symbols. For some reason these symbols frequently change to other random symbols.

This happens with two different hosting companies that we use.

The hosting companies just told us it's the way their systems work and interpret the site.

any ideas?
chrisnrach17 is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 11-09-2007, 03:20 AM   #2 (permalink)
v7n Mentor
 
Join Date: 09-03-07
Location: England
Posts: 538
iTrader: 0 / 0%
Latest Blog:
None

Boogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really nice
How are you displaying the figures?

Example:

£ sign = £

Are you using correct HTML entities? Try using babelPad it converts symbols etc to HTML entities for, does lots of other conversions too.

I don't want to go 100% strong on this but I don't think their systems can interpret an HTML entity incorrectly- i just don't think they understand the problem.... or more likely am i barking up the wrong tree?
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-09-2007, 03:25 AM   #3 (permalink)
Contributing Member
 
Join Date: 10-20-03
Posts: 90
iTrader: 0 / 0%
Latest Blog:
None

chrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebody
thanks for replying so quick.

the £ sign is entered in the html as £ - not £

also, we've got some bullet points that are appearing as question marks. the bulletpoints were just created using the frontpage bulletpoints menu.
chrisnrach17 is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-09-2007, 03:28 AM   #4 (permalink)
v7n Mentor
 
Join Date: 09-03-07
Location: England
Posts: 538
iTrader: 0 / 0%
Latest Blog:
None

Boogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really nice
OK so you need to change the £ sign to this:

£ (just copy & paste but make sure you put it in the HTML code view and not design view.)

please don't use FrontPage for your bulletList, use this:

html:
Code:
<ul id="bulletList1"> <li>text here</li> <li>text here</li> <li>text here</li> </ul>
CSS:
Code:
#bulletList1 { styles... }
hope this helps?

Boog's
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-09-2007, 03:50 AM   #5 (permalink)
Contributing Member
 
Join Date: 10-20-03
Posts: 90
iTrader: 0 / 0%
Latest Blog:
None

chrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebody
yeah that's been very helpful. thanks very much.

what would cause an issue like this?? it's been uploaded for over a month with no problems.

do you know what the code for a ' is - instead of typing an ' ?
chrisnrach17 is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-09-2007, 03:55 AM   #6 (permalink)
v7n Mentor
 
Join Date: 09-03-07
Location: England
Posts: 538
iTrader: 0 / 0%
Latest Blog:
None

Boogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really nice
Yes the code for an apostraphe is:

&apos;

it's usually the ampersand with a small denotion of the real character itself.

check out BabelPad: does all this for you

Boog's
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-09-2007, 04:24 AM   #7 (permalink)
Contributing Member
 
Join Date: 10-20-03
Posts: 90
iTrader: 0 / 0%
Latest Blog:
None

chrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebodychrisnrach17 is liked by somebody
do you know what causes this? It's frustrating the FrontPage allows you to enter £ symbols etc but then the page doesnt display properly when uploaded.

i guess it's time we changed to Dreamweaver - or would we face the same problem with that?
chrisnrach17 is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-09-2007, 06:17 AM   #8 (permalink)
v7n Mentor
 
Join Date: 09-03-07
Location: England
Posts: 538
iTrader: 0 / 0%
Latest Blog:
None

Boogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really niceBoogle is just really nice
Erm... it basically does it because as you enter text in design mode i don't think FrontPage automatically changes the symbol characters to HTML entities... I can't comment too much because i've never used FrontPage i'm afraid.

Dreamweaver does take care of this AFAIK, so you would be OK on there, however I urge you to go with Visual Studio instead because i'm very biased and like it lots and lots!

BIG UP THE VS CLAN!

Boog's
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is offline  
Add Post to del.icio.us
Reply With Quote
Old 11-09-2007, 06:31 PM   #9 (permalink)
Contributing Member
 
Join Date: 02-10-07
Posts: 368
iTrader: 2 / 100%
Latest Blog:
None

ScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of lightScriptMan is a glorious beacon of light
Quote:
Originally Posted by chrisnrach17 View Post
do you know what causes this? It's frustrating the FrontPage allows you to enter £ symbols etc but then the page doesnt display properly when uploaded.

i guess it's time we changed to Dreamweaver - or would we face the same problem with that?
I only have an older version of FP. There was never a problem if I used the insert symbol function.

One thing I will add to the previous comments is the charset declaration can affect the browser display. Sometimes if I have been working with a utf-8 charset my ' or " appear as little boxes when saved and displayed in IE7.

The advice given works about & works everytime.
__________________
ScriptMan
Gardening?
ScriptMan is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Christian churches use Jewish symbols to to convert Jews to Jesus KeithCash Politics 14 10-10-2007 07:23 AM
Trademark Symbols Everywhere :( signature16 Web Usability 4 06-01-2007 01:11 PM
Why are these characters appearing as question marks? JamieJelly Coding Forum 3 08-11-2006 11:19 AM
Our pages aren't appearing in google. Help! chrisnrach17 Google Forum 4 10-23-2003 08:32 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 04:20 PM.
© Copyright 2008 V7 Inc