navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

Why is my text doing this?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Microsoft FrontPage Help >> Why is my text doing this?
Page: [1]
 
Besharah

 

Posts: 25
Joined: 2/5/2006
Status: offline

 
Why is my text doing this? - 2/8/2006 4:03:10   
I just finished uploading my index page. When I previewed it in Dreamweaver, the page looked fine. However now that it is live, this is what's happening to the text.

Don’t forget to checkout this section
it this far”

Can someone help.

http://www.thehiphopworld.com
Taz

 

Posts: 2884
Joined: 7/6/2004
From: U.K (Formerly outer space.)
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 5:09:00   
Looks like it's in the code.
quote:

<p class="style2">Thehiphopworld.com is being built to celebrate the culture and inform you on where it’s at, and where it's going.<strong>


Did you copy and paste this text from anywhere or did you type it out in code view/WYSIWYG view?

_____________________________

Smiley T-Shirts and other Geeky fun stuff, Smileys and phpbb Smiley paks.
:)

(in reply to Besharah)
Kitka

 

Posts: 2520
Joined: 1/31/2002
From: Australia
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 5:12:17   
It looks like you have curly quotes and curly apostrophes being converted to weird code for some reason. If you do a "find and replace" for all the "curlies" and convert them to straight, the problem will probably disappear.

It is wise to always use straight quotes & apostrophes everywhere in a website, as you can't predict what character set visitors will be using as default.

_____________________________

Kitka
**It is impossible to make anything foolproof because fools are so ingenious.**


(in reply to Besharah)
golfer

 

Posts: 1801
Joined: 1/5/2005
From: Bath, Wiltshire, UK
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 5:14:57   
It is probably down to the use of punctuation marks.

http://www.ascii.cl/htmlcodes.htm

Look up the symbol you require in the table and insert into your html the given code.

Hope this helps:)

_____________________________

Ian

'You'll miss me when I've gone'

(in reply to Besharah)
Besharah

 

Posts: 25
Joined: 2/5/2006
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 5:35:24   
Ok. What is a curly? Yes I did copy and past from Word. I'm so lost. How do I fix this problem?

I can't see <p class="style2">Thehiphopworld.com is being built to celebrate the culture and inform you on where it’s at, and where it's going.<strong> in the dream weaver source code but I can see it live.

Where do I go from here?

(in reply to golfer)
Kitka

 

Posts: 2520
Joined: 1/31/2002
From: Australia
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 5:48:50   
quote:

Where do I go from here?


Look at this text, and you'll notice that the strange characters correspond to where you are highly likely to have Quotation marks. If you look closely at them (try increasing the font size if you can't see it well) you will notice they are curly not straight.

quote:

Thehiphopworld.com is being built to celebrate the culture and inform you on where it's at and where it's going. “Never thought that hip-hop would take it this far”(Biggie Smalls)


Open the page in Design view and highlight (with mouse) one of the curly quotes or apostrophes and go to Edit >> Replace. In the second field type " or ' and click "Replace all". DW will automatically replace all instances of that weird character on that page. You will have to repeat the process three times in all, for left and right quotes and apostrophes.

If the problem is happening on other pages, you will have to repeat the process there too.

If that doesn't fix the problem, come back and ask again.

_____________________________

Kitka
**It is impossible to make anything foolproof because fools are so ingenious.**


(in reply to Besharah)
Besharah

 

Posts: 25
Joined: 2/5/2006
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 5:52:17   
Got it. Thank you guys for the help.

(in reply to Kitka)
Besharah

 

Posts: 25
Joined: 2/5/2006
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 5:55:59   
Any advice you guys would like to offer for my site?

(in reply to Besharah)
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 7:01:35   
I'm a bit late (again:)) but it is because of the use of the UTF-8 character set
http://www.tony-franks.co.uk/UTF-8.htm
http://www.cs.tut.fi/~jkorpela/chars.html
It can often be the case that each time such a file is saved/published additional weird characters will appear. Try replacing the apostrophes and the other characters that are not behaving with the relevant code.
Edit: or change the character set, because replacing them as suggested will still cause odd characters to appear each time the file is saved/published.

< Message edited by spitfire -- 2/8/2006 7:11:48 >

(in reply to Besharah)
Taz

 

Posts: 2884
Joined: 7/6/2004
From: U.K (Formerly outer space.)
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 8:28:58   
quote:

ORIGINAL: Besharah

Yes I did copy and past from Word. I'm so lost. How do I fix this problem?


If you are going to copy and paste code from Word/web pages into other apps and progs like DW or FP you should first of all paste it into a plain text editor first (notepad or Editplus etc), this removes formatting and sometimes silly little issues and niggles like you experienced.

_____________________________

Smiley T-Shirts and other Geeky fun stuff, Smileys and phpbb Smiley paks.
:)

(in reply to Besharah)
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 10:55:56   
Sorry Taz
I have to bring it back around to the UTF-8 character set being the cause of the weird characters in places. Even with a pristine NotePad file, if the text contains characters outside of A-Z and 0-9, some of those characters will not render as expected - always wise to encode the "outside" characters anyway.
Been there, done the late-nights, etc etc:)

(in reply to Taz)
d a v e

 

Posts: 4169
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 11:02:43   
nice site but the text needs more leading/ line spacing.

_____________________________

David Prescott
Gekko web design

(in reply to spitfire)
Taz

 

Posts: 2884
Joined: 7/6/2004
From: U.K (Formerly outer space.)
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 11:56:55   
quote:

ORIGINAL: spitfire

Sorry Taz
I have to bring it back around to the UTF-8 character set being the cause of the weird characters in places.


/was just passing on a "good habit" to get into (:

_____________________________

Smiley T-Shirts and other Geeky fun stuff, Smileys and phpbb Smiley paks.
:)

(in reply to spitfire)
spitfire

 

Posts: 424
Joined: 8/6/2005
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 12:41:52   
/was just pointing out the "good habit" would probably not have fixed what ails some UTF-8 characters:)

(in reply to Taz)
womble

 

Posts: 5702
Joined: 3/14/2005
From: Living on the edge
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 15:20:31   
/is just pointing out that both the Notepad/Editplus entity name/code thingies are "Good Habits" to get into :)

_____________________________

~~ "A cruel god ain't no god at all" ~~
~~ Erase hate. Practice love. ~~
:)

(in reply to spitfire)
Besharah

 

Posts: 25
Joined: 2/5/2006
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 21:08:21   
I fixed the other pages, but it's back on http://www.thehiphopworld.com/50-cent.html
I can't find any curlies or anything wrong here.

Can someone point it out?

(in reply to womble)
Kitka

 

Posts: 2520
Joined: 1/31/2002
From: Australia
Status: offline

 
RE: Why is my text doing this? - 2/8/2006 23:27:27   
This time it looks like unusual space codes might be the culprit. Try using Backspace to remove all the spaces around where the odd characters are occurring and then replace them using your spacebar normally, then publish the page and see if it is fixed.

_____________________________

Kitka
**It is impossible to make anything foolproof because fools are so ingenious.**


(in reply to Besharah)
Besharah

 

Posts: 25
Joined: 2/5/2006
Status: offline

 
RE: Why is my text doing this? - 2/9/2006 3:03:13   
It worked. I love this forum.

(in reply to Kitka)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> Why is my text doing this?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts