I got a vertical photo that I going to put in my bio and I want to put the words right next to it, but it's skipping ahead to the bottom of the photo. How can I do it?
<img align="left/right/center/etc" src="link" width=ur pref% height=ur pref%> I think this should work
The photo will be on the left side so i put <img align=right> right? But I don't get src=link?
I think you want the image to be aligned on the left but its an easy change if it isnt correct. The src=link is pretty much the link to the photo in quotes so like src = "https://www.animeroot.com/oldnbusted/wp-content/uploads/2013/07/AnimeUnderConstruction.gif" with that image replaced with the one you want. Its pretty much what you put when you click on the add image button
so for example you would want
<img align="left" src="https://www.animeroot.com/oldnbusted/wp-content/uploads/2013/07/AnimeUnderConstruction.gif" width=500>
and then some text and you should be good, obviously with whatever image and width you want (I think the height scales proportional to the width)
wait im still confused where and when do you put this?
sorry but is there anyway to make is easier to understand?
sorry about my questions
<img align="left" src="https://www.animeroot.com/oldnbusted/wp-content/uploads/2013/07/AnimeUnderConstruction.gif" width=500> this is an example of what to put when putting the image somewhere, the image link that you usually put when prompted to input an image URL goes in src = "link" the align is how you want it to be placed, left being on the left, right on the right of the page, and center would be in the center (dont know if it works though) width is just the size you want the image, you can use just a number like in the example for pixels, or you can use 1-100% of the page. You put the entire thing wherever you want the image to be, and then anything you put after should appear next to it until you cover the images height. I don't know if this is what you were asking for but I can answer any questions if needed.
@Messengeru
also i try to use the thing before I put the link in and it is just putting that text above the photo instead of aligning it to the left
Make sure it is all in the same <> and that the "left" is in quotes
ok its working now but it will just put my text underneath the photo even if i use the
oh pick me! I found this one out quite recently, if you align the picture to the side you want it using this code it'll stick there and the words won't move it from its place
< img src="image link" align=left or right width=any number (220 for example)>
remember to remove the gap behind the < for it to work, good luck!