Table Code Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+2
!_NICK_!
[Admin] Boss
6 posters

    Table Code

    avatar
    [Admin] Boss
    New Member


    Posts : 13
    Reputation : 2
    Language : Gujrati

    Solved Table Code

    Post by [Admin] Boss Tue Sep 06, 2011 11:35 pm

    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 Sep 08, 2011 1:03 pm; edited 1 time in total
    !_NICK_!
    !_NICK_!
    Active Poster


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

    Solved Re: Table Code

    Post by !_NICK_! Tue Sep 06, 2011 11:45 pm

    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.
    avatar
    [Admin] Boss
    New Member


    Posts : 13
    Reputation : 2
    Language : Gujrati

    Solved Re: Table Code

    Post by [Admin] Boss Wed Sep 07, 2011 1:38 am

    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 !!!




    !_NICK_!
    !_NICK_!
    Active Poster


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

    Solved Re: Table Code

    Post by !_NICK_! Wed Sep 07, 2011 1:48 am

    Well, since it's from a different website service I don't think it's possible.
    Dex♥
    Dex♥
    Forumember


    Posts : 138
    Reputation : 6
    Language : Calgary

    Solved Re: Table Code

    Post by Dex♥ Wed Sep 07, 2011 10:44 am

    Go into your admin panel - display - generalities and rewrite the html into that large text field.
    avatar
    [Admin] Boss
    New Member


    Posts : 13
    Reputation : 2
    Language : Gujrati

    Solved Re: Table Code

    Post by [Admin] Boss Wed Sep 07, 2011 9:15 pm

    [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 Sep 08, 2011 1:43 am; edited 1 time in total (Reason for editing : Can any one help me please)
    ankillien
    ankillien
    Energetic


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

    Solved Re: Table Code

    Post by ankillien Thu Sep 08, 2011 3:03 am

    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.
    Darren1
    Darren1
    Helper
    Helper


    Male Posts : 11853
    Reputation : 566
    Language : English

    Solved Re: Table Code

    Post by Darren1 Thu Sep 08, 2011 4:32 am

    Hi,

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


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

    Solved Re: Table Code

    Post by ankillien Thu Sep 08, 2011 6:34 am

    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
    avatar
    [Admin] Boss
    New Member


    Posts : 13
    Reputation : 2
    Language : Gujrati

    Solved Re: Table Code

    Post by [Admin] Boss Thu Sep 08, 2011 11:37 am

    i don't want that on my every topic i just want that to appears on my homepage is it possible
    ankillien
    ankillien
    Energetic


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

    Solved Re: Table Code

    Post by ankillien Thu Sep 08, 2011 11:57 am

    If you want the box only on the homepage, you can add it in Admin CP > Display > Generalities > Homepage message.
    avatar
    [Admin] Boss
    New Member


    Posts : 13
    Reputation : 2
    Language : Gujrati

    Solved Re: Table Code

    Post by [Admin] Boss Thu Sep 08, 2011 12:31 pm

    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
    ankillien
    ankillien
    Energetic


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

    Solved Re: Table Code

    Post by ankillien Thu Sep 08, 2011 12:51 pm

    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 Sep 08, 2011 12:53 pm; edited 1 time in total
    avatar
    [Admin] Boss
    New Member


    Posts : 13
    Reputation : 2
    Language : Gujrati

    Solved Re: Table Code

    Post by [Admin] Boss Thu Sep 08, 2011 12:53 pm

    thank you
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Table Code

    Post by Sanket Thu Sep 08, 2011 1:05 pm

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

    Sanket Smile