Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

Opinion...


  • This topic is locked This topic is locked

#1
alien13

alien13

    Member

  • Member
  • PipPip
  • 12 posts
Hi,

Im fairly new to the web site building so my site isnt the best (i think ive coded it incorectly), but what i want to know is if YOU think its an ok site for someone in the middle of beginner and moderate.

Link to site removed.

PS- If im not allowed to post my site, just say so and ill remove it, thanks :whistling:
  • 0

Advertisements


#2
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Hi Alien13:

As with all things, it is a start. LOL

HTML Tidy reported 107 warnings and a validattion check listed a lot of serious errors...72 according to the w3c.org validator. Might check out the validation yourself and it will list what corrections you need to make to your code:

The W3C Markup Validation Service.

Use of the Extended Interface or Extended File Upload options is recommended. Make sure "Show Source" box is checked before validating.

Let me know if you need further help with this.

Ron
  • 0

#3
alien13

alien13

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
lol. Whoa thats alot, i thought it would have a fair few errors. thanks for the link.

Also, where it says something like:

"Error Line 21, column 77: required attribute "ALT" not specified .

...om/clipart/pbi/c.gif" height=1 width=100></td>"

whats does it want me to do?

Thanks again
  • 0

#4
TaNkZ101

TaNkZ101

    Member

  • Member
  • PipPipPip
  • 327 posts
from xhtml1.0 on, every image element has to have the "alt" attribute- it's the text that shows when u put ur cursor over an image. if u don't want any text to show up, just put alt="" for example <img src="blabl.gif" alt=""> that would be the apsolute minimum for using the img element
  • 0

#5
alien13

alien13

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
Ahh ok thankyou for the quick reply TaNkZ101 :blink:

[update] well i got it down to 68 errors, i might have less but i added some more i think... its kinda confusing because im not sure what to edit to make it right... :whistling:

Edited by alien13, 30 March 2006 - 05:30 AM.

  • 0

#6
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
Hi:

Hey, you're doing much better. Just a few more corrections and you should have it.

You need a <!DOCTYPE> tag at the top and outside your <html> tag. Use this for now:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR...ml4/loose.dtd">

You should also use the <title></title> tags with the title you wish to use. Makes search engines happy. There are some <meta> tags you need to include for content description and keywords.

One other important one is the character set call out. I use:

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

The title and meta tags go between the <head></head> tags. Here are the others:

<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">

You will probably find a lot of errors disappear when you make the right correction. After you've put these in and rechecked validation. We can look at what else you need to do.

Ron
  • 0

#7
alien13

alien13

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
Ok, thanks, well i put them in and now im down to 63 errors.

With things like :

Line 43, column 16: document type does not allow element "TR" here .

<tr valign="top">


What is it asking me to do?

[edit] i just looked at my page and its mixed up... what did i do...?
[edit2] i went and had a look and took out "<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR...l4/loose.dtd">" and it went back to normal..?

Edited by alien13, 30 March 2006 - 06:05 AM.

  • 0

#8
Major Payne

Major Payne

    Retired Staff

  • Retired Staff
  • 5,307 posts
This is what a basic HTML document should look like before you do much with it:


<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR...ml4/loose.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title></title>
<meta name="description" content="">
<meta name="keywords" content="">
<meta name="author" content="">
</head>
<body>

CONTENT HERE

</body>
</html>

Edited by Major Payne, 30 March 2006 - 06:16 AM.

  • 0

#9
alien13

alien13

    Member

  • Topic Starter
  • Member
  • PipPip
  • 12 posts
yay. i got it down to 56 errors.

I had to move my ad's at the bottom above the [/body][/html] i didnt realise that until your last post, thanks for that :whistling:
  • 0

#10
Kat

Kat

    Retired

  • Retired Staff
  • 19,711 posts
  • MVP
The link to your site has been removed, and this thread is being closed. Most of the content on your site goes against the Terms of Use you agreed to when you joined this site. Even though the content isn't being posted directly here, it's still in violation. We have thousands of visitors a day, many who are minors. By having illegal and questionable content on your site..then linking it here...subjects our users to it.

Thank you for your cooperation.
  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP