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.

Table Code

+2
!_NICK_!
[Admin] Boss
6 posters

Go down

Solved Table Code

Post by [Admin] Boss Wed 7 Sep 2011 - 0:35

Hi i apologize for the wrong section but i want [img]Table Code Captur10[/img] can some one help me please


Last edited by [Admin] Boss on Thu 8 Sep 2011 - 14:03; edited 1 time in total
avatar
[Admin] Boss
New Member

Posts : 13
Reputation : 2
Language : Gujrati

Back to top Go down

Solved Re: Table Code

Post by !_NICK_! Wed 7 Sep 2011 - 0:45

I'm not sure what you mean. You'll have to be a little more specific. All I am understanding is that you want a Award System. Correct?

If so, it can be found here.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Table Code

Post by [Admin] Boss Wed 7 Sep 2011 - 2:38

ok here is more example if you don't understand Click Me for bigger Picture !!!
[img]Table Code Presen12[/img]


Click Me for bigger Picture !!!




avatar
[Admin] Boss
New Member

Posts : 13
Reputation : 2
Language : Gujrati

Back to top Go down

Solved Re: Table Code

Post by !_NICK_! Wed 7 Sep 2011 - 2:48

Well, since it's from a different website service I don't think it's possible.
!_NICK_!
!_NICK_!
Active Poster

Male Posts : 1505
Reputation : 69
Language : English, HTML, and CSS
Location : In the middle of no return.

Back to top Go down

Solved Re: Table Code

Post by Dex♥ Wed 7 Sep 2011 - 11:44

Go into your admin panel - display - generalities and rewrite the html into that large text field.
Dex♥
Dex♥
Forumember

Posts : 138
Reputation : 6
Language : Calgary

http://www.toonworldacademy.net

Back to top Go down

Solved Re: Table Code

Post by [Admin] Boss Wed 7 Sep 2011 - 22:15

[Admin] Boss wrote:ok here is more example if you don't understand Click Me for bigger Picture !!!
[img]Table Code Presen12[/img]


Click Me for bigger Picture !!!






Ok here is what i want look in the center under the Chat box there is a thing that i was looking for i don't know what is the name of that but i wan't that thing under the chat box in the center look over here ttp://fatal-pkz.forum.co.ee/


Last edited by [Admin] Boss on Thu 8 Sep 2011 - 2:43; edited 1 time in total (Reason for editing : Can any one help me please)
avatar
[Admin] Boss
New Member

Posts : 13
Reputation : 2
Language : Gujrati

Back to top Go down

Solved Re: Table Code

Post by ankillien Thu 8 Sep 2011 - 4:03

If you want the box to appear on top of every topic, it can be done via templates if you are using punBB or phpBB2.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Table Code

Post by Darren1 Thu 8 Sep 2011 - 5:32

Hi,

Ank, actually, here on the ESF, PHPBB3, it's through JavaScript Wink
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

Solved Re: Table Code

Post by ankillien Thu 8 Sep 2011 - 7:34

Darren1 wrote:Hi,

Ank, actually, here on the ESF, PHPBB3, it's through JavaScript Wink

I know JS can do it. But I don't see anything like this on this forum. There is a message box above the reply box, is it what you are taking about?

To put a message above every topic, we can use templates for easy solution. If templates are not available, JS is the key Wink
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Table Code

Post by [Admin] Boss Thu 8 Sep 2011 - 12:37

i don't want that on my every topic i just want that to appears on my homepage is it possible
avatar
[Admin] Boss
New Member

Posts : 13
Reputation : 2
Language : Gujrati

Back to top Go down

Solved Re: Table Code

Post by ankillien Thu 8 Sep 2011 - 12:57

If you want the box only on the homepage, you can add it in Admin CP > Display > Generalities > Homepage message.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Table Code

Post by [Admin] Boss Thu 8 Sep 2011 - 13:31

I want my message to appears there like this [img]Table Code Captur12[/img]

and then my topic that are on my forum please help
avatar
[Admin] Boss
New Member

Posts : 13
Reputation : 2
Language : Gujrati

Back to top Go down

Solved Re: Table Code

Post by ankillien Thu 8 Sep 2011 - 13:51

Code for boxes that look exactly like that can take time and efforts to write. Here is something similar...

Code:
<table style="border-collapse: collapse;" width="400pixels" align="left" border="1" cellpadding="5" cellspacing="0">
<tbody>
<tr>
<td style="background: none repeat scroll 0% 0% rgb(35, 89, 132); color: rgb(255, 255, 255); font-weight: bold;">
    Hello!
</td>
</tr>
<tr>
<td style="background: none repeat scroll 0% 0% rgb(230, 230, 230); color: rgb(138, 138, 176); font-size: 11px;">
    Test content!
</td>
</tr>
<tr>
<td style="background: none repeat scroll 0% 0% rgb(242, 242, 242);">
    More test content...! More test content...! More test content...! More test content...! More test content...! More test content...! More test content...! More test content...! More test content...! More test content...!
</td>
</tr>
</tbody></table>

To customize the code easily, go to http://webartzeditor.tk/ , click 'Code' in the footer, paste the above code and click 'Design' Very Happy


Last edited by ankillien on Thu 8 Sep 2011 - 13:53; edited 1 time in total
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Table Code

Post by [Admin] Boss Thu 8 Sep 2011 - 13:53

thank you
avatar
[Admin] Boss
New Member

Posts : 13
Reputation : 2
Language : Gujrati

Back to top Go down

Solved Re: Table Code

Post by Sanket Thu 8 Sep 2011 - 14:05

Since this thread is marked solved, I will lock this thread.
Table Code 2j4t5a8

Sanket Smile

Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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