what is autohotkey listview equivalent in HTML?

Discuss other programming languages besides AutoHotkey
Wooho
Posts: 6
Joined: 03 Jan 2017, 22:03

what is autohotkey listview equivalent in HTML?

11 Feb 2017, 14:14

hello i want to create something like this in Html with its Higlighting for quizz app. for example it will be numbered and after number will be question for navigation, thx for help
Image
User avatar
tidbit
Posts: 1272
Joined: 29 Sep 2013, 17:15
Location: USA

Re: what is autohotkey listview equivalent in HTML?

12 Feb 2017, 12:21

hey, that's me!

don't think there is one. just need lots of <div>'s (or a table) for each row (possibly each 'cell' (row+column)) inside of bigger div that has a fixed width/height style property (css) of: overflow: auto; ... which will add the scrollbars.

something like:
<main div>
<div for row 1>
<div for row 2>
<div for row 3>
</main div>

... or simply a table
rawr. fear me.
*poke*
Is it December 21, 2012 yet?

Return to “Other Programming Languages”

Who is online

Users browsing this forum: No registered users and 15 guests