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.

Possible to Code Tables like zetaboards?

4 posters

Go down

Solved Re: Possible to Code Tables like zetaboards?

Post by SLGray July 22nd 2018, 6:25 am

You will have to go through the BBCode and change it to Forumotion's BBCode.  Forumotion does not have small, large, etc.


phpBB2 - Possible to Code Tables like zetaboards? 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: Possible to Code Tables like zetaboards?

Post by TheCrow July 23rd 2018, 1:31 am

Hey,

You can add classes to the tables and the TD's in your table. That way it's easier for you to design the tables, coding wise, and organizing too. Example:
Code:
[table id="tableHeader"][tr][td]My header here[/td][/tr][/table]
[table id="tableContent"][tr][td class="testing1"]Column1[/td][td class="testing2"]Column2[/td][/tr][/table]
[table id="tableFooter"][tr][td]My footer here[/td][/tr][/table]
and then style each part of this table using the table's ids and classes in your css! Wink
Code:
/*Table header*/
table#tableHeader { ... }
/*Table Columns*/
table#tableContent { ... }
td.testing1 { ... } /* for the first column of your table */
td.testing2 { ... } /* for the second column of your table */
/*Table Footer*/
table#tableFooter { ... }
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Possible to Code Tables like zetaboards?

Post by AnyColor July 26th 2018, 2:47 am

Thank you @Luffy ! That helped me get on the right track! (for some reason my OP and account was deleted but its still me)

phpBB2 - Possible to Code Tables like zetaboards? FWdZWIb

What I'd liked to do with whats pictured above, is spread out the gap between columns a bit more, so that "date" and "show" texts and others have a bit more space between them.

Also, is it possible to create borders or grids for all the columns and rows so the information is visually separated?

Lastly, I added the CSS to customize my tables, but I'm unsure how to add different shades of color to it or how to customize it using the CSS code. What do I insert into the ... are of the CSS?
AnyColor
AnyColor
Forumember

Male Posts : 93
Reputation : 2
Language : English
Location : Las Vegas

https://pwgenesis.forumotion.com

Back to top Go down

Solved Re: Possible to Code Tables like zetaboards?

Post by TheCrow July 26th 2018, 11:22 am

Did you remove the original post?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

Solved Re: Possible to Code Tables like zetaboards?

Post by AnyColor July 26th 2018, 5:42 pm

@Luffy no somehow my original account was lost. APE looked into it but didn’t see any records of that account being deleted, however I wasn’t able to log into it, and was able to create this account here using the same email and username as before.

A few topics I made on that old account had the OP deleted, and now the threads say it was started by a Guest. Very strange but not a big deal to me. Please lmk if if u need any extra information that was in the OP that you would need to help me out, if you still can Smile
AnyColor
AnyColor
Forumember

Male Posts : 93
Reputation : 2
Language : English
Location : Las Vegas

https://pwgenesis.forumotion.com

Back to top Go down

Solved Re: Possible to Code Tables like zetaboards?

Post by AnyColor July 28th 2018, 6:11 am

Bump
AnyColor
AnyColor
Forumember

Male Posts : 93
Reputation : 2
Language : English
Location : Las Vegas

https://pwgenesis.forumotion.com

Back to top Go down

Solved Re: Possible to Code Tables like zetaboards?

Post by AnyColor July 28th 2018, 7:59 pm

I made a new thread about this topic since my original account was lost and the OP was deleted. Please mark as solved
AnyColor
AnyColor
Forumember

Male Posts : 93
Reputation : 2
Language : English
Location : Las Vegas

https://pwgenesis.forumotion.com

Back to top Go down

Solved Re: Possible to Code Tables like zetaboards?

Post by skouliki July 28th 2018, 8:16 pm

Problem solved & topic archived.
Please read our forum rules: ESF General Rules

new thread here https://help.forumotion.com/t156282-table-column-width-and-table-grid-help
skouliki
skouliki
Manager
Manager

Female Posts : 15061
Reputation : 1690
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Back to top


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