This is a discussion on "Yikes. I need help validating!" within the Web Page Design section. This forum, and the thread "Yikes. I need help validating! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Yikes. I need help validating!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Yikes. I need help validating!
Hi everyone.
So I am supposed to be making sure that a website of mine is validated before I can present it in class tomorrow for my final. I am having the hugest time validating this stinkin page. (And it's only the index page so far!) Here is the page: http://www.rawker.com/indextest.htm Here is the code that I have on the page. I honesty don't understand what this validating page is trying to tell me. I do know that it is calling out some issues in the script, but there is nothing I can do to change that script because I got it as a navigation menu from dynamic drive, but the rest of it I am having troubles with. I don't know what to do anymore
|
|
#2
|
|||
|
|||
|
move your javascript to an external file. Then the validator won't need to read it.
The only errors that remain then are that you don't have alt attributes on some of your images. If Javascript is disabled, your site is un-navigable. |
|
#3
|
|||
|
|||
|
Scripts and style blocks are both considered character data. The validator shouldn't parse it, but because it hasn't been marked as character data, it is parsed. That is why your scripts render errors.
In scripting, your script should be something like this:
I hope that helps! |
|
#4
|
|||
|
|||
|
Thank you so much for both of your help. I am going to give this a shot and let you know if I was able to get it to work
|
|
#5
|
|||
|
|||
|
I was able to get the coding to work! Thank you! I have run into another problem though. I don't understand why this is the case on this:
On my about page: www.rawker.com/about.htm I run into one error:
|
|
#6
|
|||
|
|||
|
its probably because you have html tags inside of a textarea, try using the ascii equivalents of > and < instead.
|
|
#7
|
||||
|
||||
|
Smokie is right.... use this for your textarea code:-
__________________
Rob - Webforumz Founder I am currently NOT available for SEO consultancy work My Sites: Student Midwife Forum
Last Blog Entry: Creative Labs threaten developer over home made drivers.... (Apr 1st, 2008)
|
|
#8
|
|||
|
|||
|
Oh my gosh!
I cannot believe that my WHOLE website: www.rawker.com that I have to present in two hours is completely validated. I NEVER thought I would be able to get it completely validated! I went from 70 errors on every single page to 0! I could not have done it without your guy's help. Thank you so very much. I am super grateful. I was getting desperate. Unfortunately I was not receiving help anywhere else. Thank you SO much! |
|
#9
|
|||
|
|||
|
That's what we are all here for.
|
![]() |
| Tags |
| yikes, help, validating |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| validating username | sudhakararaog | PHP Forum | 0 | May 27th, 2008 18:50 |
| Worth validating with JS as well as php? | djeyewater | PHP Forum | 6 | Mar 27th, 2008 15:03 |
| Help validating | Oak | Web Page Design | 11 | Feb 5th, 2008 10:55 |
| Validating target | Lchad | Web Page Design | 16 | Jan 18th, 2007 14:36 |
| validating xhtml with ' ' | rocket468 | Web Page Design | 3 | Dec 31st, 2006 06:38 |