Yes, this is correct, some of the markup rules got tightened up to
force them to take a line to themselves. The blockquote markups was
one. It was all part of the line spacing solution, and to just
minimize conflicts...

I think we lost nested blockquotes in the process however...

Cheers
Dan

On Tue, Mar 30, 2010 at 9:44 PM, Kevin <tnet.servi...@gmail.com> wrote:
> Sorry... the issue was different from what I thought...
>
> ->This is a
> bunch of lines
> end<-
>
> used to work.
>
> The example
>
> ->
> This is a
> bunch of lines
> end
> <-
>
> works fine.
>
>
> On Tue, Mar 30, 2010 at 6:05 PM, The Editor <edi...@fast.st> wrote:
>>
>> Looks fine to me...
>>
>> http://www.boltwire.com/index.php?p=test.indent
>>
>> Cheers,
>> Dan
>>
>>
>> On Tue, Mar 30, 2010 at 8:59 PM, Kevin <tnet.servi...@gmail.com> wrote:
>> > Markup
>> >
>> > ->
>> > This is a
>> > bunch of lines
>> > end
>> > <-
>> >
>> > ends up looking just like above instead of indented with the border on
>> > the
>> > left.
>> >
>> >
>> > On Sun, Mar 28, 2010 at 9:19 AM, Kevin <tnet.servi...@gmail.com> wrote:
>> >>
>> >> Nested <div>'s don't seem to work...
>> >>
>> >> <div style="width: 435px; margin-left: auto; margin-right: auto;">
>> >> <div style="position:relative; width:435px; height:340px;
>> >> overflow:hidden;">
>> >> EMBED OBJECT REMOVED</div></div>
>> >>
>> >> HTML Output:
>> >>
>> >> <div  style='width: 435px; margin-left: auto; margin-right: auto;' >
>> >> &lt;div style="position:relative; width:435px; height:340px;
>> >> overflow:hidden;"&gt;
>> >> EMBED OBJECT REMOVED</div>
>> >>
>> >> &lt;/div&gt; </div>
>> >>
>> >> The second div has its < and > converted to HTML entities and as such
>> >> are
>> >> printed rather than acted on.
>> >>
>> >> On Fri, Mar 26, 2010 at 7:47 PM, Kevin <tnet.servi...@gmail.com> wrote:
>> >>>
>> >>> Oh... had a comment from a user using a site I setup for them the
>> >>> other
>> >>> day who said she thought someone had broken into their site.
>> >>>
>> >>> I asked them why they thought that and they said that one of the pages
>> >>> showed up in changes as edited by Caveman and she didn't have any
>> >>> users
>> >>> named that...
>> >>>
>> >>> site.index in the core is marked that way.  The rest are either system
>> >>> or
>> >>> admin.
>> >>>
>> >>> On Fri, Mar 26, 2010 at 7:23 PM, Kevin <tnet.servi...@gmail.com>
>> >>> wrote:
>> >>>>
>> >>>> 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 boltw...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > boltwire+unsubscr...@googlegroups.com.
>> > 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 boltw...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> boltwire+unsubscr...@googlegroups.com.
>> 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 boltw...@googlegroups.com.
> To unsubscribe from this group, send email to
> boltwire+unsubscr...@googlegroups.com.
> 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 boltw...@googlegroups.com.
To unsubscribe from this group, send email to 
boltwire+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to