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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 [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