Hi, I wish to confirm my this site to xhtml standards. Hemali Exports But I'm not able to make it. All the errors comes in scrolling strip. One thing is sure that I can't change the design. Also I want to make the site having xhtml standards. Can anybody help me out. or giving other alternative to this?
To check if a site complains or not with xhtml standard, you should visit validator.w3.org Either you have other Standars such as CSS and XML. When you validate a site and it does not pass the validation, it will display the problems that your web site has, so try to fix them. Remember that if you have a flash movie its imposible to validate it as xhtml. Its very complicated to create or edit a website to be valid xhtml if the structure was bad designed from the begining.. so.. i would recomend you to hire a Web Design company to re code your web site and make it xhtml valid and full CSS valid. I have done that and they have charged me 300 Dollars, the work was completed in 2 weeks and now it is 10 times faster and the code is much more cleaner. Obviously that it Validates as Xhtml and CSS. Take a look at it 200.114.215.39:8600/xhtml/index.php
Hi, That's actually incorrect. If you use the <object> element as recommended it is perfectly valid XHTML. Only <embed> is invalid. So you can have Flash applets in XHTML pages with no problem. Other than that I agree. Additionally, the W3C validators have a "verbose" option which is quite helpful. - P
I know how to integrate Flash movie in xhtml site. That is already done. and That I've done with other site too. I think you've not visited the site.. I'm talking about the scrolling images at bottom. which have the problem.
Hi, Some tips for you: Don't use XHTML Transitional. You should either use HTML 4 Strict, for maximum compatability, or XHTML 1.0 Strict/XHTML 1.1, served using an XHTML mimetype (which does not work in older browsers such as IE). Transitional should be used only for migrating an older page originally in HTML, to XHTML; not for designing new pages. Don't place Javascript in the HTML page. Rather, put it in an external .js file, and link it using the src attribute of the script tag, in the <head> section. That keeps the page size down and makes the code a lot neater. Your code is extremely hard to read as it is all over the place, not properly indented or anything. I am guessing you used a generator (Dreamweaver?) well unfortunately it is very difficult to produce a compliant site using most generator tools out there today. I seriously advice you to hand code the page instead. I hope those tips help you. I am sure you can make the site compliant if you use the W3C Validator as it gives extensive tips on each error. - P
The BEST thing I ever came across was the validator plugin in for Firefox. It validates every page you browse and helps you tidy up warnings and errors. It's a must-have for web developers in my opinion. http://users.skynet.be/mgueury/mozilla/