Just finally got to trying the 3.4.11 code...

So far, the one issue that I checked first was with Validation.  The code
which validated in 3.4.9 no longer does now.

[^tnet-cactuspic.png class=right title='Picture of Cactus'^]

! Welcome to TNET Services...
TNET Services, Inc. is located in the City of Mesa...

HTML output...

<img src='http://www.tnet.com/home/files/tnet-cactuspic.png' class='right'
title='Picture of Cactus' alt='' />

<p><br />
<h1>Welcome to TNET Services...</h1>
TNET Services, Inc. is located in the City of Mesa,...</p>

Removing the line after the image doesn't really change anything, just
removes the <br />... The starting <p> is before the <h1> header which is
the validation error.

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

HTML Output...

<img src='http://www.tnet.com/home/files/tnet-cactuspic.png' class='right'
title='Picture of Cactus' alt='' />

<p><h1>Welcome to TNET Services...</h1>
TNET Services, Inc. is located in the City of Mesa,...</p>

And if I space them out like

[^tnet-cactuspic.png class=right title='Picture of Cactus'^]

! Welcome to TNET Services...

TNET Services, Inc. is located in the City of Mesa,...

HTML Output...

<img src='http://www.tnet.com/home/files/tnet-cactuspic.png' class='right'
title='Picture of Cactus' alt=''  />

<p><br />
<h1>Welcome to TNET Services...</h1></p>

<p>TNET Services, Inc. is located in the City of Mesa,

I get <p>'s around the <h1> header again with a <br />

Lastly, If I drop the image and just do what I was doing in 3.4.9:

! Welcome to TNET Services...
TNET Services, Inc. is located in the City of Mesa,...

HTML Output

<p><h1>Welcome to TNET Services...</h1>
TNET Services, Inc. is located in the City of Mesa,...</p>

Which how I reformatted all the pages when I converted to 3.4.9  To get this
right, I need to go back to how I formatted them before 3.4.9 which is:

! Welcome to TNET Services...

TNET Services, Inc. is located in the City of Mesa,...

HTML Output

<h1>Welcome to TNET Services...</h1>

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

Which is more natural HTML and how I have been formatting using boltwire for
some time before the big upgrade to 3.4.9

Hope that is not confusing.. Noticed Boltwire site has similar issues with
it's side with no images.

Other things noted... all good...

=============

Compared to 3.4.9, 3.4.11 search works now.

=============

If I have a link with &amp; in it it remains that way which is good for
validation.

=============

Not seeing any other issues yet.

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