(Oh boy my early coding days from Neopets are finally useful again)
Update: June 4th dev update changed the text editor and table function slightly better now! They're still not perfect so hopefully there'll be more updates in the future.
Even so, I do want to make this guide and get the basic idea out there because HTML tables are a very powerful feature that can help a lot with customization and organization of a variety of things! If you know how to use them right, you can do a lot of really cool stuff.
Post will be organized like this
- HTML Table Basics (What the tags mean, basic Table structure, etc)
- Using the Lorwolf Table Maker
- Colgroup, Colspan, Rowspan
- Extra tips and Advanced Code
╰┈➤ ❝ External Resources ❞
Here are some amazing external resources that can help you learn and understand HTML code
- W3 schools HTML Table Tutorial
- A great place to start as they give you interactive visuals to see how code works. They also offer tutorials on other HTML subjects as well as many other coding languages.
- Code Beautify's HTML Viewer
- A live HTML editor that lets you see your code change in real time. It can also simplify and “beautify” your code to make it more readable and easier to understand.
- This site also has a MASSIVE Library of other useful tools.
- Lorem Ipsum Text Generator
- You've seen it. This is a Fake text generator you can use to test your code without having to type “Text here” or “Context goes here”.
- ChatGPT by OpenAI
- This is a very powerful tool that takes the tediousness out of coding. It is fantastic at generating basic code, Troubleshooting problems and simplifying things for readability.
- Bard by Google
- Google's version of ChatGPT. I haven't messed with this one as much, but it is able to generate basic HTML code on a very similar level.