Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 5:29:35 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 7, 2014 14:47:38 GMT -8
I am requesting help. I would like for my forum to have one decorative border on its left side. No borders on top, on the bottom or on the right side of the forum. Is it possible for the forum's template to only have that left sided border?
|
|
inherit
72282
0
Feb 22, 2019 7:29:04 GMT -8
Smangii
what's this?
4,772
February 2006
smangii
|
Post by Smangii on Aug 7, 2014 14:56:41 GMT -8
Simply use border-left instead of border
Unless you mean something else, it's really that east.
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 5:29:35 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 8, 2014 4:52:32 GMT -8
Simply use border-left instead of borderUnless you mean something else, it's really that east. Thank you for your help.
What is that border around the left side code? What template does it into?
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 5:29:35 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 12, 2014 11:30:37 GMT -8
BUMP
|
|
inherit
72282
0
Feb 22, 2019 7:29:04 GMT -8
Smangii
what's this?
4,772
February 2006
smangii
|
Post by Smangii on Aug 12, 2014 14:50:33 GMT -8
Sorry, I'm gonna need you to be a little more specific on what border you are talking about, and what exactly you want to change. You can use CSS/Stylesheet to define a left border around your whole forum wrapper, such as: #wrapper { border-left: 10px solid #000; } Or you can just manually add it into your forum wrapper layout template. <div id="wrapper" style="border-left: 10px solid #000;"> ... </div> But unless you tell me what you want a border on, I don't know where to tell you to edit it
|
|
Former Member
inherit
guest@proboards.com
188496
0
Nov 1, 2024 5:29:35 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 13, 2014 9:56:15 GMT -8
Sorry, I'm gonna need you to be a little more specific on what border you are talking about, and what exactly you want to change. You can use CSS/Stylesheet to define a left border around your whole forum wrapper, such as: #wrapper { border-left: 10px solid #000; } Or you can just manually add it into your forum wrapper layout template. <div id="wrapper" style="border-left: 10px solid #000;"> ... </div> But unless you tell me what you want a border on, I don't know where to tell you to edit it I only want a left border. I do not want a border around my entire forum.
Thank you for providing me with this left border code. #wrapper { border-left: 10px solid #000; }
|
|