1 |
|
---|---|
Posted by | Coding Help! |
![]() πΏ π π π π₯ πΏ (#139158) Recognizable View Forum Posts ![]() Posted on 2018-02-19 22:54:08 |
Hi there, Iβm new to LioDen and decided it would be fun to decorate my den like everyone else but Iβm unsure how to add βscroll boxesβ? Any help is very much appreciated! ![]() |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts ![]() Posted on 2018-02-21 13:37:46 |
Hello! Here's the code you'll need for basic div boxes without any background codes: <*div style="width:#px;height:#px;"* class="scrollBox"*>Text<*/*div> Be sure to remove the *'s and replace the #'s with actual numbers. If you wanted more fancy div boxes you can use this code: <*div style="width:#px;height:#px;background:#HEXCODE;border:#px solid;"* class="scrollBox"*>Text<*/*div> Same deal as before; Remove *'s, replace #'s with numbers and replace the #HEXCODE with a color code. I hope it helps! ![]() ![]() |
πΏ π π π π₯ πΏ (#139158) Recognizable View Forum Posts ![]() Posted on 2018-02-21 14:34:15 |
1 |
---|