1
wac0020
White border issue.
  • 2007/6/13 11:18

  • wac0020

  • Just popping in

  • Posts: 15

  • Since: 2007/1/17


On the site that I am working on there is a white boarder around the center blocks and I don't know where to change it.

Here is the site: KCSDRD.ORG

If you have any other comment I would like to here them as well.

2
Dave_L
Re: White border issue.
  • 2007/6/13 11:46

  • Dave_L

  • XOOPS is my life!

  • Posts: 2277

  • Since: 2003/11/7


In the default theme, that's determined by the following CSS tags in themes/default/css/style.css:

td#centerCcolumn
td#centerLcolumn
td#centerRcolumn

It's probably similar in the theme you're using.

See if those tags have a "border" attribute.

----
edit

Then again, I may be wrong, but it's a place to start.

3
nachenko
Re: White border issue.
  • 2007/6/13 13:18

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


This is border property on "fieldset" tag. Just edit fieldset properties in your CSS style file.

To supress borders it should be something like this:

fieldset {border: none;}

Or redefine borders to get what you want.

4
wac0020
Re: White border issue.
  • 2007/6/13 20:11

  • wac0020

  • Just popping in

  • Posts: 15

  • Since: 2007/1/17


It was in the fieldset like nachenko said but not in the css it was in the theme_blockcenter_c.html, theme_blockcenter_l.html, theme_blockcenter_r.html.

Thanks for the help.

5
nachenko
Re: White border issue.
  • 2007/6/14 11:27

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Bleagh!!

You mean there was CSS code INSIDE the block locations templates?

May these templates burn in hell.

Login

Who's Online

267 user(s) are online (179 user(s) are browsing Support Forums)


Members: 0


Guests: 267


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits