Seems strange to add a blank line to remove the <p> </p> ... It worked though.
On Sun, Mar 21, 2010 at 10:01 AM, The Editor <[email protected]> wrote: > On Sat, Mar 20, 2010 at 12:52 AM, Kevin <[email protected]> wrote: > > Have had this issue for a long time. The new spacing does not correct > it. > > > > When starting off the page with an image, normally float right, the > system > > adds a <p> before > > the image causing a validation error. > > > > Example... On a page with this at the very top (no space at the top of > the > > page).. > > > > [^tnet-cactuspic.png class=right title='Picture of Cactus'^] > > ! Welcome to TNET Services... > > TNET Services, Inc. is located in the City o ... > > My guess is this would go away if you put a line return between the > image and the header--so it would match the patterns I have setup > currently. > > However, in the next release this won't be necessary. I have it fixed > by adding some of these extra spaces automatically--not to increase > space, but to get it to match the patterns I have. So far it fixes > lot's of little problems along these lines. :) > > > You can't have a <h1> header is a top level element and cannot be > enclosed > > by a paragraph. > > Do you have some documentation somewhere on which are top level and > which aren't. I might need to double check my markups to make sure I > don't have any elements nesting within others improperly... > > good question. I assume that there is at the W3C site. I only know this in a round about way due to the parse saying so in a very cryptic format. > 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>"). > The Wiki is using XHTML1-Transitional so the documents that govern what that is are: http://www.w3.org/TR/xhtml1/ Which makes for some fun reading.. :-) Will look for something that explains it in simpler terms. Cheers, > Dan > > -- > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<boltwire%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=en. > > -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
