Hello,
I'm new in Matrix Squiz and i want to recreate this structure :
<div class="right"> <ul> <li><a href="./?a=239">Link03</a></li> <li><a href="./?a=239">Link04</a></li> </ul> </div> <div class="left"> <div class="float-moit"> News </div> <div class="float-moit float-right"> <ul> <li><a href="./?a=239">Link01</a></li> <li><a href="./?a=239">Link01</a></li> </ul> </div> </div>
When I create a "Raw HTML" content type, this code works. I have 3 Columns.
But i have no idea how recreate this structure in Matrix.
The person before me to succeed, but I do not :
This is the header, after that, you have a classic div, and after :
This is the property of the DIV :
If I create a "Raw HTML" I have not the Listbox.
I have to create "Raw HTML" for each of my <div> and </div> ?