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.

About the Table

4 posters

Go down

Solved About the Table

Post by Kadebostany Tue 20 Oct - 14: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 - 8:58; edited 1 time in total
Kadebostany
Kadebostany
New Member

Posts : 14
Reputation : 1
Language : Turkish

http://musiverse.getforum.net/

Back to top Go down

Solved Re: About the Table

Post by alla13 Tue 20 Oct - 16:29

i am intresting in this two
alla13
alla13
Forumember

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

http://alla-omar.mo-rpg.com

Back to top Go down

Solved Re: About the Table

Post by SLGray Tue 20 Oct - 19: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.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: About the Table

Post by Kadebostany Wed 21 Oct - 5: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

http://musiverse.getforum.net/

Back to top Go down

Solved Re: About the Table

Post by Kadebostany Sat 24 Oct - 8:02

Bump. Sad
Kadebostany
Kadebostany
New Member

Posts : 14
Reputation : 1
Language : Turkish

http://musiverse.getforum.net/

Back to top Go down

Solved Re: About the Table

Post by Ange Tuteur Sat 24 Oct - 9: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;
}
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: About the Table

Post by Kadebostany Sun 25 Oct - 8: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.
Kadebostany
Kadebostany
New Member

Posts : 14
Reputation : 1
Language : Turkish

http://musiverse.getforum.net/

Back to top Go down

Solved Re: About the Table

Post by Ange Tuteur Sun 25 Oct - 8: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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: About the Table

Post by Kadebostany Sun 25 Oct - 8: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
Kadebostany
Kadebostany
New Member

Posts : 14
Reputation : 1
Language : Turkish

http://musiverse.getforum.net/

Back to top Go down

Solved Re: About the Table

Post by Ange Tuteur Sun 25 Oct - 8: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
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Back to top


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