Click to See Complete Forum and Search --> : Review Version 2


FreeBSDWorldNET
09-15-2006, 05:55 PM
Can some people review version 2 of my website. Think I need help with colors. (forum section) Any other comments would be great. Thanks

(Yes I"m working on w2 valid html) Looking for layout and color help. Thanks

http://www.freebsdworld.net

jalarie
09-19-2006, 09:20 AM
You specified a "xhtml" doctype, so all tags need to be closed. The "<br>" should be written as "<br />" instead, and "<input ...>" should be "<input ... />" to be valid.

The "<span>" tag can't enclose a "<form>" tag. Maybe "<div>" would do what you want.

You have three "</a>" tags which don't match to an opening tag: lines 77, 79, and 90.

KDLA
09-19-2006, 02:31 PM
Conduct a grammar and spell check of your text. There are quite a few errors. Also work on the actual content -- you're taking a long time to say things that can be put in much simpler terms.

KDLA

meinsla
10-13-2006, 08:49 AM
You entire code consists of:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>www.freebsdworld.net is offline</title>
</head>
<body>
<h1>www.freebsdworld.net is offline</h1>
<hr>
<p>www.freebsdworld.net is currently offline. Please try again
later.</p>
</body>
</html>

Simple, but unoriginal.