Possible to Code Tables like zetaboards?
4 posters
Page 1 of 1
Re: Possible to Code Tables like zetaboards?
You will have to go through the BBCode and change it to Forumotion's BBCode. Forumotion does not have small, large, etc.
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: Possible to Code Tables like zetaboards?
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:
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]
- 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 { ... }
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Possible to Code Tables like zetaboards?
Thank you @Luffy ! That helped me get on the right track! (for some reason my OP and account was deleted but its still me)
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?
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?
Re: Possible to Code Tables like zetaboards?
Did you remove the original post?
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Re: Possible to Code Tables like zetaboards?
@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
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
Re: Possible to Code Tables like zetaboards?
I made a new thread about this topic since my original account was lost and the OP was deleted. Please mark as solved
Re: Possible to Code Tables like zetaboards?
Problem solved & topic archived.
|
new thread here https://help.forumotion.com/t156282-table-column-width-and-table-grid-help
Similar topics
» tables in profile code for phpBB3
» When i paste a long code via [code][/code] the page expands
» Tables on here
» Need help with Tables
» CSS Tables
» When i paste a long code via [code][/code] the page expands
» Tables on here
» Need help with Tables
» CSS Tables
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum