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
Page fails validation, error given confuses me
Old 02-23-2008, 04:50 PM Page fails validation, error given confuses me
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
For some reason this page fails validation, I can't figure it out.

The link to the validation page: http://validator.w3.org/check?uri=ht...Inline&group=0

HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>ArenBlogs</title>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta name="description" content="Free blog using Arenlor Blogging software.">
<meta name="keywords" content="Arenlor, Arenlor BloodLeaf, Arenlor Productions">
<meta name="robots" content="index,follow">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" href="favicon.ico">
</head>
<body><h1 class="head">ArenBlogs</h1><hr class="top"><p><a href="index.php">Home</a> | <a href="login.php">Login</a> | <a href="register.php">Register</a> | <a href="about.php">About Us</a></p><p>Please login below, if you don't have a login please <a href="register.php" title="register">register</a>.</p>
<form action="login.php" method="post"><fieldset><input type="text" name="username" value="username"><input type="password" name="password" value="password"><input type="submit" value="Login"></fieldset></form>
<hr><p class="footer"><a href="http://prod.arenlor.com/blogs/">ArenBlog v1.0</a> Released Under the <a href="http://www.arenlor.com/freedom.php">Arenlor Freedom License</a></p></body></html>
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
 
Register now for full access!
Old 02-23-2008, 04:57 PM Re: Page fails validation, error given confuses me
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Quote:
start tag for "LEGEND" omitted
What is not clear in that !?

Any fieldset elements must have a legend.
So, add a legend in it:
Code:
<fieldset>
  <legend>My fieldset</legend>
  blah blah blah
</fieldset>
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 02-23-2008, 05:00 PM Re: Page fails validation, error given confuses me
Arenlor's Avatar
Ultra Talker

Posts: 462
Name: Jerod Lycett
Location: /home/arenlor
Trades: 0
I had not known that. Thank you very much!
__________________
PHP Code:
<?php echo "Hello World"?>
HTML Code:
<html><head><title>Hello World</title></head><body><p>Hello World</p></body></html>
Arenlor is offline
Reply With Quote
View Public Profile Visit Arenlor's homepage!
 
Reply     « Reply to Page fails validation, error given confuses me
 

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.28106 seconds with 12 queries