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 quote Box Thu Mar 08, 2012 1:06 am

black beauty

black beauty
Registered Member
Registered Member
Hello

i want to do the quote box like this




quote Box  0f84c4a2a16f474a9796401


i have Phbb 2

and i have access to Template codes

2Solved Re: quote Box Thu Mar 08, 2012 10:13 am

ankillien

ankillien
Administrator
Administrator
Hi,

Try adding this code in your CSS...

Code:
.postbody table tr:first-child td {
background: blue;
padding: 5px;
border-radius: 5px 5px 0 0;
}
.postbody td .genmed {
color: #fff;
}
.postbody table tr:last-child td {
background: #fff;
padding: 5px;
border-radius: 0 0 5px 5px;
}
.postbody table {
border-collapse: collapse;
}

3Solved Re: quote Box Fri Mar 09, 2012 10:07 pm

black beauty

black beauty
Registered Member
Registered Member
Wonderful thanks it is working

Very Happy

4Solved Re: quote Box Fri Mar 09, 2012 10:18 pm

ankillien

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