Posted by BOXES IN CSS/HTML?! help please!

*Salad Dessing*
[Gift4Gift] (#295969)

Total Chad
View Forum Posts


Posted on
2023-03-01 17:18:04
Can someone tell me how to make one of those fancy boxes in CSS/HTML? I have been stuck on that for a loooooong time now.

Also, the BOXES THAT ARE SIDE TO SIDE?! Like, they look like this:

TEXT BOX 1. -
- TEXT BOX 2

Any help would be GREATLY appreciated!

I’m jsut trying to make a fancy CSS/HTML for my den.




Hrt Icon 0 players like this post! Like?

wybie !! 🌿 (#241962)


View Forum Posts


Posted on
2023-05-18 20:29:51
did a bit of scrolling to find some posts without replies! if you don't need help anymore, i apologise !!

though if you're still in need of help with boxes, i can try to help out :3



Hrt Icon 1 player likes this post! Like?

π“†£π™΅πšŽπšπšŒ
πš‘π“†£βš£ (#385720)

Scourge of Lions
View Forum Posts


Posted on
2023-06-01 16:04:17
I'd need help^^



Hrt Icon 0 players like this post! Like?

*Salad Dessing*
[Gift4Gift] (#295969)

Total Chad
View Forum Posts


Posted on
2023-11-28 16:38:39
I am still in need of help, though is it true that boxes only work in CSS now?



Hrt Icon 0 players like this post! Like?

mav2 (#85069)

Lone Wanderer
View Forum Posts


Posted on
2023-12-01 17:06:01
i'm trying to figure out the same thing



Hrt Icon 0 players like this post! Like?

Trace (#68847)


View Forum Posts


Posted on
2023-12-02 02:35:49
'Boxes'/containers should still work on both CSS and HTML. There might be lapses depending on what type of boxes you are using.. but to my knowledge nothing has been disabled to prevent the coding of boxes.



Hrt Icon 0 players like this post! Like?

Nikolai (#360514)


View Forum Posts


Posted on
2024-08-05 13:35:20
If you have a css and have a box code (usualy seen as ".Box1" ".Box2" and ".Box3" inside the code itself but the "." in the html wont work) you need to put them both into "boxcontainer". Normaly Box1 is the biggest and Box3 the smalest. If you make a CSS yourself you can add unlimeted amounts of boxes (like ".Box4" and ".Box5" and so on and so on)

REMOVE ANY * FROM THE CODES IF YOU TRY TO USE THEM

This code would make them be under echother:
<*div class="boxcontainer"><*div class="Box2">
text
<*/*div><*/*div><*div class="boxcontainer"><*div class="Box2">
text
<*/*div><*/*div>

and this would make the boxes be next to echother:
<*div class="boxcontainer"><*div class="Box2">
text
<*/*div><*div class="Box2">
text
<*/*div><*/*div>

if you try to get 3 boxes next to echother then you need to do the same but 3 times with another box again
<*div class="boxcontainer"><*div class="Box3">
text
<*/*div><*div class="Box3">
text
<*/*div><*div class="Box3">
text
<*/*div><*/*div>

You can also put boxes inside of boxes. This can be made with this:
<*div class="boxcontainer"><*div class="Box1">
<*div class="Box2">
text
<*/*div><*/*div>
<*/*div>



Hrt Icon 1 player likes this post! Like?


Edited on 23/08/24 @ 08:23:58 by Nikolai (#360514)

*Salad Dessing*
[Gift4Gift] (#295969)

Total Chad
View Forum Posts


Posted on
2024-08-06 14:29:46
Thank you so much!!



Hrt Icon 0 players like this post! Like?

Nikolai (#360514)


View Forum Posts


Posted on
2024-08-06 17:31:17
No Problem. Please inform me if it works or if I have to look over it again to see what mistake I did in the Code



Hrt Icon 0 players like this post! Like?







Memory Used: 629.10 KB - Queries: 2 - Query Time: 0.00089 - Total Time: 0.00538s