Dynadot โ€” .com Registration $8.99

Css question?

Spaceship Spaceship
Watch

inspiration100

DomainersNewsletter.comVIP Member
Impact
82
First off, this could be placed in either design or coding, so feel free to move as you please.

I want to add a border around my website chemistry online .org without all the spaces. What css code could I use to put a border around/between the white area and my tan color? The trick is I only want a border there, not around every table.

I will surley give greens to whoever can help me here. You will need to look at the website to see where I want the border.

Thanks guys!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
You currently have:


#Content
{
width:700px;
margin:0px auto;
text-align: justify;
padding:0px;
border-right:0px solid #888888;
border-left:0px solid #888888;
background-color:#ffffff;
background-attachment:scroll;
background-repeat:no-repeat;
background-position:right top;
}

I imagine you should just change it to something like:


#Content
{
width:700px;
margin:0px auto;
text-align: justify;
padding:0px;
border:1px solid #000000;
background-color:#ffffff;
background-attachment:scroll;
background-repeat:no-repeat;
background-position:right top;
}

That should do the trick. Let me know how it works! :)
 
0
•••
Thanks so much for your reply. I changed it to what you had above but still not seeing a border. Did I change it correctly?

Thanks!
 
0
•••
1
•••
Thanks for the help! Donated a little NP$ and rep.
 
0
•••
i believe you already solved the problem. :) if not pm me and will help you out.
 
0
•••
Dynadot โ€” .com Registration $8.99Dynadot โ€” .com Registration $8.99
Appraise.net
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back