About the Table 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.
4 posters

    About the Table

    Kadebostany
    Kadebostany
    New Member


    Posts : 14
    Reputation : 1
    Language : Turkish

    Solved About the Table

    Post by Kadebostany Tue 20 Oct - 16:30

    Halló,
    Actually this is not a problem, I'm looking for a coding help.

    I'm wondering if there's any CSS styling for the grid tables, because the standart version isn't looking stylish at all.
    Do you know any CSS code to make it cooler?

    Thanks a lot,
    -KAD


    Last edited by Kadebostany on Sun 25 Oct - 10:58; edited 1 time in total
    alla13
    alla13
    Forumember


    Posts : 91
    Reputation : 6
    Language : Arab5/5 Eng3/5 Fr2/5

    Solved Re: About the Table

    Post by alla13 Tue 20 Oct - 18:29

    i am intresting in this two
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51500
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: About the Table

    Post by SLGray Tue 20 Oct - 21:52

    Which tables are you referring to?



    About the Table Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kadebostany
    Kadebostany
    New Member


    Posts : 14
    Reputation : 1
    Language : Turkish

    Solved Re: About the Table

    Post by Kadebostany Wed 21 Oct - 7:43

    This:

    Code:
    [table][tr][td][/td][/tr][/table]

    I'm sorry, I can't express myself well Sad
    Kadebostany
    Kadebostany
    New Member


    Posts : 14
    Reputation : 1
    Language : Turkish

    Solved Re: About the Table

    Post by Kadebostany Sat 24 Oct - 10:02

    Bump. Sad
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: About the Table

    Post by Ange Tuteur Sat 24 Oct - 11:07

    This is just a basic example, I'm not exactly sure what you're looking for. You can mess around with some borders, colors, etc.. What a Face

    Add the following to your CSS and change the colors as needed.
    Code:
    .postbody table {
      background:#EEE;
      border:1px solid #CCC;
      width:100%;
    }

    .postbody table td {
      background:#DDD;
      padding:3px;
    }
    Kadebostany
    Kadebostany
    New Member


    Posts : 14
    Reputation : 1
    Language : Turkish

    Solved Re: About the Table

    Post by Kadebostany Sun 25 Oct - 10:41

    Oh, Ange!  About the Table 1f499 Actually this CSS code is really useful - unfortunately i'm not good-coder at all. :/

    I saw this Table stle in my friend's MyBB forum:

    About the Table Asfasf10

    I don't want the same style but i liked it. I'm looking for it. *-*

    A little addition:
    I like your curly style in your themes:

    About the Table Asfasf11

    I'm wondering if it's possible for tables.
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: About the Table

    Post by Ange Tuteur Sun 25 Oct - 10:55

    Something like this maybe ?
    Code:
    .postbody table {
      background:#FFF;
      border:1px solid #CCC;
      width:100%;
    }

    .postbody table td {
      background:#DDD;
      box-shadow:0 -9px 6px rgba(0, 0, 0, 0.05) inset, 0 9px 6px rgba(255, 255, 255, 0.3) inset;
      padding:3px;
    }

    It'll have a somewhat glossy look with that box-shadow effect.
    Kadebostany
    Kadebostany
    New Member


    Posts : 14
    Reputation : 1
    Language : Turkish

    Solved Re: About the Table

    Post by Kadebostany Sun 25 Oct - 10:57

    Oh... It looks... Yes, I liked it About the Table 1f60d
    I should study some CSS tutorials. But it's so useful for me.
    Thank you so much! About the Table 1f499
    Ange Tuteur
    Ange Tuteur
    Forumaster


    Male Posts : 13207
    Reputation : 3000
    Language : English & 日本語
    Location : Pennsylvania

    Solved Re: About the Table

    Post by Ange Tuteur Sun 25 Oct - 10:59

    You're welcome ^^

    If you want, these are some good sites to study HTML, CSS, etc..
    http://www.w3schools.com/
    http://www.quackit.com/

    Topic archived

    Have a good day. Smile