Replies

Jul 17, 2020 5 years ago
Rick
has a dragon
User Avatar

Hello! It it my first time that I am trying to do a pet profile.

But I have a big question, there is a tutorial that I can read? Because all that I try to do, I don't know how lol

For example, I tried to add a spoiler but it didn't work lol bla bla

I want also add a random image but I want it smaller, it is possible?

I tried to put the text on the right but it didn't work also lol <align=right> hello

I really need help D:

Jul 17, 2020 5 years ago
JOJO
has a massive family
User Avatar
Conform

hi there!! so for doing spoilers, the code is actually:

SPOILER (click to toggle)

SPOILER (click to toggle) that will make it look like this!

if you want a spoiler to have a title, then you'd use:

title here!

title here! and that would look like this!

for aligning your text, same thing-- you want to use brackets instead of angle brackets.

text here!

and that would look like this!

as for making an image smaller, that IS possible with html. you can use css as well (and that might be a better solution), but im not that great at explaining css coding ;w; so someone smarter than me can help w that!!


here are some tutorials that may help by the way! pet profiles: a beginner's guide | pet profiles: important css.
here's a pet profile template you can play around with, that may help u learn + experiment as well (just make sure to keep the credits!)

signature by !

Jul 18, 2020 5 years ago
Rick
has a dragon
User Avatar

Oh! I didn't undertsand that I can use some codes from forums. I tought it was all different codes. That makes more sense for me!

You helped me a lot!! Thanks :D

Jul 20, 2020 5 years ago
Fire
is sweet
User Avatar
Shinju

For the css part of it, align right would be:

<style> .specifyClass {text-align:right;} </style>

For the image, you can give it a class like so. Im telling the css "the image will be 500 by 500 but not more than 100% of the width of the container".

<Style> .newImageClass {max-width:100%;height:500px;width:500px;} </Style> You can also use "auto" instead of "500px" in 1 of either height or width in order to tell the css that "one side will be 500px and the other will adjust accordingly." (Helps if the image gets stretched weirdly for some reason.) If you need any help setting up let me know
Jul 20, 2020 5 years ago
Rick
has a dragon
User Avatar

Oh! That right align makes more sense for me! Ok I need to try that code about size of imagine. I didn't get it with method :(

Please log in to reply to this topic.