Jump to content

track website


Recommended Posts


Much improved from the last time I saw it. The layout is much better.

The only thing to watch out for is that you properly follow XML standards in the code. XHTML is based on XML, which means that EVERY tag needs to be closed, either by a closing tag or it being self-closed.

For example:

<br>	  <---- not closed
<br /> <---- closed

<img src="pic.jpg"> <---- not closed and missing alt
<img src="pic.jpg" alt="pic" /> <---- closed

Images also need to have an alt-text in order to meet the standard. The alt-text can be empty if you wish, but it has to be there. :)

Maybe it's just my personal preference, but I'd center the timing images at the bottom, and put a bit of space between the pictures.

Link to comment
Share on other sites

ya that xhtml stuff is fun. i used the w3c validator and now its validated :)

i know all of those rules. im just glad that i have a solid design down now.

and ya that front page could use some touching up.

but ive said in that other thread that the person i'm doing to website for does that page..

i really need to get him off of the crappy website program that he is using. it really screws up alot of the code

Edited by ripken204
Link to comment
Share on other sites

Much, much better! I like it. It now validates, too. :thumbup

But I think you need to move that to the home page, because going to http://www.yentiming.com, it doesn't look good. :no: Kick off that guy doing the front page right now and put yours in place. It's better. And whatever you do, don't let him keep using his crapola web page software. Yuk. :puke:

One little thing: "Untitled Document" is not a very good title. At all. :boring: You should fix that. But otherwise, it seems pretty good.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...