1 |
|
---|---|
Posted by | table help |
Olive (#102635) Toxic View Forum Posts Posted on 2017-12-09 12:09:15 |
Continue? ^I'm trying to center this and my code is < div style="width:250px;height:50px;overflow:auto;border:5px double; background:#DB9F98;text-align:center;" >< p style="font-size:25px;color:#662A23" >Continue?< /p >< /div > without spaces Edit: I've figured it out! and in case anyone else needs it to, you can center a table with "margin:1em auto;" inside of the original coding ( < div style="margin:1em auto;width:160px;height:80px;overflow:auto;border:5px double; background:#DB9F98;text-align:center;" >< br >< p style="font-size:25px;color:#662A23" >Continue?< /p >< br >< /div > ) 0 players like this post! Like? Edited on 09/12/17 @ 13:11:17 by Olive (#102635) |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2017-12-09 13:07:26 |
Hiya! This is the code you'll want to use: <*div style="width:250px;height:50px;border:5px double;background:#db9f98;"* class="scrollBox"*><*p style="font-size:25px;color:#662A23;text-align:center;"*>Continue<*/*p><*/*div> Just be sure to remove any *'s. Hope it helps! 0 players like this post! Like? |
Olive (#102635)
Toxic View Forum Posts Posted on 2017-12-09 13:10:56 |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2017-12-09 13:11:48 |
Olive (#102635)
Toxic View Forum Posts Posted on 2017-12-09 13:30:58 |
Ack one more thing, my tables don't seem to show up when I post them here 0 players like this post! Like? Edited on 09/12/17 @ 13:33:33 by Olive (#102635) |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2017-12-09 15:46:31 |
Div boxes won't work on thread posts sadly. You can use the code from here but you may have to change any font sizes or colors to a span tag. 0 players like this post! Like? |
Olive (#102635)
Toxic View Forum Posts Posted on 2017-12-09 15:47:46 |
Keina [Not Active] (#50109)
Lone Wanderer View Forum Posts Posted on 2017-12-09 15:48:51 |
1 |
---|