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.
The forum of the forums
+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 September 7th 2011, 12:35 am

    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 September 8th 2011, 2: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_! September 7th 2011, 12:45 am

    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 September 7th 2011, 2: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_! September 7th 2011, 2: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♥ September 7th 2011, 11: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 September 7th 2011, 10: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 September 8th 2011, 2: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 September 8th 2011, 4: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 September 8th 2011, 5: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 September 8th 2011, 7: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 September 8th 2011, 12:37 pm

    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 September 8th 2011, 12:57 pm

    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 September 8th 2011, 1: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 September 8th 2011, 1: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 September 8th 2011, 1: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 September 8th 2011, 1:53 pm

    thank you
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Table Code

    Post by Sanket September 8th 2011, 2:05 pm

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

    Sanket Smile


      Current date/time is September 22nd 2024, 3:32 pm