1
billyvision
CSS, what should I do?

hi, i am new to css and xoops,!
need your help.

please tell me how to remove the border (or change its color to white) from the centre block of my XOOPS website. im using sev_zero theme!

https://xoops.org/modules/library/viewcat.php?list=S&start=10



Open style.css file, then? what should i edit!
thanks in advance

billyvision
:: Link underconstruction :: http://www.ayubians.com/thesite



Resized Image

2
christian
Re: CSS, what should I do?
  • 2005/7/23 22:46

  • christian

  • Just can't stay away

  • Posts: 401

  • Since: 2002/2/24


it's easy

In your theme_blockcenter_c.html you remove :
- <fieldset>
- </fieldset>
you replace :
<legend class="blockTitle"><{$block.title}></legend>
by <div class="blockTitle"><{$block.title}></div>

Best regards

3
billyvision
Re: CSS, what should I do?

thnx its done ! but if u look closely there still is a faint line along the block?

lookingforward