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 October 20th 2015, 10:30 pm

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 October 25th 2015, 3:58 pm; 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 October 21st 2015, 12:29 am

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 October 21st 2015, 3:52 am

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 : 51482
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 October 21st 2015, 1:43 pm

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 October 24th 2015, 4:02 pm

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 October 24th 2015, 5:07 pm

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 October 25th 2015, 3:41 pm

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 October 25th 2015, 3:55 pm

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 October 25th 2015, 3:57 pm

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 October 25th 2015, 3:59 pm

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

- Similar topics

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