1 |
|
---|---|
Posted by | Place boxes next to each other? |
SquidKitties (#125338) Interstellar View Forum Posts Posted on 2019-10-16 16:40:12 |
I've finally found out how to code boxes but I can't exactly place them correctly. They appear in my den it's stacked on top instead of side by side. I tried the html I found in another post with similar problems but it didn't change. 0 players like this post! Like? |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2019-10-16 22:54:17 |
Heyo Jimmie! Here's the code I use for side by side boxes in my den: <*div style="width:800px;"*> <*div style="width:#px;height:#px;float:left;background:#HEXCODE;border:#px solid;"* class="scrollBox"*>Text1<*/*div><*div style="width:#px;height:#px;float:right;background:#HEXCODE;border:#px solid;"* class="scrollBox"*>Text2<*/*div> <*/*div> Just make sure to remove any *'s, replace any #'s with numbers and replace any #HEXCODE's with a hex color code. Text1 and Text2 is where you may type for the different boxes. Also as a note, do not place any spacing between the two boxes you type inside of otherwise they won't be lined up correctly. I hope this helps! 0 players like this post! Like? |
SquidKitties (#125338)
Interstellar View Forum Posts Posted on 2019-10-17 16:04:18 |
1 |
---|