 |
| Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more. |
|
 |
02-21-2006, 07:35 AM
|
#1 (permalink)
|
|
Junior Member
Join Date: 02-21-06
Posts: 9
Latest Blog: None
|
Question about question marks?
I'm build a website for out local county with microsoft publisher2003. I uploaded it to my own person FTP site and every thing was fine. Then I upload it to the counties FTP and I get all the question marks where the appostrophies and quote marks should be. I know that the county's webhosting guys are using 'Apache/2.0.46 (CentOS) Server'. Here is a link to one of the pages. Ignore the messed up links on the pictures.
Any ideas?
Thanks
|
|
|
02-21-2006, 09:52 AM
|
#3 (permalink)
|
|
Senior Member
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 653
Latest Blog: None
|
The code is way to complex, did you ever use FrontPage or DreamWeaver? Publisher is not the right tool to use for making webpages.
I will guess that if you did this in FP or DW you would get the code down to less the 5% off what it is right now.
|
|
|
02-21-2006, 09:57 AM
|
#4 (permalink)
|
|
Junior Member
Join Date: 02-21-06
Posts: 9
Latest Blog: None
|
I've never used front page or dreamweaver. The only reason I used publisher is because thats what I happen to have on my computer. Looks like I'll need to get ahold of another program. Any suggestions as to where would be the best place to get either front page or dreamweaver?
clipse
|
|
|
02-21-2006, 10:18 AM
|
#6 (permalink)
|
|
Junior Member
Join Date: 02-21-06
Posts: 9
Latest Blog: None
|
I have a very basic knoledge of building websites. I first started with http://www.w3schools.com/ but it would take me forever to make one like I want, just typing out all the code. I think I'll got with Frontpage and see if I can get the county to pay for it. If not then I will be shopping around to get the best deal I can.
Thanks,
Nate
|
|
|
02-21-2006, 10:19 AM
|
#7 (permalink)
|
|
Senior Member
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 653
Latest Blog: None
|
No problem
|
|
|
02-21-2006, 10:28 AM
|
#9 (permalink)
|
|
Senior Member
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 653
Latest Blog: None
|
dont know, could be an OEM version, but it dosent appear like it, maybe do a little googeling to if the compagny has a bad rep or sell illigal copies
|
|
|
02-21-2006, 10:29 AM
|
#10 (permalink)
|
|
Senior Member
Join Date: 10-13-03
Location: wonderfull Copenhagen, DK
Posts: 653
Latest Blog: None
|
ahhh
Quote:
|
This area of our Web site is dedicated to Qualified Educational Users only. The academic edition products that are displayed are only available to Qualified Educational Users, as that term is defined on Microsoft’s Education Web site at www.microsoft.com/education/license/eligible.asp.
|
|
|
|
02-21-2006, 01:55 PM
|
#11 (permalink)
|
|
Junior Member
Join Date: 02-21-06
Posts: 9
Latest Blog: None
|
Just found a local company that has for just over $100 and the county will pay for it.
Thanks again for all the help.
clipse
|
|
|
02-21-2006, 09:41 PM
|
#12 (permalink)
|
|
Contributing Member
Join Date: 03-22-04
Location: Cleveland, OH
Posts: 264
|
It always makes me laugh to realize that the code generated by MICROSOFT publisher, won't even parse correctly in MICROSOFT internet explorer.
|
|
|
02-27-2006, 09:24 AM
|
#13 (permalink)
|
|
Junior Member
Join Date: 02-21-06
Posts: 9
Latest Blog: None
|
I'm still having problems with the question marks. Anyone else seeing this or is just me? I got Frontpage 2003 thinking that would fix the problem and I started all over with website. What do you guy think?
http://www.andrewcounty.org/home.htm
Here is the code for the paragraph with the question marks.
Quote:
<div style="width: 345px; position: absolute; height: 135px; left: 160px; top: 165px">
<div class="shape" style="PADDING-RIGHT: 2.85pt; PADDING-LEFT: 2.85pt; PADDING-BOTTOM: 2.85pt; PADDING-TOP: 2.85pt" v:shape="_x0000_s1057">
<p class="MsoNormal" style="MARGIN-BOTTOM: 7pt; mso-pagination: none">
<span style="language: EN; mso-ansi-language: EN; font-weight:700">
<font size="2">Welcome to Andrew
County’s first ever, website. For information on contacting one of the
offices please click on “County Offices” and choose which office you are
looking for.
</font>
<o:p></o:p></span></div>
</div>
|
|
|
|
02-27-2006, 09:34 AM
|
#14 (permalink)
|
|
V7N Administrator
Join Date: 10-13-03
Location: Texas
Posts: 23,293
|
Quote:
|
Originally Posted by clipse
I'm still having problems with the question marks. Anyone else seeing this or is just me? I got Frontpage 2003 thinking that would fix the problem and I started all over with website. What do you guy think?
http://www.andrewcounty.org/home.htm
Here is the code for the paragraph with the question marks.
|
Make sure you have declared the character encodings in the header for starters. What FTP program are you using? It sounds like one of your settings is causing this. Experiment with different settings or using auto as the preference. As a last resort, you can replace characters with the character codes in the html code.
__________________
GNC Web Creations - Free Search Engine Optimization (SEO) Training Class
Website Development Training - Website Development Training Blog
What are you waiting for? Submit your site to directory.v7n.com today!
|
|
|
02-27-2006, 09:41 AM
|
#15 (permalink)
|
|
Junior Member
Join Date: 02-21-06
Posts: 9
Latest Blog: None
|
I'm using Filezilla to upload the site to the FTP. Thanks, I'll do some experimenting.
|
|
|
02-27-2006, 09:58 AM
|
#17 (permalink)
|
|
V7N Administrator
Join Date: 10-13-03
Location: Texas
Posts: 23,293
|
WONDEFUL! Glad to hear it!
__________________
GNC Web Creations - Free Search Engine Optimization (SEO) Training Class
Website Development Training - Website Development Training Blog
What are you waiting for? Submit your site to directory.v7n.com today!
|
|
|
03-15-2006, 03:16 PM
|
#18 (permalink)
|
|
Junior Member
Join Date: 03-15-06
Posts: 1
Latest Blog: None
|
Cricket,
Thanks for the above link! I was having the ? problem too. It really helped!
Thanks again!
Smiley
|
|
|
03-15-2006, 03:21 PM
|
#19 (permalink)
|
|
V7N Administrator
Join Date: 10-13-03
Location: Texas
Posts: 23,293
|
You're very welcome! I am pleased it helped you.
Welcome to the v7n!
__________________
GNC Web Creations - Free Search Engine Optimization (SEO) Training Class
Website Development Training - Website Development Training Blog
What are you waiting for? Submit your site to directory.v7n.com today!
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -7. The time now is 01:27 PM.
© Copyright 2008 V7 Inc Powered by vBulletin Copyright © 2000-2009 Jelsoft Enterprises Limited.
|
|
|