Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Mega Validation Problem
Old 05-22-2005, 11:40 AM Mega Validation Problem
vsjames's Avatar
Novice Talker

Posts: 8
Location: Uk
Trades: 0
I have validated my webpage but I get a load of random stuff when I do it! I understand it all to be saying, that this makes no sense for example:


http://validator.w3.org/check?uri=ht...00=1&verbose=1


- James
vsjames is offline
Reply With Quote
View Public Profile Visit vsjames's homepage!
 
 
Register now for full access!
Old 05-22-2005, 12:35 PM
CasaPages's Avatar
SillyPhilly

Posts: 758
Location: between here an somewhere else
Trades: 0
Ok well you have some issues......

First off try using this doc type at the top of your page
HTML Code:
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
next in the head portion of your html add these meta tags

HTML Code:
<meta http-equiv="Content-Language" content="en-us" />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
Now keep in mind when using xhtml everything has to be in lowercase....

example you have a <FORM> tag it should be <form>
also tags such as <br> and <img src="whatever.jpg"> need to have a closer like so...

<br /> and <img src="whatever.jpg" /> oh and meta tags need this....

try those items and run the validator again....

good luck
__________________
It Happens

Please login or register to view this content. Registration is FREE
CasaPages is offline
Reply With Quote
View Public Profile Visit CasaPages's homepage!
 
Reply     « Reply to Mega Validation Problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.51292 seconds with 12 queries