I would prefer you to have a look of Bootstrap framework which is an open source front end web framework for web applications. It has html and css design template for controls and javascript extensions.
http://getbootstrap.com/getting-started/
Very good example is here: http://getbootstrap.com/examples/grid/
If you are using Chorme then use developer tool to navigate on each section to understand DIV structure. It is awesome.
Member
3 Points
415 Posts
Help in constructing html inside repeater
Mar 31, 2017 06:54 PM|suvo|LINK
I want to construct a html table shown below inside a repeater with div using css class not with table .plz help me out !!
Image1 Title Price Discount
Title1
Attribute1|Attribute2|Attribute3| 10 1
Image2 Title2
Attribute22 | Attribute22| Attribute33 100 22
Member
10 Points
4 Posts
Re: Help in constructing html inside repeater
Apr 01, 2017 03:06 PM|M_D|LINK
I would prefer you to have a look of Bootstrap framework which is an open source front end web framework for web applications. It has html and css design template for controls and javascript extensions.
http://getbootstrap.com/getting-started/
Very good example is here: http://getbootstrap.com/examples/grid/
If you are using Chorme then use developer tool to navigate on each section to understand DIV structure. It is awesome.