I have an issue with creating tables in this theme. I made a table with borders set to "0" but they keep showing up. While I was trying to fix the issue I noticed that when I switched back to the garland theme that the table is showing without borders. So I was assuming that it was some type of CSS within this theme.

Here is a link to the page. click here for link.

I have tried using firefox with firebug and have tried changing the CSS in both the "local.css" and "style.css" and even one of the CSS files that is in the /modules/system/ directory but no luck. I made sure to change back the settings I changed after I saw it did not work.

I have been trying and trying repeatedly to make this work with no luck! I am really in some need of help because I just cannot pin point where it is getting the border from. Can someone please help me find where the border set is coming from as I seem to be getting nowhere. Thanks in advanced

Comments

Alberto Lopez’s picture

Status: Active » Closed (fixed)
Mr. Nx’s picture

Have you ever figured out how?

Alberto Lopez’s picture

Yes I did. I had kept looking through the CSS using Firebug for anything that looked like it would be affecting the border and found this piece of code.

tr td, tr th {
border:1px solid #bbb;
padding: 0 6px;
}

After I changed that part and cleared the cache, BOOM! problem fixed. So if you are also using the DANLAND theme then that just might be worth looking at.

Alberto Lopez’s picture

<--disregard-->