HTML Editing Availability Types
The following section covers areas where HTML element through<> can be used to modify the content written or displayed in the given content field.
Common use case Areas:
(Examples based on VerzatileDev’s Itch.io)
- Content Page Access the content Page
https://Your_userName.itch.io/Project_Name - Game Jam Content / Submission Details Page Access the Jam Page
https://itch.io/jam/YOUR_JAM_ID_HERE/preview - Creator Page Replace it with your username
https://Your_userName.itch.io/ - DevLog - Replace it with your content ID
https://itch.io/dashboard/game/YOUR_CONTENT_ID/devlog - Download & Install instructions - Replace with your project name and ID
user.itch.io/yourProject/download/ProjectID.
UseHTML to write visually appealing descriptions and change additional areas where possible.
Brief example on element use cases:
- Customizing Widgets
Colors, Interaction, Linking, Borders, and Spacing of other widgets. - Modifying Text Syntax.
- Creating/Modifying Tables
Size, Position, Rotation. - Adjusting Pictures
Size, Position, Rotationfor enhanced clarity and improved readability.
Some areas are may be affected when modifying theHTML properties, occasionally working and some not, make sure to always keep a copy of your wholeHTML content field before editing any areas to avoid destroying your hard work!