11
tonybrasscoe
Re: XMT Help - how to remove border around centre block

Im not getting this to work for some reason. Im using the bassman light blue theme and im also trying to remove the borders from my center block. i tried both of the steps listed here and still no luck. I removed the field set tags in the theme_blockcenter_c

i also tried to add border:opx in the field set tag...I dont have an active site yet but i would to use this theme if the center didnt look so restricted.

is there any other way of doing this or am i smply overlooking somethining?please help. thanks

12
Bassman
Re: XMT Help - how to remove border around centre block
  • 2006/5/18 22:00

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


You could try the following in style.css:
Quote:

fieldset {
border: 0px solid #fff;
}


I just had a thought:

You'll have to change the same thing in styleNN.css, if you don't you will not see the changes if you view the site with Firefox/Mozilla/Nestscape.

13
tonybrasscoe
Re: XMT Help - how to remove border around centre block

Quote:

Bassman wrote:
You could try the following in style.css:
[quote]
fieldset {
border: 0px solid #fff;
}


thanks! that worked i forgot to edit the styleNN.css also. I appreciate it and the great themes.

14
bethanyw
Re: XMT Help - how to remove border around centre block
  • 2007/10/28 21:27

  • bethanyw

  • Just popping in

  • Posts: 6

  • Since: 2007/10/24


I am also having this problem of a border showing around custom blocks, and have tried everything listed here. I am trying to create a custom theme. Fieldset is not listed in the code for theme_blockcenter_l, or theme_centerblock_c. I have tried adding the code fieldset as suggested in previous threads. Nothing is working and it's driving me crazy. The site is here: www.marketagenda.com There is also a space at the bottom that I can't get rid of.

Please help.

Thanks,
Bethany


Here is the CSS code I am using:

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 0px;
margin:0px


.login{
height: 272px;
width: 288px;
padding-left: 110px;
padding-top: 25px;
background-repeat:no-repeat;
background-image: url(http://www.marketagenda.com/themes/homepage/images/index_03.jpg);

}.login a:link {
color:#FFFFFF;

}.login a:visited {
color:#FFFFFF;

}
.login .header{
color: #FFFFFF;
padding: 12px 2px 0px 30px;
font-weight: normal;
text-align: left;
}
.login .body{
color: #FFFFFF;
padding: 3px 15px 0px 30px;
text-align: left;
}
}
.block1 {
background-image: url(images/index_01.jpg);
height: 393px;
width: 398px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;

}
.block2 {
background-image: url(images/index_02.jpg);
height: 632px;
width: 626px;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;


}
.block3 {
background-image: url(images/index_03.jpg);
height: 272px;
width: 398px;

}
fieldset {
border: 0px solid #FFFFFF;
}

15
nachenko
Re: XMT Help - how to remove border around centre block
  • 2007/10/29 0:43

  • nachenko

  • Quite a regular

  • Posts: 356

  • Since: 2005/1/18


Great job, Bethany, you're just a few CSS lines of a great theme.

I see some problems you need to fix NOW:

1- HTML code is absolutely invalid. Head content appears three times!

2- As side effect, style.css loads three times.

Fix them, install Web developer toolbar for Firefox, activate it and then come back.

16
bethanyw
Re: XMT Help - how to remove border around centre block
  • 2007/10/29 3:30

  • bethanyw

  • Just popping in

  • Posts: 6

  • Since: 2007/10/24


Thanks for your help. I removed the extra head tags. I was putting that html coding in each block, which resulted in the three tags, and extra CSS links. I installed firefox web developer toolbar. I will await further help. Also, a little more background. This site is using two themes. The homepage is using a custom theme I created, and the rest of the site uses a different custom theme that was created by someone else. They are both being used via themechanger.

Thanks,
Bethany

17
bethanyw
Re: XMT Help - how to remove border around centre block
  • 2007/10/30 0:29

  • bethanyw

  • Just popping in

  • Posts: 6

  • Since: 2007/10/24


Can anyone help me?

Thanks,
Bethany

18
Bassman
Re: XMT Help - how to remove border around centre block
  • 2007/10/30 0:54

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


Bethany,
We can't see the actual problem. Do you get the problem once you're logged in?

19
bethanyw
Re: XMT Help - how to remove border around centre block
  • 2007/10/30 1:44

  • bethanyw

  • Just popping in

  • Posts: 6

  • Since: 2007/10/24


If you go to the homepage of www.marketagenda.com, you will notice a white line on the left side of block 1 & the system_login block, and also a white line at the top of block 1, and block 2. These are all custom blocks in a custom theme. I can't find the source of the code that is creating these white lines. Also there is a white space on the bottom. I am really stumped...I am a newbie to Xoops.

Thanks,
Bethany

20
Bassman
Re: XMT Help - how to remove border around centre block
  • 2007/10/30 1:56

  • Bassman

  • Friend of XOOPS

  • Posts: 1272

  • Since: 2003/5/23


I can see the vertical white line, but not the other lines you are talking about.

However I do notice that there's an extra / in some of the code:
Quote:

http://www.marketagenda.com/themes/z_changeable_theme//images/spacer.gif" width="87" height="5"

Login

Who's Online

169 user(s) are online (77 user(s) are browsing Support Forums)


Members: 0


Guests: 169


more...

Donat-O-Meter

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

Latest GitHub Commits