|
|
#1 |
|
Senior Member
Join Date: Apr 2009
Posts: 259
Rep Power: 8 ![]() |
Hi,
I am trying to correct the warnings validator.w3.org found on my site. But i dont understand a lot of them. I hope people here can help me out. Error Line 145, Column 92: document type does not allow element "link" here �ss" type="text/css" rel="stylesheet"></link> -------------- Error Line 195, Column 4: document type does not allow element "h1" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag <h1><center>bobslee</center></h1> Thanks in advance, Dominick
__________________
68 Classifieds Dev. 4.1.6 - www.damiun.nl "The best you can do is to never stop working on what you love to do" |
|
|
|
|
|
#2 |
|
68 Classifieds Staff
Join Date: Mar 2006
Location: Belmont, NC
Posts: 5,377
Rep Power: 125 ![]() |
Any elements that do not have matching closing items need an ending slash. IE:
<br /> <img /> <link href="css/style.css" rel="stylesheet" type="text/css" /> H1 elements need to be the tag then the text: <h1>Title</h1> If you want to center it use css.
__________________
Eric Barnes 68 Classifieds Developer Please do not send me a private message asking for support. Instead use these open forums or our ticket system. Customer Area | Issue Tracker | Documentation | 68C Mods | Submit a Ticket | 68 @ Twitter | My Modules |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Scam Warnings | sally_b | Off Topic | 2 | 10-14-2008 12:51 PM |
| Unusual URL Not Found | outlook | v4 Questions & Support | 3 | 07-07-2008 02:24 PM |
| Coupon Bug found | teddybear69 | v4 Questions & Support | 1 | 04-03-2008 10:36 AM |
| When an ad is not found into a category | Fedeo | v3.0 Questions & Support | 5 | 05-10-2006 02:49 PM |