Comments on [FTU] Bright Blocks All Comments

I know this sounds like a dumb question, but how do I add the profile photo to this?

also, would you be able to help me with this layout? I'm trying to use it and there's some spacing/formatting issues that I'm not sure how to figure out

possibly! what kind of problems are you experiencing? make sure you're editing this with the WYSIWYG editor turned off - if you want live visual updates, I recommend something like th.circlejourney.net. very useful website

The issue I'm experiencing is on this character, in the name/age/pronouns box. The formatting is a little too narrow, so it bumps the text I'm putting in down a row so that it doesn't match up with the proper category. The biggest issue is just with orientation and species, and I'm not sure how to fix it. I don't have a lot of experience with HTML

ah! yeah, that's a problem to do with the way the span tags work. I like this style of formatting when used correctly, but if the text on either side gets too long it gets messed up - I'm considering working on an alternate method of achieving the same effect. for now, I recommend removing the span tags surrounding each entry and placing a line break (<br>) to place them below each category. alternatively, you can just use fewer characters, abbreviating with necessary, but I know that doesn't always work.

Thank you! I’ll try that

man. I guess everyone's gotta learn somewhere. you just have to copy the image URL (via right clicking and selecting "copy image URL", or directly viewing the image and copying the address - make sure it ends in a .png, .jpg, or similar file format) and replace the URL link in the code, which currently links to the default toyhou.se image placeholder. I don't believe there are any URLs in the code that aren't image links, so that should help with identifying them. hope that helps!