can't validate site in order to post real question

This is a discussion on "can't validate site in order to post real question" within the Starting Out section. This forum, and the thread "can't validate site in order to post real question are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 16th, 2008, 01:22
New Member
Join Date: Jan 2008
Location: Brooklyn
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
can't validate site in order to post real question

Hi there, I put up my first website yesterday, and while most things seems to be working, I found a problem today and came here for help. The welcome info said that I should first validate my page, and it turns out I don't even know enough to do that. Using this site's validator and links, I've tried a dozen different ways to add a valid doctype, but nothing works. I'm using Namo WebEditor 2006 on a PC running Windows XP Home.

The last thing I tried was to save the doc in Namo as an XHTML doc, which was supposed to add the correct doctype and clean up the code. But it didn't work. When I tried to validate I still got an invalid doctype and almost 100 errors most of which I don't understand how to fix! Any advice would be appreciated.
Reply With Quote

  #2 (permalink)  
Old Jan 16th, 2008, 01:34
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,602
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: can't validate site in order to post real question

Do you have your site hosted somewhere? Could you give us the link?
or.. Check out this types of HTML DOCTYPE that you should use! Most people use the HTML Strict DTD!

Cheers...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #3 (permalink)  
Old Jan 16th, 2008, 01:40
New Member
Join Date: Jan 2008
Location: Brooklyn
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: can't validate site in order to post real question

Wow, thanks for your quick response!
It's here: www.milliongadgetmom.com

BTW, the original problem I was trying to solve was this: When I first open my site and try to open any link that links to a page within my site, a new browser window opens (which I do not want to happen). In that new window, everything opens in that current window the way it's supposed to.

The links that are not part of my website open correctly (in the same browser page) right from the beginning.

Thanks!
Reply With Quote
  #4 (permalink)  
Old Jan 16th, 2008, 02:03
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,602
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: can't validate site in order to post real question

Your site have:You are using an XHTML doctype (which you are using right now) this means you need to self-close elements.
Code: Select all
<link href="style.css" rel="stylesheet" type="text/css">
to
Code: Select all
<link href="style.css" rel="stylesheet" type="text/css" />


It's better for you to use an
HTML or XHTML Strict DTD. I don't see any problem in your link, perhaps it was your doctype. Try change them and see what happen!
Cheers...
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #5 (permalink)  
Old Jan 16th, 2008, 02:30
New Member
Join Date: Jan 2008
Location: Brooklyn
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: can't validate site in order to post real question

Thanks for you answer - however, I'm not sure I understood it. I was just using whatever Namo automatically uses. My knowledge of html is relatively limited and I don't understand the differences between the types of html/xhtml.

In the meantime, I've noticed that when I type in www.milliongadgetmom.com it does not open the "index.htm" page. I suspect this would solve the problem. How can I get the browser to automatically go to the index page?

Thanks!
Reply With Quote
  #6 (permalink)  
Old Jan 16th, 2008, 04:04
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,602
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: can't validate site in order to post real question

The link I gave you explains it all! HTML DOCTYPE
If you want to know the differences, Read This!

Regarding your "index.htm", I think it has to do with your hosting setting!
I am not sure, just wait perhaps some of the staff will reply to you!

Cheers..
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
  #7 (permalink)  
Old Jan 16th, 2008, 16:24
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: can't validate site in order to post real question

For your link problem, try removing this

HTML: Select all
<base target="contents" />
Quote:
Originally Posted by cicek View Post
In the meantime, I've noticed that when I type in www.milliongadgetmom.com it does not open the "index.htm" page. I suspect this would solve the problem. How can I get the browser to automatically go to the index page?Thanks!
hmmm ... it does go to index.htm

Last edited by karinne; Jan 17th, 2008 at 13:24.
Reply With Quote
  #8 (permalink)  
Old Jan 17th, 2008, 01:09
Most Reputable Member
Join Date: Feb 2004
Location: Borneo
Age: 27
Posts: 1,602
Blog Entries: 2
Thanks: 0
Thanked 4 Times in 3 Posts
Send a message via Yahoo to Monie
Re: can't validate site in order to post real question

Looks like he already solved the problem!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
Reply With Quote
Reply

Thread Tools

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

BB 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
New to site, have a question. denverguy Introduce Yourself 3 Nov 20th, 2007 16:53
Site Design Help for Build to Order Products splitbux Web Page Design 3 Nov 20th, 2007 12:10
Logo and template needed for real estate site ch1one Job Opportunities 0 Aug 1st, 2007 18:28
First site. 1 question. tengu Web Page Design 3 Nov 27th, 2006 21:08
Learning Site Question barlows Classic ASP 12 Sep 27th, 2004 17:00


All times are GMT. The time now is 22:23.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43