Problem with Stacks

Permalink
Hello!
I am new with Concrete and php general. It's amazing...
I have the following problem.
I made a Stack.

I added 3 blocks.

The first block is with Designer Content.
It has WYSIWYG Editor with Wrapper HTML Open a <div> but without </div> in the end.

The second block is the Email List Signup Add-on and..


The third block is a Static Html using Designer Content where i close the div i opened in the first block.

Now my problem is that, when i am going to edit my Stack, i can't choose the blocks i created seperate.
How can i edit my Stack?
Please see the images below to understand what i want to say.
(I don't speak good English :) )
Thank you very much for your help.
Have a nice day.

2 Attachments

 
ManosP replied on at Permalink Reply
I'm sorry...
I have an error in the first image.
The first block it isn't TinyMCE block, is the first block i described in my first post.
And i forgot to show in the image the third block...
Is under the "Sign Up" button, and is the third block i described in my first post.
okapi replied on at Permalink Reply
okapi
You can only edit blocks (as the name implies) with closed tags. As far as i understand, you have used the content designer add-on to create a block with a <div> that is not closed, or only closed at by another html block at the end of the stack. In that case, all blocks between the opening and the finally closing <div> are seen as one block, so they can't be edited separately.
It's not possible to put blocks into another block. This is why stacks have been introduced. Stacks can contain blocks, but these have to have closed tags. Therefore it makes actually no sense to build blocks with open tags via content designer.