1 |
|
---|---|
Posted by | I just want two boxes next to each other on my den |
![]() FoxyBoxes_20 (#388490) Incredible View Forum Posts ![]() Posted on 2022-11-06 04:00:52 |
Ok so, apparently the code of the site has changed since the last time I played, and none of the tutorials on how to get two scroll-boxes next to each other in the den description are relevant anymore, and I honestly can't find one that would work. I'm assuming you can't do it with HTML anymore? Do I have to use CSS? Bc I have no idea how to use that lol. Can someone just, tell me how to get two boxes next to each other on my den description. Nothing fancy, just... two boxes. Thank you. ![]() |
Dream Catchers (#95572)
![]() View Forum Posts ![]() Posted on 2022-11-06 05:31:53 |
<*div class="box1"><*div class="header1">TITLE HERE 1<*/div>WRITE HERE 1<*/div><*div class="box2"><*div class="header1">TITLE HERE 2WRITE HERE 2<*/div> These ones are not next to each other but under one another :) Remove all the *'s ![]() Edited on 06/11/22 @ 05:32:31 by Dream Catchers (#95572) |
FoxyBoxes_20 (#388490)
Incredible View Forum Posts ![]() Posted on 2022-11-06 05:40:52 |
And I wanted help to get them NEXT to each other. But thanks, I guess? ![]() |
Dream Catchers (#95572)
![]() View Forum Posts ![]() Posted on 2022-11-06 05:43:49 |
Thats just one option i will get them next to eachother Heres the other option 2 small boxes next to eachother <*div class="boxcontainer"><*div class="Box1"><*h2>header<*/h2>text<*/div><*div class="Box2"><*h2>header<*/h2>text<*/div> again remove the *'s ![]() Edited on 06/11/22 @ 05:44:51 by Dream Catchers (#95572) |
FoxyBoxes_20 (#388490)
Incredible View Forum Posts ![]() Posted on 2022-11-06 05:49:14 |
Nope, still shows them on top of each other. I suppose one needs to do this in CSS... ![]() |
Dream Catchers (#95572)
![]() View Forum Posts ![]() Posted on 2022-11-06 05:49:56 |
1 |
---|