Once you have created the number of columns you need, you now need to create the number of rows. Unlike columns, rows aren't restricted by area and you can create as many as you need. You do this by copying and pasting your finished code as shown below, until you have the number of rows required. The code below is what I used to create the example grid. The beauty of using the div element is you can always add extra rows in the future if required.

<div class="columns">
 <div class="column"></div>
 <div class="column"></div>
 <div class="column"></div>
 <div class="column"></div>
</div>
 
<div class="columns">
 <div class="column"></div>
 <div class="column"></div>
 <div class="column"></div>
 <div class="column"></div>
 <div class="column"></div>
2


Join the Discussion
Write something…
Recent messages
lindasea Premium
THIS is something I have wondered about and rhought I.had to have a chart in oder to accomplish. You have siimplified the process for those of us without html experience. Great contribution THANKS!
Reply
Harrysastar2 Premium
Your very welcome Lindasea, anything that simpyfies things makes life easier. I
Reply
Heartshift Premium
Thank you, Harry... :-)
Reply
Harrysastar2 Premium
You're welcome Martin, best of luck.
Reply
JewelCarol Premium
Cool, looks easy, thank you Harry. :))
Reply
Harrysastar2 Premium
Hi Jewel, yes it's relatively easy and, I believe, the easiest way to build a grid, especially if you have have some knowledge of HTML.
Reply
Martstervt Premium
Good tutorial Harry,I think I'm stating to catch on .Thanks I
Will file.

Marty
Reply
Harrysastar2 Premium
Thanks Marty, if you need any help give me a shout
Reply
Martstervt Premium
Thanks Harry I will book mark your offer as well.
Reply
seelady Premium
Very informative lesson. I'm looking forward to trying this! :)
Reply
Harrysastar2 Premium
Thank you, if you need any further help, give me a shout
Reply
Top