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]

1Solved Code not working for phpbb3 Wed Mar 21, 2012 5:54 pm

magicm00n

magicm00n
Registered Member
Registered Member
Hi, This is a working code for phpbb2 but when i change to phpbb3 it doesn't show. What do I need to change for it to work on phpbb3?

Code:
.row1{
   background: #272727;
}

.row1,.row2,.row3,td.spacerow,td.cat,td.rowpic,th,.topnav{
   border: 1px solid;
   border-color: #707070 #000000 #000000 #707070;
}

.row2{
   background: #272727;
}

.row3{
   background: #414141;
}

2Solved Re: Code not working for phpbb3 Wed Mar 21, 2012 8:52 pm

ankillien

ankillien
Administrator
Administrator
What does this code do?

3Solved Re: Code not working for phpbb3 Wed Mar 21, 2012 9:38 pm

magicm00n

magicm00n
Registered Member
Registered Member
It gives the look of a solid background for the forums background. You can try it. It works with phpbb2 but idk why it doesn't for phpbb3.

4Solved Re: Code not working for phpbb3 Thu Mar 22, 2012 12:56 am

Nera

Nera
Technician
Technician
I tried in on BB2, all it works from it is the border code.

http://tiki.forumotion.com/forum

You want to add a background colors to the forums row in BB3?

You'll than use this:

Code:
li.row:hover {
    background-color: #F7EED2;
}
li.row {
    background-color: orange;
}


And than chage the colors to yours.

5Solved Re: Code not working for phpbb3 Thu Mar 22, 2012 8:50 am

magicm00n

magicm00n
Registered Member
Registered Member
Hi, no i want It to work same as phpbb2 with yhe border and all.

6Solved Re: Code not working for phpbb3 Thu Mar 22, 2012 8:57 pm

magicm00n

magicm00n
Registered Member
Registered Member
Lock this, I found out how already. Razz

7Solved Re: Code not working for phpbb3 Thu Mar 22, 2012 10:23 pm

ankillien

ankillien
Administrator
Administrator
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