Found this content helpful? Log in or sign up to leave a like!
How to create a page which is a graphical (CSS) linear (vertical) timeline?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi there,
Using Canvas LMS I want to create a page which contains a linear vertical timeline with a line down the center and attached items on each side. The kind of thing I mean is like this basic W3 Schools tutorial here: https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_timeline
I'm pretty competent in HTML and CSS and so I tried doing that in the HTML editor. Of course, it strips out the CSS. So, I tried an inliner tool to make all the CSS styles inline and attached to the required elements, but that doesn't really work well, never mind that it doesn't resize well (for mobile and other screen sizes).
A timeline or linear progression of some sort like this seems like something a lot of people would use. Is there an app which might produce this. I'm loathe to produce the timeline as an image and then upload that to a page (and need to edit the image every time I want to add something to it. Blech.)
Please don't suggest that I create a timeline elsewhere and then point to it in an iframe. Using iframes is insecure, fragile, and bad practice.