Voting Chart

Total votes : 9

Is your website valid? (w3c.org)

  •  
    Yes!
  •  
    no

my website is "not valid"

  • techwiz
  • Beginner
  • Beginner
  • User avatar
  • Joined: Dec 31, 2007
  • Posts: 46
  • Status: Offline

Post December 31st, 2007, 9:07 am

Why is my website "not valid"

If I remove all the stuff it tells me to, my website just gets all discombobulated.

http://htmlhelp.com/cgi-bin/validate.cg ... rnings=yes

It would be great if any one could help.
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post December 31st, 2007, 9:07 am

  • zaiah
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Dec 15, 2007
  • Posts: 375
  • Status: Offline

Post December 31st, 2007, 9:53 am

I have the some of the same issues with mine. Try a different validator and maybe the suggestions will be in a language you can better understand. And then I would go back and make each change or edit, one at a time. And then test it after each edit. That way you can find out exactly what is "discombobulating" it.
  • techwiz
  • Beginner
  • Beginner
  • User avatar
  • Joined: Dec 31, 2007
  • Posts: 46
  • Status: Offline

Post December 31st, 2007, 10:08 am

I hear you, but the changes it tells me to make actually amke the page look like this

http://techwizworld.net/ltop/index.2.html

vs.

http://techwizworld.net/ltop/index.html
  • Benat
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jul 19, 2004
  • Posts: 2123
  • Status: Offline

Post December 31st, 2007, 3:27 pm

Try to redesign your site using CSS, Its much easier to validate then what tables are.

... BUT

Margin attributes are usually used in CSS thats one reason why that validation is failing.
JOIN OZZU'S FACEBOOK GROUP!
  • joebert
  • Sledgehammer
  • Genius
  • No Avatar
  • Joined: Feb 10, 2004
  • Posts: 13455
  • Loc: Florida
  • Status: Offline

Post December 31st, 2007, 9:09 pm

Remove the attributes it mentions from the elements & use a style attribute instead.

Instead of somthing like
Code: [ Select ]
<table bottommargin="0" leftmargin="0" topmargin="0" rightmargin="0" height="286%" background="bg.jpg">

You'll have
Code: [ Select ]
<table style="margin:0; height:286%; background:url(bg.jpg);">
Strong with this one, the sudo is.
  • techwiz
  • Beginner
  • Beginner
  • User avatar
  • Joined: Dec 31, 2007
  • Posts: 46
  • Status: Offline

Post January 1st, 2008, 6:20 am

The only trouble is i have no idea how to do that in css. I know Html I use Dreamweaver for the css.
  • Benat
  • Mastermind
  • Mastermind
  • User avatar
  • Joined: Jul 19, 2004
  • Posts: 2123
  • Status: Offline

Post January 1st, 2008, 7:13 am

CSS is not that much different to HTML.

Just as a few examples, this is how CSS would work for a few of your HTML properties, I will do the first 2 for you.

Quote:
body {
background: url (url here);
margin: 0px;
padding: 0px;
}

div#container {
width: 765px;
padding: 0px;
border: 0px;
}



The HTML would be
Quote:
<body>
<div id="container">
Then other Div's for the rest of the layout go between the container div's
</div> - We end the container div
</body> then the body tag is ended.


Its pretty straight forward.
JOIN OZZU'S FACEBOOK GROUP!
  • zaiah
  • Proficient
  • Proficient
  • No Avatar
  • Joined: Dec 15, 2007
  • Posts: 375
  • Status: Offline

Post January 1st, 2008, 9:48 am

techwiz wrote:
I hear you, but the changes it tells me to make actually amke the page look like this

http://techwizworld.net/ltop/index.2.html

vs.

http://techwizworld.net/ltop/index.html


I didn't realize you weren't using CSS! That's the problem! LOL.
  • kbergmann
  • Expert
  • Expert
  • User avatar
  • Joined: Dec 04, 2007
  • Posts: 659
  • Loc: USA
  • Status: Offline

Post January 1st, 2008, 6:01 pm

zaiah wrote:

I didn't realize you weren't using CSS! That's the problem! LOL.


I am no master at CSS by any means and much more comfortable in table design so I understand your reasoning. I am learning CSS to improve my pages as all you need to do is look at the code and the difference is unbelievable how much cleaner a CSS site is. Also spiders like it more too 8)

Tables I use now for data only or if I need to put up a quick site and the time is not there for me in the work day to get something clean done and on the web as I am learning CSS.

Techwiz, keep at the CSS no matter how frustrating it gets, it is very satisfying to look at your work after and know you learned it and is a definate plus to advertise in your skillset.
  • techwiz
  • Beginner
  • Beginner
  • User avatar
  • Joined: Dec 31, 2007
  • Posts: 46
  • Status: Offline

Post November 30th, 2008, 6:02 am

Thanks, I have got the validation worked out.

Post Information

  • Total Posts in this topic: 10 posts
  • Users browsing this forum: No registered users and 111 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.