This is a discussion on W3C and Wordpress within the Coding Help forums, part of the Webmaster Help category; /removed due to my idiocy/ Thanks for the info babyboy...
| |||||||
| Register | Forum Rules | FAQ | Donate | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||||
| /removed due to my idiocy/ Thanks for the info babyboy
__________________ nuDesignz.net | web, graphic and corporate design Ireland Last edited by Davthalas; 24-01-2008 at 09:45 PM. |
| |||||
| Quote:
Your errors are easily fixed: but this one just made me laugh: Code: <style type="text/css"> |
| |||||
| No problem, If you need any help, just ask. |
| |||||
| quick look at your site ... Code: <ul id="widget"> <div class="dark"> <li id="pages" class="widget widget_pages"> nothing allowed inside the ul that isn't an li first Code: © your welcome to nuDesignz has a h2 that never gets closed ... image has align="absbottom" ... this is proprietary you've got empty <p>'s you've got all sorts of elements where they shouldn't be ... (in between <tr>'s you've got divs and more) and so on ... mostly easy enough to fix up ... good luck with it ... I'm not sure what ye are on about with the style bit ... maybe you resolved it already ?
__________________ Forbairt Media | Web Design & Development Galway / Dublin, Ireland - coming soon ... ( vague but descriptive isn't it ) Recent Work: Safari Club African Safari Holidays - Malawi Safaris Other Stuff: FluffyLinkulator Rapid Inclusion Service Tools |
| |||||
| Well i'm down to the last 8 errors, but to be perfectly honest i don't see how the code being returned as invalid is a problem. If anyone could explain it i'd appreciate it very much. [Invalid] Markup Validation of http://www.nudesignz.net/ - W3C Markup Validator |
| |||||
| Quote:
different browsers will see it differently ... you'll have less control than normal on the way it looks .. in some instances it could crash someones browser ... it'll confuse search engines ... and most importantly it'll confuse me |
| |||||
| Your using class and ID selectors together for objects. You can't / shouldn't do this (if anything its not neccessary). ID = Used for 1 item on a page only Class = Can be used many times Validation ensures users will get the best experience from your site but doesn't actually mean you created your website properly. Its possible to validate a page with a mess of table layout markup. It is the practice of using the correct markup for the right elements on your page that is important. I'd recommend reading up on Jeffrey Zeldman's book and possibly reading CSS by Eric Meyer. It will help you to understand things a bit better. I've found that the NET is a mess with CSS hacks and misunderstood principles that just confuse. Last edited by gav240z; 25-01-2008 at 03:40 PM. |
| |||||
| Quote:
on line 89 add a </ul> on line 120 change </div> to <div> Those are great books that Gav has recommended also two thumbs up here!
__________________ PHP Code: |
| |||||
| Quote:
(unless of course I'm going crazy .. which of course could be the case as well) |