![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| Welcome
to Tech Support Forum home to more then 136,000 problems solved. Issues
have included: Spyware, Malware, Virus Issues, Windows, Microsoft,
Linux, Networking, Security, Hardware, and Gaming Getting your
problem solved is as easy as: 1. Registering for a free account 2. Asking your question 3. Receiving an answer Registered members: * See fewer ads. * And much more..
|
| Want to know how to post a question? click here | Having problems with spyware and pop-ups? First Steps |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
Registered User
|
I have just validated my home page, which came up with 27 errors.
http://www.stereofx.net/index.htm Most of the errors come from the Flash music player which the code was automatically generated - I don't know anything about Flash yet... Other errors are XML parsing errors which I have no idea why they are errors. Any help will be greatly appreciated! Thanks in advance. |
|
|
|
| Important Information |
|
Join the #1 Tech Support Forum Today - It's Totally Free!
TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free. Join TechSupportforum.com Today - Click Here |
|
|
#2 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros
|
Re: Errors Validating my XHTML
Hey to cut down a few of those errors to start you need to change:
Code:
<link rel="icon" href="http://www.stereofx.net/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> Code:
<link rel="icon" href="http://www.stereofx.net/favicon.ico" type="image/x-icon" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> Code:
<embed src="http://www.junodownload.com/flash/portable/" FlashVars="branding=download&playlist_url=http%3A%2F%2Fwww.junodownload.com%2Fplaylists%2Fdynamic%2Flabel%2FStereo%252BFX%2Fnewest%2F100.xspf&tracks_only=1" width="460" height="280" type="application/x-shockwave-flash" /></embed> Code:
<embed src="http://www.junodownload.com/flash/portable/" flashvars="branding=download&playlist_url=http%3A%2F%2Fwww.junodownload.com%2Fplaylists%2Fdynamic%2Flabel%2FStereo%252BFX%2Fnewest%2F100.xspf&tracks_only=1" width="460" height="280" type="application/x-shockwave-flash" /></embed> Do that, re-validate and we'll keep on going =] Cheers, Jamey |
|
|
|
|
|
#3 (permalink) |
|
Registered User
|
Re: Errors Validating my XHTML
Thanks for your help on fixing some of those errors. I managed to get rid of those particular errors, then when I re-validated I got something like 72 errors. So I decided to re-design my home page, which is now looking like 20 times better, only I have now got 99 errors and a problem with my flash video player which brings me to 2 questions:
1. I have inserted a Flash Video (via dreamweaver's 'insert flash video option) and does not show when I go into my site. - http://stereofx.net (will show a blank white space) - screenshot - http://www.stereofx.net/images/screenshot.jpg The screenshot displays what the page should look like. I have searched this problem and found a server related problem which does not recognize .flv files - my server host claims the problem is not on their side... Any idea's what is causing this??? 2. Most of the errors when I validate the page come from the javascript (which never came up before). All my pages on my site have that same javascript code which make the buttons work etc. Is there a way I can cut the javascript from all the pages on the site, paste it in to 1 html file and just link it up to all the webpages? - Like CSS? Thx! |
|
|
|
|
|
#4 (permalink) |
|
Design Team Member
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,879
OS: Vista, various linux distros
|
Re: Errors Validating my XHTML
Hey, the reason your video player is not showing up is because you have not uploaded (to your webserver/host/whatever) the file "Scripts/AC_RunActiveContent.js". Or you've uploaded it to a different place, the way to fix this is upload "Scripts/AC_RunActiveContent.js" to "http://stereofx.net/Scripts/AC_RunActiveContent.js"...
AS for the javascript errors, i can't find the cause myself because dreamweaver's JS is messy. I'll take a look over it when i can. But the way to have one script file across many pages is: 1) move the code between the two script tags into a ".js" ending file. 2) Upload the .js file somewhere 3) change the script tags to: HTML Code:
<script language="javascript" src="yourscriptfile.js" type="text/javascript"></script> Jamey |
|
|
|
![]() |
| Thread Tools | |
|
|