I have a responsive mashup, it contains a bunch of layouts, rows and columns.
For example:
Header
Row1 25%
Row2 25%
Row3 25%
Row4 25%
Footer
Now... I would like Row4 to have a height of 200px. No more, no less
Can I do this?
One way I can think of is to make row3 a new vertical layout with 1 row (contents of row3) and a footer (contents of row4). This would work, but is there a better/nicer solution?
Hi Terry the way you envision it is the way to go.
Thanks Pai!