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]

1Boder for forum category Empty Boder for forum category Thu Mar 22, 2012 11:05 pm

magicm00n

magicm00n
Registered Member
Registered Member
How can i set a border for a forum category in css? Im using phpbb3.

2Boder for forum category Empty Re: Boder for forum category Thu Mar 22, 2012 11:49 pm

ankillien

ankillien
Administrator
Administrator
Like this CSS...

Code:
.forabg{border: 1px solid red;}

3Boder for forum category Empty Re: Boder for forum category Fri Mar 23, 2012 5:19 am

medlsc

medlsc
Registered Member
Registered Member
or like this

border: 1px solid #0A539C;

or if you want to use an image as a background

border-image: none;

and with radius and shadow

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-webkit-box-shadow: 0 0 5px #B2D1F0;
-moz-box-shadow: 0 0 5px #B2D1F0;
box-shadow: 0 0 5px #B2D1F0;

http://med-lab-scietists.free-forums.biz/

4Boder for forum category Empty Re: Boder for forum category Fri Mar 23, 2012 1:40 pm

magicm00n

magicm00n
Registered Member
Registered Member
How do I remove this border like in phpbb2 there is no border so I want to remove this on phpbb3.

How can I remove these:

Boder for forum category Border10

5Boder for forum category Empty Re: Boder for forum category Fri Mar 23, 2012 5:21 pm

ankillien

ankillien
Administrator
Administrator
I need a link tot he forum.

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