I'm relatively new to HTML, and I've googled around for some time now, but was unable to come up with something, or perhaps my search terms were wrong.
Anyway, I'm familiar with border layout(North, South, West, East, Center) but what I can't understand is how to align my elements in a different matter.
For example:
|-----------------------------------------------------|
| Navbar goes here |
|-----------------------------------------------------|
| |
| --------------------- -------------------- |
| |Box1| | |Box2| | |
| |---- | |---- | |
| | | -------------------- |
| | | |
| | | -------------------- |
| | | |Box3| | |
| | | |---- | |
| --------------------- -------------------- |
| |
| -------------------------------------------------- |
| |Box4| | |
| |---- | |
| | | |
| -------------------------------------------------- |
------------------------------------------------------
Can something like the above be achieved with border layout? or am I missing something?
I came up with another StackOverflow post but the mentioned css code makes my boxes overlap with one another.