![]() | |||||||
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! |
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! :) |
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! |
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 |
Thanks for the help! Donated a little NP$ and rep. |
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. |
Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 2.4.0