Help - Search - Members - Calendar
Full Version: Where do I put the code?
Forums > Resource Center > Support Center > Blogger Support > Blogger Resolved Topics
x3chrissyx3
I have done this before, yet I've forgotten...
Where do you put the border codes, to have borders like I have shown in the attachment?

I've added it here:
CODE
.post {
margin: 0 16px 14px 29px;
padding: 0;
border-bottom: 2px solid #ffffff;
border-right: 2px soild #ffffff;
border-top: 2px solid #ffffff;
}

and here:
  #sidebar {
    padding: 7px 11px 0 14px;
    background: #000000;
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff,
    border-right: 2px solid #fffffff;


and I know that's wrong, lol since it's not working.
Any idea on where to put it??
moorepocket
QUOTE
<div id="sidebar">
text
</div>

<div class="post">
text
</div>
x3chrissyx3
Does it matterwhat section i put it in, in the editor?
x3chrissyx3
I tried just adding it in...didn't work.
moorepocket
you put the code in your css.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.