WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Forum Table Border (phpbb3) Empty Forum Table Border (phpbb3) Tue Sep 28, 2010 6:34 am

Syfte

Syfte
Registered Member
Registered Member
Is there a way to add a 1px border around the forum tables (as shown below)?

Without border:
Spoiler:
With border:
Spoiler:
(Edited in graphic software)

I made the "Table Background Image" transparent.



Last edited by Syfte on Fri Oct 01, 2010 4:24 am; edited 2 times in total

http://www.spotfeed.net

2Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Tue Sep 28, 2010 9:16 am

ankillien

ankillien
Administrator
Administrator
Hi Syfte,

Do you want it for punBB?

3Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Wed Sep 29, 2010 3:16 am

Syfte

Syfte
Registered Member
Registered Member
Phpbb3 please.

http://www.spotfeed.net

4Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Wed Sep 29, 2010 3:30 am

Unknown Data

Unknown Data
Registered Member
Registered Member
You can use this, if I understand you right Wink:

Code:
.forabg {
border: 1px solid #000000;
}

http://woops.dk

5Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Wed Sep 29, 2010 4:47 am

Syfte

Syfte
Registered Member
Registered Member
Thanks, but there was space between the table and the border:
Spoiler:
I'd like it better without that space.

I tried adding
padding: 0px
but it only succeeded in removing the space from the sides:
Spoiler:

http://www.spotfeed.net

6Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Wed Sep 29, 2010 9:03 am

blindbat1457


Registered Member
Registered Member
Code:
.forabg {
  border: 1px solid black !important;
  padding: 0px !important;
  }

Try this. I just converted my test forum to phpbb3 and it worked for me.

http://thisisatest.forumotion.com/index.htm

7Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Wed Sep 29, 2010 10:20 am

ankillien

ankillien
Administrator
Administrator
Can you provide me a link to your site?

8Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Thu Sep 30, 2010 7:08 am

Syfte

Syfte
Registered Member
Registered Member
Sure Smile
http://zanyx.forumotion.com/
I tried that code, blindbat, and the same thing happened. I think there might be something with the images?

http://www.spotfeed.net

9Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Thu Sep 30, 2010 9:31 am

ankillien

ankillien
Administrator
Administrator
I don't think its the images. Its with the rounded corners classes. Add this code to CSS and it ill be fixed...

Code:
.forabg .corners-top ,
.forabg .corners-bottom {
display:none;
}

10Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Thu Sep 30, 2010 12:36 pm

blindbat1457


Registered Member
Registered Member
ankillien wrote:I don't think its the images. Its with the rounded corners classes. Add this code to CSS and it ill be fixed...

Code:
.forabg .corners-top ,
.forabg .corners-bottom {
display:none;
}

Funny thing is.. I converted it and didn't do any coding just put the border and it automatically deleted the corners. No clue why but it did.

11Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Thu Sep 30, 2010 2:24 pm

ankillien

ankillien
Administrator
Administrator
It is because CSS of different themes differ. The theme Syfte is using has different style for .forabg class so it behaves differently then your forum. Thats it Smile

12Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Fri Oct 01, 2010 2:00 am

blindbat1457


Registered Member
Registered Member
ankillien wrote:It is because CSS of different themes differ. The theme Syfte is using has different style for .forabg class so it behaves differently then your forum. Thats it Smile

Ahh makes sense Razz

13Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Fri Oct 01, 2010 4:23 am

Syfte

Syfte
Registered Member
Registered Member
Worked perfectly. Thanks you three Smile

http://www.spotfeed.net

14Forum Table Border (phpbb3) Empty Re: Forum Table Border (phpbb3) Fri Oct 01, 2010 9:03 am

ankillien

ankillien
Administrator
Administrator
Glad we could help Very Happy

Solved | Locked

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum