Author Topic: How to remove borders?  (Read 5004 times)

0 Members and 1 Guest are viewing this topic.

Offline zaisk

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
How to remove borders?
« on: February 04, 2006, 05:05:38 PM »
How to remove borders like this one.


Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: How to remove borders?
« Reply #1 on: February 04, 2006, 05:28:48 PM »
There are two possibillities. Either you can check for the following statement in your HTML template files - such as :

Quote

border="1"


"or"

you can always check for the class name under your CSS file in your style.css file. ;)

Offline zaisk

  • Jr. Member
  • **
  • Posts: 93
    • View Profile
Re: How to remove borders?
« Reply #2 on: February 04, 2006, 05:37:33 PM »
I checked template html file and looked all the css file.

But I didn't find where to remove them.

Mabe you could explain me in details...

Thanks

Offline TheOracle

  • Hero Member
  • *****
  • Posts: 875
    • View Profile
Re: How to remove borders?
« Reply #3 on: February 04, 2006, 07:02:59 PM »
In that case, could you post your URL ? I will take a look at your HTML codings.