[renz]
Junior Member
Posts: 249
inherit
ohgirlyoucute@yahoo.com
194370
0
Sept 28, 2015 13:25:08 GMT -8
[renz]
249
May 2013
littlemissriot
|
Post by [renz] on Jan 23, 2014 22:18:46 GMT -8
i don't know how to word what i'm looking for and i was going to just search for it myself but the search option on here won't work for me. it tells me the server is done. well now i'm here yet again asking for the code or direction to go in order to get it
i just want the thing where the cbox goes in it. it's sort of like a table i guess hah. has a section where you can write the rules and a welcome logo at the top..
hopefully that made sense haha thanks
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jan 24, 2014 0:27:20 GMT -8
Renz - I'll give you a very simple version, if you want any coding help I'm always here
<div style="width: 100%; margin: auto; background-color: #; color: #; border-radius: 5px; border: 1px solid #;"> <img src="welcomelogo.png"><br /> <b>Rules</b><br /> 1. Rule 1 here<br /> 2. Rule 2 here<br /> 3. Rule 3 here <br /> (etc) cbox code here </div>
I've left # to indicate the hexdecimal codes etc
|
|
[renz]
Junior Member
Posts: 249
inherit
ohgirlyoucute@yahoo.com
194370
0
Sept 28, 2015 13:25:08 GMT -8
[renz]
249
May 2013
littlemissriot
|
Post by [renz] on Jan 26, 2014 16:38:41 GMT -8
if i want to put it between my banner and the categories/boards should i put another code between those? like a table of sorts? or should i just post the code you provided there? and where should i post it? i know there's a million options with v5 just to do one thing so not sure if where i want to put it is going to work or if i'm going to need to post in several different spots just to have this one code work
|
|
Former Member
inherit
guest@proboards.com
131621
0
Dec 1, 2024 19:02:16 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 26, 2014 16:43:51 GMT -8
If you want it between your categories and banner, put it in the Main Header. However if you want it globally, put it in your Forum Wrapper below the banner variable. The code Hawk gave you will put a space above the cbox for some rules and below it will go the cbox, is that what you are wanting?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Jan 26, 2014 19:30:02 GMT -8
As ₪» ⅀ ƪ Ƒ «₪ has said if you want it globally, and I'm assuming this is on a 'normal' layout forum to put some space between categories and banner and have it in there you would need to look for either this: $[participated_threads_link] or $[header] Depending on whether you want it above the Navigation tree and Participated Threads link or below it. ((If you paste it before the Participated Threads link it will show above the nav tree etc, if below it will show below it)) If you want to add space between it and the other content you would need to add margin-top: 10px; and margin-bottom: 10px; after it says margin: auto; ((so it'd read: margin: auto; margin-top: 10px; margin-bottom: 10px; the rest of the css staying as normal)). Other then that I've given you space for a basic version of what you asked for. A welcome image (That you'd need to host yourself replacing the welcome.png), rules (you can add more as required) and then the c-box code
|
|
[renz]
Junior Member
Posts: 249
inherit
ohgirlyoucute@yahoo.com
194370
0
Sept 28, 2015 13:25:08 GMT -8
[renz]
249
May 2013
littlemissriot
|
Post by [renz] on Feb 2, 2014 0:26:58 GMT -8
Boy_Wonder and ₪» ⅀ ƪ Ƒ «₪no i'm looking for a table. i don't know how else to put it haha basically the cbox would have a border around it and to the right it would have rules but it all looks connected - not just writing then the cbox also i want the cbox BETWEEN the categories/boards and the banner, not above the banner i assume that's when i have to go into the forum wrapper of course and go through codes as usual i don't get which code you were telling me to find to put it there.. or if both are options?
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Feb 2, 2014 1:13:39 GMT -8
Both are options and I can adjust that to make that happen quite easily for you if you said that - so similar to how it looks on equestriad?
If yes the rough code for that is
<div style="width: 100%; margin: auto; background-color: #; color: #; border-radius: 5px; border: 1px solid #;"> <div style="width: 25%; float: left; padding: 3px;"><img src="welcomelogo.png"><br /> <b>Rules</b><br /> 1. Rule 1 here<br /> 2. Rule 2 here<br /> 3. Rule 3 here <br /> (etc) </div> <div style="width: 74%; float: left;"> cbox code here </div> <div style="clear: both;"></div> </div>
Where it says 25% and 74% and 100% if you have a set pixel width you can replace it there as long as you remember to make sure that you take into account any padding set and change the ending from % to px.
|
|
[renz]
Junior Member
Posts: 249
inherit
ohgirlyoucute@yahoo.com
194370
0
Sept 28, 2015 13:25:08 GMT -8
[renz]
249
May 2013
littlemissriot
|
Post by [renz] on Feb 2, 2014 17:55:17 GMT -8
yes exactly!
for now i'm keeping it on the left column but i am gonna have my members vote and depending on the style they vote i may use this. until then i'll just keep it in mind. thank you again (:
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Feb 2, 2014 22:39:43 GMT -8
You're welcome - that's similar style without being the exact same as Equestriads, think of it as a building block base, that enables you to customize it as you wish
|
|