i have been sitting here allllll day long trying to rack my brain on how to fix these errors most are contain these stupid things " but if i remove them then i still get an error please help me fix these errors ..... http://validator.w3.org/check?uri=http%3A%2F%2Fwww.glamorouscreations.com&charset=%28detect+automatically%29&doctype=Inline&group=0
Hmm, you certaintly have a lot of errors there! As it is your first site, i'd reccomend reading up at W3 schools for some basic information, if you learn properly now it will save you a lot of time. I couldn't go through every error right now, but basically make sure all of your code is in small case, don't use uppercase for anything. Secondly all items like borders, aligning, backgrounds, paddings, margins, colours, font styles can be definined by CSS. If you learn CSS you can pick up this very quickly. These are causing about 75% of your errors.
i dont got time to do lessons lol ive been doing html for awhile now but have never seen errors like this and dont understand why when i fix them it makes even more errors? my site loads fine now even with errors but to validate it right i got to figure these errors out have the time it isnt even telling me what or how to actual fix it , like what to put in the errors place see my point.
I think a lot of it has to do with the DOCTYPE you have specified, why is it HTML 2.0? Is there a specific reason for this, i'm not to familiar with how doctypes work but it seems that this is very specific as it does not understand many of the attributes. Try a different DOCTYPE maybe 4.01 transitional. EDIT: I just checked and with 4.01 transitional there are only 15 errors. Basically about 8 of these will go away if you add an alt tag to your images. so you would add alt="description of the pic" The stricter the validation you require the more you are going to have to change, my knowledge is very limited so hopefully an experienced person will soon come along and give you more information on validation.
ok i fixed that now it says 15 errors wow big drop http://validator.w3.org/check?uri=http%3A%2F%2Fwww.glamorouscreations.com&charset=%28detect+automatically%29&doctype=Inline&group=0 see if we can fix these thank you
<bgsound ="Butterfly_NiteAngel.mid" loop="-1"> Is not even real HTML. It shouldn't do anything. And if does - people hate background music on webpages. Have you tried your page in Firefox, Opera or Safari? It most likely shall break on one of them. Get rid of: bordercolordark="#000080" bordercolorlight="#B9CDFD" background="fantasy9bk5.jpg" They are not real HTML either. It should be in CSS In every <img> tag put alt="". <script LANGUAGE="JavaScript"> Code (markup): Should be <script type="text/javascript"> Code (markup): Hi, I'm Bill Gates. If you're gonna lie, make it believable. You've been doing weird XML at the best...seems to be on par with your English skills. Forums are not a place for chatspeak. Bullcrap. Everyone has time. Just read a few books and online tutorials. HTMl doesn't take long. You seem to expect us to do work for free. I should charge you for it. If you paid I would get over this tantrum of mine. http://w3schools is a decent place to start. You can post here if you ever need help and someone certainly will, just please use English to the best of your abilities. Back to your code: You have a lot of uppercase tags in 2008 (whats worse is you have a mixture of lower and upper). That should not be happening anymore....if it was 2002 I may accept it... You also have a Javascript outside the </html> Thats a problem. Your <font> tags should be converted to CSS, and I'll forgive your <center> tags for now since that can be annoying to do in CSS. And when I end up typing this long I lose my train of thought...
there is no reason to be rude u know what i dont need help from people who are going to be rude as u have been to me , yes i have been doing html for awhile , and if u dont belive me fine dont i dont care , as far as my bullcarp excuse for classes i dont i have a personal life and a very busy one so u shut the *** up u jerkoff bye i wont be back to this forum i came asking for good help and thought i would find it so screw off to the last person who responded to my post.