Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:28:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jul 11, 2013 8:08:45 GMT -8
Want to add text above your shoutbox for rules etc But haven't enough space using the show message above the shoutbox Using the shoutbox admin panelScreenshot Go - admin - Themes - Layout Templates - Shoutbox And Look for this line of code <div class="title-bar"><h2>Shoutbox</h2></div> <div class="content"> And directly under it add the line of code below <br /><center><font size=2> <font color="#000000">Add Content Here</font></font></center><br /> You can change the font size and colour Steve Reminder you can click to preview how it looks before saving any changes to your template By clicking on the preview button before you click to save any changes
|
|
inherit
190364
0
Jan 26, 2018 10:12:26 GMT -8
?Leslie?
113
February 2013
lellie
|
Post by ?Leslie? on Feb 8, 2014 6:53:12 GMT -8
Sorry if this is the wrong place to post this...but I was wondering how I can create a boarder around the text that I add...so that it looks like the bubbles that the messages are in. =) Thanks!
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:28:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 8, 2014 7:09:37 GMT -8
Sorry if this is the wrong place to post this...but I was wondering how I can create a boarder around the text that I add...so that it looks like the bubbles that the messages are in. =) Thanks! Hi - you could try this - Transparent Background <center><div class="content"><div style="padding:2px;border:1px solid #000000;border-radius:5px; text-align:center;">Test Add Content Here</div></div></center><br /> If you want a different background colour You can change background-color:white; the bold to any colour<center><div class="content"><div style="padding:2px;border:1px solid #000000;border-radius:5px; background-color: white; text-align:center;">Add Content Here</div></div></center><br /> Or This where you can change the width: 700px - background-color: #F3E2A9 and height: 40px<center> <div style="width: 700px; height: 40px;border:3px solid #886A08; background-color: #F3E2A9; border-radius: 10px;"><center><font size=2> <font color="#000000"><br />Add Content Here</font></font></center><br /></div> </center><br /> Screenshots
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:28:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 8, 2014 7:36:31 GMT -8
Hi, ?Leslie?If you want to change the width for first option the Transparent Background use this code change width: 600px to the width you want <center><div class="content"><div style="padding:2px;border:1px solid #000000;border-radius:5px;width: 600px; text-align:center;">Test Add Content Here</div></div></center><br />
|
|
inherit
190364
0
Jan 26, 2018 10:12:26 GMT -8
?Leslie?
113
February 2013
lellie
|
Post by ?Leslie? on Feb 8, 2014 8:05:54 GMT -8
Thank you so much! I ended up combining the two and came up with this:
<div style="width: 760px; height: 58px; padding:3px; border:1px solid #111111; background-color: #; border-radius: 5px;"><center><font size=2><font color="#ffffff">TEXT HERE</font></font></center><br /></div></center><br />
|
|
Former Member
inherit
guest@proboards.com
195316
0
Nov 27, 2024 17:28:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Feb 8, 2014 8:21:41 GMT -8
Thank you so much! I ended up combining the two and came up with this: <div style="width: 760px; height: 58px; padding:3px; border:1px solid #111111; background-color: #; border-radius: 5px;"><center><font size=2><font color="#ffffff">TEXT HERE</font></font></center><br /></div></center><br /> you had a stray </center> tag <center><div style="width: 760px; height: 58px; padding:3px; border:1px solid #111111; background-color: #; border-radius: 5px;"><center><font size=2><font color="#000000">TEXT HERE</font></font></center><br /></div></center><br />
|
|
inherit
187260
0
Aug 5, 2016 13:16:19 GMT -8
<{Txepster}>
8
December 2012
txep0kxetse
|
Post by <{Txepster}> on May 10, 2014 23:50:54 GMT -8
Thankyou This helped me alot Always wanted to add rules to the Shoutbox
|
|