I'm imitating the blog page in Umbraco starter kit. I found that it does not add a < div class="row" > tag for each row. Instead, all the columns are included in one row.
I'd like to put three columns in each row, so that I need to add < div class="row" > at the beginning of the column of that row, and then add < /div > at the 3rd column of that row.
How to dynamically generate html tag
I'm imitating the blog page in Umbraco starter kit. I found that it does not add a < div class="row" > tag for each row. Instead, all the columns are included in one row.
I'd like to put three columns in each row, so that I need to add < div class="row" > at the beginning of the column of that row, and then add < /div > at the 3rd column of that row.
I cannot dynamically generate html tag such as
Thanks
Hi Kevin,
Which starter kit are you using ? There are multiple starter kits available.
Dave
Dave,
The latest starter kit for 7.2 with black nav bar.
You can see BlogOverview.cshtml from that starter kit. It only has one div class="row". I want it appear on each 3 column row.
Thanks, Kevin
is working on a reply...