Comments on [ F2U ] Small Pride Carrds (lesbian) All Comments Start of Thread Parent

if scroll boxes is the way to go, you:

  1. Under the CONTENT guide header, replace the <p> with <div>
  2. Insert a height value with an overflow:auto in the div's style
  3. Optional but surround the text with <p> !
    1. For each new paragraph, there should be a new <p>
    2. (technically, you can create a list using <ul> but I'm assuming you want keep the starry bullets)

if done right, it should look like this!

Screen_Shot_2023-03-19_at_7.00.44_pm.png

repeat the steps for the "please do not" box as well!  hope this helps! <3

Thanks so much!!! ❤️❤️

Hm, so I got the scrolls working, but there’s still a large gap on my profile. Do you think I may have accidentally deleted something that creates the division?

i think you deleted a </div> by accident, which is why there’s no longer two ‘columns’ !!

i’m not on my computer right now so i cant tell you where exactly but try comparing your code to the original and see where it may be needed!


I figured it out! I think I put a