View Single Post
05-14-2006, 03:35 PM
#3
MattL is offline MattL
Status: I love this place
Join date: Jan 2006
Location: BC, Canada
Expertise:
Software:
 
Posts: 583
iTrader: 1 / 100%
 

MattL is on a distinguished road

Send a message via MSN to MattL

  Old

Oops, here is a link to my "attempt" at the coding: Link

This is what it says when I put it through the validator

# Error Line 26, column 101: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag .

...px; padding-bottom:12px" align="left">

The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element.

One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").