1
rajanurs
How do I remove the line around the block
  • 2004/12/20 18:50

  • rajanurs

  • Just popping in

  • Posts: 55

  • Since: 2004/12/8


Hi,

Solution needed: To remove/change color of the line that goes around the block and ends up at the either side of the legend.blockTitle

I just couldnt find this in the style.css. I dont want to remove the title itself but want to remove the line or change the color.

2
carnuke
Re: How do I remove the line around the block
  • 2004/12/20 20:00

  • carnuke

  • Home away from home

  • Posts: 1955

  • Since: 2003/11/5


The border is caused by the fieldset in each template page in your theme. You can change them like this:

use an inline style in your theme templates like this:

<fieldset style="border: 0px;"template content </fieldset>


Or you could add this to style.css

fieldset.custom {
border0px solid #fff;
}


Then in your templates change them to this:

<fieldset class="custom"template content </fieldset>


you could also use the above to customize your fieldset so it is diff from default. as a rule, try not to use inline styling.

Added to FAQ

3
Bassman
Re: How do I remove the line around the block
  • 2004/12/21 0:20

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Richard,
Actually, if you just add
Quote:

fieldset {
border: 0px solid #fff;
}

To style.css it has the same effect, without modifying any templates.

I'm very glad you pointed that one out, i've been wondering for ages how to remove that line!

4
rajanurs
Re: How do I remove the line around the block
  • 2004/12/21 2:14

  • rajanurs

  • Just popping in

  • Posts: 55

  • Since: 2004/12/8


You are right Bassman.

Thank you carnuke for the information.

Login

Who's Online

121 user(s) are online (67 user(s) are browsing Support Forums)


Members: 0


Guests: 121


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