| Coding Forum Problems with your code? Let's hear about it. |
11-04-2003, 11:28 AM
|
#1 (permalink)
|
|
Inactive
Join Date: 11-04-03
Location: Portland, OR USA
Posts: 7
Latest Blog: None
|
Doctype problems
I am having serious problems with people from all over the country being unable to access my website: http://www.willametteweb.us. They can neighter access through Explorer or Netscape; and, probably the same with Opera too.
Bu, I will be darn if I know which DOCTYPE to use. I can read about until I am throughly exhausted and still none of the DOCTYPES seem to work. What is it?
Here is what you can see in the index page:
Quote:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Williamette Webhosting</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<meta name="description" content="Willamette Web Hosting, your one-stop shopping center for all of your web presence needs. Here you will find domain names, webhosting and e-commerce packages for unbelievably low prices, along with the best customer support in the business. That's our guarantee to you, our customer!">
<meta name="keywords" content=<"amazon.com, domain names, domain registration, ecommerce, e-commerce, e-commerce packages, forum, goemerchant, home, information, lmmd-design, web design, webhosting, willamette webhosting, wwh,">
<meta name="robots" content="ALL">
<meta http-equiv="pragma" content="no-cache">
<meta name="revisit-after" content="15">
<meta name="classification" content="Business, Internet">
<meta name="distribution" content="Global">
<meta name="rating" content="Safe For Kids">
<meta name="copyright" content="willamette webhosting/lmmd-design, 2003">
<meta name="author" content="Joseph Allard">
<meta http-equiv="reply-to" content="admin@willamette.us">
<meta name="language" content="English">
<meta name="doc-type" content="Web Page"">
<meta name="doc-class" content="Published">
<meta name="doc-rights" content="Public">
</head>
<LINK href="style.css" type=text/css rel=stylesheet>
<body bgcolor="#B8BCBD" bottommargin="0px">
|
Can some please enlighten me with the proper DOCTYPE. I would really appreciate it. Thanks.
|
|
|
11-04-2003, 11:37 AM
|
#2 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: UK
Posts: 370
|
I've got Firebird 0.7 and can see your site as clear as day.
|
|
|
11-04-2003, 11:45 AM
|
#3 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 7,481
Latest Blog: None
|
I can see the site from Ireland in IE6.0, akthough this is written at the very top:
<"amazon.com, domain names, domain registration, ecommerce, e-commerce, e-commerce packages, forum, goemerchant, home, information, lmmd-design, web design, webhosting, willamette webhosting, wwh,">
|
|
|
11-04-2003, 12:04 PM
|
#4 (permalink)
|
|
Inactive
Join Date: 10-13-03
Location: Nova Scotia, Canada
Posts: 63
Latest Blog: None
|
Re: Doctype problems
Quote:
|
Originally Posted by jallard
Quote:
|
<meta name="keywords" content=<"amazon.com, domain names, domain registration, ecommerce, e-commerce, e-commerce packages, forum, goemerchant, home, information, lmmd-design, web design, webhosting, willamette webhosting, wwh,">
|
|
You might want to get rid of the "<" after "content="....some of the older and pickier browsers might be having a problem with it.
|
|
|
11-04-2003, 12:14 PM
|
#5 (permalink)
|
|
Inactive
Join Date: 11-04-03
Location: Portland, OR USA
Posts: 7
Latest Blog: None
|
after content=
How do you write meta tags without the "<" after "content="....?
|
|
|
11-04-2003, 12:14 PM
|
#6 (permalink)
|
|
No Longer Here
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
Latest Blog: None
|
Like this:
[code:1:6b3fcb31f4]<meta name="keywords" content="amazon.com, domain names, domain registration, ecommerce, e-commerce, e-commerce packages, forum, goemerchant, home, information, lmmd-design, web design, webhosting, willamette webhosting, wwh,">[/code:1:6b3fcb31f4]
|
|
|
11-04-2003, 12:16 PM
|
#7 (permalink)
|
|
Inactive
Join Date: 11-04-03
Location: Portland, OR USA
Posts: 7
Latest Blog: None
|
Duh!
Thanks Jazzee. I appreciate your time.
|
|
|
11-04-2003, 12:35 PM
|
#8 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: UK
Posts: 370
|
* breathes in sharply * amazon.com in the keyword tag? Some sites can get touchy with their url/name in other sites code. Not that you're ever going to rank well for it, but you know how possessive some are...
|
|
|
11-05-2003, 01:29 PM
|
#9 (permalink)
|
|
Inactive
Join Date: 11-04-03
Location: Portland, OR USA
Posts: 7
Latest Blog: None
|
Update to same problem
Whenever I add a DOCTYPE to my index page--/index.php--it alters the "<!-- offers area --><!-- begin of 1 table -->," alighment.
That is to say, "that instead of it aligning 'left,' it aligns 'center.'" When I delete the DOCTYPE and re-upload it puts everything back to where it should be. So, which DOCTYPE is acceptable? And, why would it cause problems with the source coding?
|
|
|
11-06-2003, 11:49 AM
|
#10 (permalink)
|
|
Inactive
Join Date: 11-04-03
Location: Portland, OR USA
Posts: 7
Latest Blog: None
|
What? No Response?
This is what I love about some forums. Waiting for a response is like waiting for the second coming of Christ: And, he is an "absentee landlord."
Should I expect more or less?
|
|
|
11-06-2003, 03:08 PM
|
#11 (permalink)
|
|
Contributing Member
Join Date: 10-13-03
Location: UK
Posts: 370
|
DOCTYPE's tell the browser which 'hymn sheet' it should be singing from.
It's an HTML validation problem.
Begin here - http://validator.w3.org/
|
|
|
11-06-2003, 03:14 PM
|
#12 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
"DOCTYPE's tell the browser which 'hymn sheet' it should be singing from. "
Well put Fruity!
Jalard: for another search term to google, try "quirks mode" - this is like when the browsers decide to stop using the new revision of the hymn sheet and go back to the old one that is a bit more forgiving.
|
|
|
11-06-2003, 03:42 PM
|
#13 (permalink)
|
|
Inactive
Join Date: 11-04-03
Location: Portland, OR USA
Posts: 7
Latest Blog: None
|
Conclusion
Well after much research and reading about DOCTYPES I am not qualified to re-write my own. Probably because I didn't fully understand it? Every DOCTYPE that I tried to use --(six in all)-- would alter the alignment of some of the source code. Making everything look aligned "centered," rather than aligned "left."
I guess what it boils down to is either re-write the source code -- the PHP, the CSS, and the HTML -- or not use a DOCTYPE.
Thanks for your help, Really!
|
|
|
11-06-2003, 03:46 PM
|
#14 (permalink)
|
|
Moderator
Join Date: 10-13-03
Location: UK
Posts: 2,819
Latest Blog: None
|
I was going to ask if you've tried no DOCTYPE, sometimes it's the only solution!
|
|
|
11-06-2003, 05:02 PM
|
#15 (permalink)
|
|
Inactive
Join Date: 10-13-03
Posts: 1,671
Latest Blog: None
|
make it transitional
|
|
|
|
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 04:28 AM.
© Copyright 2008 V7 Inc
|