thegamescene 0 Report post Posted August 1, 2011 This is something I would love to see in Pagelines...blocks. A design feature where you can add a border and make any object a block. Like a sidebar or the content area. I personally do not know how to use Firebug to add borders but I would like to see it easily built in someday. For now, can someone help me out with how to add a border around the content area using firebug? or a sidebar? I already asked this but I didn't get the answer I was looking for. Share this post Link to post Share on other sites
Kate 3 Report post Posted August 1, 2011 Do you have a link to your site, please? Share this post Link to post Share on other sites
thegamescene 0 Report post Posted August 2, 2011 Thegamescene.net Share this post Link to post Share on other sites
catrina 103 Report post Posted August 3, 2011 Okay, since you already have Firebug, here are steps on how to use it: 1. Turn Firebug on. 2. Click on the icon with the cursor on a blue rectangle and then select the the content area (you should see a blue rectangle around it). 3. In the HTML source, the DIV layer div=mcolumn-pad should be selected. This is the content area you want to add the border to. 4. Here is the CSS you'd use to add the border around the content area: #column-main div.mcolumn-pad {border: 1px solid #000;} #column-main was added because it's the container for mcolumn-pad (the box containing the content area) and div.mcolumn-pad is added because that is what you want to change. Does that make sense? You can add the CSS to PlatformPro Settings > Custom Code > Custom CSS to test it. Here is additional step-by-step info on how to use Firebug for CSS customizations: http://www.pagelines.com/docs/?s=firebug#101 Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites