Recent Posts

pronounshe/him
918written posts
Desmond Milesearned bits
offlinecurrently
Desmond Miles
Part of the Furniture
Desmond Miles Avatar
we will have peace at any cost
sacred Avatar
when ur friend doesn't even say happy birthday to you when you put so much effort into theirs is like. wow, okay then :')))



well hey, whether its today, was yesterday, or last week-

happy birthday!
pronounshe/him
918written posts
Desmond Milesearned bits
offlinecurrently
Desmond Miles
Part of the Furniture
Desmond Miles Avatar
we will have peace at any cost
extremely envious of my cat who can stay curled up in bed all day with little to no judgement. i say "little to no" because i am judging him for sleeping in my bed particularly cause i wanna be sleeping it instead lmao
pronounshe/him
918written posts
Desmond Milesearned bits
offlinecurrently
Desmond Miles
Part of the Furniture
Desmond Miles Avatar
we will have peace at any cost
shad12ow Avatar
I'm still amazed at seeing more and more people can juggle multiple RP sites at the same time, with more than mutiple characters on each site. I need to learn their way so I can RP more often. At the very least, I want to be able to juggle 2 sites at the same time without making my RP partners feel they're being neglected or being ghosted.


yeah i'd like to learn how to properly juggle all that too, says I, the very person you're talking about
pronounshe/him
918written posts
Desmond Milesearned bits
offlinecurrently
Desmond Miles
Part of the Furniture
Desmond Miles Avatar
we will have peace at any cost
ninelie Avatar
Desmond Miles Avatar
thank you so much for replying!

But hmm, it didn't seem to change anything? Is it possible there's something else in the stylesheet that may be overriding the image and preventing it from appearing? I know you wouldn't know from my screenshots alone, haha, but I'm just curious if there's something I can look for. 
Without the actual forum page for me to Chrome Inspect, there's nothing I can do because there is no full context on what I'm working with.

You can always PM me the URL to me if you don't feel comfortable sharing it publically. I can take a deeper dive this way and reach the core of the problem.
yeah i'll do that haha uno momento
pronounshe/him
918written posts
Desmond Milesearned bits
offlinecurrently
Desmond Miles
Part of the Furniture
Desmond Miles Avatar
we will have peace at any cost
thank you so much for replying!

But hmm, it didn't seem to change anything? Is it possible there's something else in the stylesheet that may be overriding the image and preventing it from appearing? I know you wouldn't know from my screenshots alone, haha, but I'm just curious if there's something I can look for. 
pronounshe/him
918written posts
Desmond Milesearned bits
offlinecurrently
Desmond Miles
Part of the Furniture
Desmond Miles Avatar
we will have peace at any cost
help pepeHands

we're trying to fancy up our forum a bit and put unique, individual images in our forum index.

here's what it looks like currently:






and here's an example of how we want it to look





Here's what we attempted to do, but with no suck luck:

.descimage {
background: #FFFFFF;
height: 15px;
width: 50px;
padding: 5px;
position: relative;
background-size: contain;
object-fit: contain;
}


and here's the html for it (this is from bonbon's morning sun)

<div class="cfs">

<div class="mboard">
<div class="title">
<h1><!-- |img_new_post| --> <!-- |name| --></h1>
<div class="topics">
<span><b><!-- |topics| --></b> topics</span>
<span><b><!-- |replies| --></b> replies</span>
</div>
</div>
<div class="mdesc">
<h2><!-- |description| --> </h2>
<div class="last">
<b>Last post:</b> <!-- |last_topic| --><br>
<b>by:</b> <!-- |last_poster| --><br>
<b>on:</b> <!-- |last_post| --></div>
</div>
</div>
<div class="subf">
<!-- |subforums_list| -->
</div>
</div>


obvs we're not sure to put it or handle it, so we come crying to any of yall lovely folk to help us out haha.