How do i add a SHOW SPOILER button to spoilers on my fourm??
Thanks
Thanks
This is a Hitskin.com skin preview
Install the skin • Return to the skin page
[spoiler]Text[/spoiler]
.spoiler_content {
background-color: #000000;
}
.spoiler_closed {
background-color: #000000;
}
Sanket wrote:Considering you are using phpbb2 as mentioned in your profile, add this to your css.
- Code:
.spoiler_content {
background-color: #000000;
}
.spoiler_closed {
background-color: #000000;
}
Topic Solved & Locked |