Artificer (F2U)'s Comments


Yo another question, how do we change the size of the image on the info box?

I wanna know how we add links to characters on the info list, like relationships n stuff

Are you talking about links that you click on and take you to another page, or do you mean something else?

Yeah, the links that take ya to another place/page

In order to link to another page, you'll want to use the following markup:

<a href="link">text</a>

In this, 'link' will be the url of the page you would like the link to go to. This will not be visible to the user. However, 'text' will.

To give an example:

<a href="https://toyhou.se/Exo-Comet">Exo-Comet's Page</a>

Would render as this:

Exo-Comet's Page

Hope this helps!

It does, tysm! <3

Another thing, how do I get text to do this: 

1

2

on the info area?

2 Replies

Thank youuuu so much for making this code and distributing it freely. It's exactly what I've been looking for for ages.

I'm so glad that you like this!! Tysm, I'm happy that I could help! :D

heyo, not sure if this code is meant for public use or not, but the code link is broken ^^;

This is the second time I've accidentally left the code on private :'D

Thank you so much for pointing this out - it should be public now!