Is there a code or something so that when you go on a pet's profile, it shows the username of the person viewing the profile? Basically, I want to have my pet "talk" to the person viewing their page and I thought it would be a nice touch if the pet could address the viewer by name, but I wasn't sure how to do that.
Minor addition: What's the code to align text/images to the right? "align=right" and just "right" don't work, so... Ah, nevermind, got it working.
I don't know of such a code existing, sorry. Nor can I think of a way to hack together some sort of solution :(
Also, you should use float when you want text to wrap around an image (so like, if you float the image right, it'll be on the right side and any text will wrap around it). However, make sure you set overflow on the container so that it expands to the height of the image :) (Setting overflow to auto would be fine.)
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
Ah, too bad. Thank anyway! I appreciate the advice.