NamePros.Com (http://www.namepros.com/)
-   Web Design Discussion (http://www.namepros.com/web-design-discussion/)
-   -   Css question? (http://www.namepros.com/web-design-discussion/448557-css-question.html)

inspiration100 03-24-2008 12:16 PM

Css question?
 
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!

jhansen 03-24-2008 01:21 PM

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! :)

inspiration100 03-24-2008 04:36 PM

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!

jhansen 03-24-2008 07:30 PM

Hi!

Sorry I wasn't more specific, it would appear you changed http://www.chemistryonline.org/decostylesprint.css , not http://www.chemistryonline.org/decostyles.css

I believe http://www.chemistryonline.org/decostylesprint.css will only apply when you actually go to print the webpage (for example: if you go to file-->print preview, you'll now see the border you set! :))

If you make your desired change(s) to http://www.chemistryonline.org/decostyles.css , that should solve the issue!

-Justin

inspiration100 03-25-2008 10:02 AM

Thanks for the help! Donated a little NP$ and rep.

WPGeek 03-25-2008 05:54 PM

i believe you already solved the problem. :) if not pm me and will help you out.


All times are GMT -7. The time now is 10:47 PM.
Site Sponsors
Advertise your business at NamePros

Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0