About the Table
4 posters
Page 1 of 1
About the Table
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
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 October 25th 2015, 3:58 pm; edited 1 time in total
Re: About the Table
Which tables are you referring to?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: About the Table
This:
I'm sorry, I can't express myself well
- Code:
[table][tr][td][/td][/tr][/table]
I'm sorry, I can't express myself well
Re: About the Table
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..
Add the following to your CSS and change the colors as needed.
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;
}
Re: About the Table
Oh, Ange! 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:
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:
I'm wondering if it's possible for tables.
I saw this Table stle in my friend's MyBB forum:
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:
I'm wondering if it's possible for tables.
Re: About the Table
Something like this maybe ?
It'll have a somewhat glossy look with that box-shadow effect.
- 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.
Re: About the Table
Oh... It looks... Yes, I liked it
I should study some CSS tutorials. But it's so useful for me.
Thank you so much!
I should study some CSS tutorials. But it's so useful for me.
Thank you so much!
Re: About the Table
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.
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.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum