Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I'm writing you because I'm trying to build a Mashup customizing the HTML layout. Let me show you what I want to implement:
I don't know when was the last time I played with HTML but sincerely I don't know how to build the DIV section for areas A, B and C and assign them Qlik objects I want (for the rest of areas using DIV tag is enough). I tried to create one table with cells inside the DIV tag, I also assigned Qlik objects in the JS file but with no luck, so my question is:
Can I only use DIV tag to split the layout in areas and assign them Qlik objects?
I'm going to continue investigating. If I find how to do it I will inform you.
Thanks in advance
read all about html5 design
there are many technics , one of them is flexbox
and yes you can use only div tag to get the design you want
read all about html5 design
there are many technics , one of them is flexbox
and yes you can use only div tag to get the design you want
Hi Dannyy81, thanks for your feedback. I will continue learning HTML5.