Go Back   HTMLCenter Web Development Forums > Web Design and Development > Programming and Scripting

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 06-12-2007, 08:52 AM
Registered User
 
Join Date: Jan 2007
Posts: 99
CSS problem? Getting rid of lines or borders..

Am working on this site:

http://www.peppermint-bay.com/betatest/

Everything is fine, except on the Apply For Credit page. I want my content to take up the whole section in white and get rid of those two grey lines or borders. I can't figure out how to get rid of them! I'm guessing it's in CSS somewhere, but I can't find it.

If you notice all the pages use them as there's content on both sides of those lines. The credit page I am not putting the two side content, just the credit application page will take up the full section.

Here's a direct link to the CSS file:

http://www.peppermint-bay.com/betate...yle_screen.css
Reply With Quote

  #2 (permalink)  
Old 06-12-2007, 10:36 AM
Deadeye's Avatar
Moderator
 
Join Date: Aug 2005
Location: San Diego, CA
Posts: 268
Send a message via MSN to Deadeye
doing a quick look at your page and CSS file, without doing any testing.

To get rid of the gray borders, you need to change this line of code

Code:
.table {clear: left; margin: 0.5em 0px 0.2em 30px; border: solid 1px rgb(150,150,150); empty-cells: show; border-collapse: collapse; background-color: rgb(233,232,244);}
and change it to

Code:
.table {clear: left; margin: 0.5em 0px 0.2em 30px; border: none; empty-cells: show; border-collapse: collapse; background-color: rgb(233,232,244);}
This is assuming this is the right table declaration, the border just needs to be set to none instead or solid.

Wesley
Reply With Quote
  #3 (permalink)  
Old 06-14-2007, 09:58 AM
Registered User
 
Join Date: Jan 2007
Posts: 99
Hmm.. still can't figure this one out. I've tried changing a lot of things and changing them back to no avail.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS Tips & Tricks - Tutorials and more... Webnauts Programming and Scripting 12 06-20-2007 09:35 PM
What's wrong with my CSS? (IE Problem) curtiss Programming and Scripting 1 01-14-2007 07:39 PM
weird problem with FF 1.5.0.6 flashwood59 Programming and Scripting 0 09-11-2006 01:35 PM
Background colour not displaying in Firefox... CSS problem? christhorn Programming and Scripting 4 02-02-2006 03:29 PM


All times are GMT -5. The time now is 04:16 AM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter