Archived topic
How can I recreate this review table with star rating system?
3 replies · Started by kyle on May 12, 2017
My website is going to feature various reviews and I'd like to have a nice table for them like the one on the link.
What's the best way for me to recreate this table?
Thanks in advance :)
Hi Kyle,
That site is using HTML list for that table:
https://www.w3schools.com/html/html_lists.asp
This is the HTML they are using: https://s4.postimg.org/4aci6h73x/review.jpg
Then you can use GP built in FontAwesome library for stars: http://fontawesome.io/icons/
It would also a bit of CSS for styling which we can help you. Can you get this started and provide a link to your site once you have the frame work done? :)
Yes, of course, Thanks Leo, I appreciate your help!
You're welcome!