Replies

Nov 5, 2021 4 years ago
Papageno
plays with dead things
User Avatar

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?

When I say "The Other Day", I could be referring to anytime between yesterday and 15 years ago.

Nov 6, 2021 4 years ago
spacemage
is fashionable
User Avatar

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

<style> .image { width: 100%; } .one { //left blank cause just example } .two { //left blank cause just example } </style>

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?

I made a forum group for CustomCSS and more

Please log in to reply to this topic.