boxes around the last post on Php3
3 posters
Page 1 of 1
boxes around the last post on Php3
How can i add around box, like the one on the last post on
forumotion index board..
thank you
my verstion is Php3
forumotion index board..
thank you
my verstion is Php3
Re: boxes around the last post on Php3
Try this
- Code:
.tcr {
border-radius: 5px;
background: #cc3;
margin: 5px;
box-shadow: 1px 1px #666
}
Re: boxes around the last post on Php3
it's not showing me any around boxes @ my end, i have place the code on Css Stylesheet
Re: boxes around the last post on Php3
OH sorry... This will work
- Code:
.topiclist.forums dd.lastpost {
background-color: #DCEAF5;
border-bottom: 1px solid #C3E0F1;
border-radius: 5px;
border-right: 1px solid #C3E0F1;
margin: 6px;
}
Re: boxes around the last post on Php3
Since this topic has been marked as solved, I will move it to the archives.
Similar topics
» Members And Admin Cannot Type In Post Or Reply Boxes
» Check boxes and multiple boxes
» 2 Chat Boxes
» Special boxes?
» Center Content in boxes
» Check boxes and multiple boxes
» 2 Chat Boxes
» Special boxes?
» Center Content in boxes
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum