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 ...

Code Created is:

<div id='main'><p><img src='
http://www.tnet.com/home/files/tnet-cactuspic.png' class='right'
title='Picture of Cactus' alt='' />
<h1>Welcome to TNET Services...</h1></p>
<p>TNET Services, Inc. is located in the City o .....</p>

Note the <p> on the first line ends with a </p> after the </h1>... not
valid.

You can't have a <h1> header is a top level element and cannot be enclosed
by a paragraph.

If I remove the image and just leave the !Welcome...

Results in valid code.  No <p> starting after the first div...

<div id='main'><h1>Welcome to TNET Services...</h1>

<p>TNET Services, Inc. is located in the City o .....</p>

If I put the image AFTER the header like:

! Welcome to TNET Services...
[^tnet-cactuspic.png class=right title='Picture of Cactus'^]
TNET Services, Inc. is located in the City o ...

The code is right, but the visual effect is wrong unless you start playing
around with negative margin settings which cause problems with various
browsers not to mention the hundreds of pages that would need to be changed.

Don't know if there is a solution.   Have not been able to validate for a
long time because of this and a similar issue in side.

-- 
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.

Reply via email to