posted 1725283885
Forum: HTML Group
View Topics View Profile
how do i put an image above the user link (like anyone did put in their profile)and i keep finding the code but there's no code for it sadly :(
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1725554304
what do you mean by user link?
Permalink Report Reply
posted 1725590582 updated 1725590642
i mean, like how they do this thinghttps://imgur.com/a/Etr9SGe (cant send the screenshot but i can only send link of the screenshot i put)
posted 1725760209
<style>
.url-info:after{
content: url('picture link') !important;
}
</style>
posted 1725803529
thank you!