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
.
Use HTML
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, Rotation
for enhanced clarity and improved readability.
Some areas are may be affected when modifying the HTML
properties, occasionally working and some not, make sure to always keep a copy of your whole HTML
content field before editing any areas to avoid destroying your hard work!