Good morning forum!
I want to add two images in the right column of my user profile.
I have the images hosted at Imgur, but I don't know how or where exactly to put the code.
Can anyone help?
You can add images to the blank or profile blocks.
If you're wondering where to put the urls to display the image then using the following code below in one of the blocks I mention will work, just replace URL with your actual urls
Now don't forget to add styling to them or they'll display with their original size. With the code given you can style both with the css selector .image and/or can modify the separately with css selectors .one or .two
Just in case for styling to work it need to between <style></style>, here is an example below
Does that cover what you were asking about? Do you need/want more help with css styling or want explanation/detail into anything? Is there something else you need help with?