The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

About The Solved Button For Admin To Apply

3 posters

Go down

Solved About The Solved Button For Admin To Apply

Post by mangaka May 7th 2013, 12:23 pm

Hello there Hello

I want to know,how to make this?

-> About The Solved Button For Admin To Apply Capture20130507162545

Thanks for the answer Confused


Last edited by mangaka on May 10th 2013, 8:59 am; edited 1 time in total
mangaka
mangaka
Forumember

Female Posts : 121
Reputation : 5
Language : Indonesia
Location : Well

Back to top Go down

Solved Re: About The Solved Button For Admin To Apply

Post by Ultron's Vision May 7th 2013, 1:36 pm

Try adding this to your CSS stylesheet (Administration Panel -> Display -> Colors -> CSS Stylesheet):

Code:
table.solved {
background-image: url(http://i43.servimg.com/u/f43/16/93/80/74/tick10.png);
background-position: left center;
background-repeat: no-repeat;
background-color: #d7e2b7;
border: 1px solid #b7c19a;
border-radius: 3px;
color: #626f3d;
font-weight: 700;
padding: 5px 5px 5px 30px;
width: 97%;
}

Then, when posting, enter this:

Code:
[table class="solved"][tr][td]Topic Solved & Locked[/td][/tr][/table]

The result should look like this:

Sanket wrote:
Topic Solved & Locked
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Solved Re: About The Solved Button For Admin To Apply

Post by mangaka May 8th 2013, 5:42 am

Hm...Something's wrong.I already paste the CSS Code to my CSS Stylesheet,and i tried the same thing you tell me.But it doesn't applied bwi Did that because my skin version?My skin version is Phpbb2. bwi thanks for the answer Hello
mangaka
mangaka
Forumember

Female Posts : 121
Reputation : 5
Language : Indonesia
Location : Well

Back to top Go down

Solved Re: About The Solved Button For Admin To Apply

Post by Ultron's Vision May 8th 2013, 8:08 am

Hm, try refering to it with HTML instead of BBCode.

Code:
<table class="solved"><tr><td>Topic Solved & Locked</td></tr></table>

Alternatively, do this with BBCode, that could have been wrong.

Code:
[table class=solved][tr][td]Topic Solved & Locked[/td][/tr][/table]
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

Solved Re: About The Solved Button For Admin To Apply

Post by Jophy May 8th 2013, 3:32 pm

Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: About The Solved Button For Admin To Apply

Post by mangaka May 10th 2013, 8:57 am

I see...I can make it now Hello

I will mark this as "Solved" Hello

mangaka
mangaka
Forumember

Female Posts : 121
Reputation : 5
Language : Indonesia
Location : Well

Back to top Go down

Solved Re: About The Solved Button For Admin To Apply

Post by Jophy May 10th 2013, 11:58 am

Topic Solved & Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum