Posts: 18,158
Threads: 968
Likes Received: 5,976 in 4,503 posts
Likes Given: 0
Joined: Feb 2016
Hello All, *gasp* *memory lapse*
I remember seeing a few tables throughout the threads a few times, but forgot how people do it!
Did a few searches, couldn't find one I thought had a table in it to see the source of the details.
Otherwise I would just create a table by typing in the codes for it, if I remember how...
Any links to a thread or two that has one would be great! Thank you!
•
Posts: 5,109
Threads: 96
Likes Received: 1,812 in 979 posts
Likes Given: 1,767
Joined: Jan 2016
format would look like this:
Code: [table="width: 500"]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[/table]
Northwestern California University School of Law
JD Law, 2027 (in progress, currently 2L)
Georgia Tech
MS Cybersecurity (Policy), 2021
Thomas Edison State University
BA Computer Science, 2023
BA Psychology, 2016
AS Business Administration, 2023
Certificate in Operations Management, 2023
Certificate in Computer Information Systems, 2023
Western Governors University
BS IT Security, 2018
Chaffey College
AA Sociology, 2015
Accumulated Credit: Undergrad: 258.50 | Graduate: 32
View all of my credit on my Omni Transcript!
Visit the DegreeForum Community Wiki!
•
Posts: 5,109
Threads: 96
Likes Received: 1,812 in 979 posts
Likes Given: 1,767
Joined: Jan 2016
okay, well, apparently the code tag doesn't work around here
Northwestern California University School of Law
JD Law, 2027 (in progress, currently 2L)
Georgia Tech
MS Cybersecurity (Policy), 2021
Thomas Edison State University
BA Computer Science, 2023
BA Psychology, 2016
AS Business Administration, 2023
Certificate in Operations Management, 2023
Certificate in Computer Information Systems, 2023
Western Governors University
BS IT Security, 2018
Chaffey College
AA Sociology, 2015
Accumulated Credit: Undergrad: 258.50 | Graduate: 32
View all of my credit on my Omni Transcript!
Visit the DegreeForum Community Wiki!
•
Posts: 5,109
Threads: 96
Likes Received: 1,812 in 979 posts
Likes Given: 1,767
Joined: Jan 2016
here, let's try this this again...
[HTML][table="width: 500"]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[/table][/HTML]
Northwestern California University School of Law
JD Law, 2027 (in progress, currently 2L)
Georgia Tech
MS Cybersecurity (Policy), 2021
Thomas Edison State University
BA Computer Science, 2023
BA Psychology, 2016
AS Business Administration, 2023
Certificate in Operations Management, 2023
Certificate in Computer Information Systems, 2023
Western Governors University
BS IT Security, 2018
Chaffey College
AA Sociology, 2015
Accumulated Credit: Undergrad: 258.50 | Graduate: 32
View all of my credit on my Omni Transcript!
Visit the DegreeForum Community Wiki!
•
Posts: 561
Threads: 0
Likes Received: 160 in 119 posts
Likes Given: 155
Joined: Jun 2012
jsd Wrote:here, let's try this this again...
[HTML][table="width: 500"]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[/table][/HTML]
I looked into this exact thing on the sister forum (also VBulletin) a while ago - HTML code is "turned off" there and can't be used. Don't know if this is common to all VBulletin systems or not.
J.
•
Posts: 1,824
Threads: 48
Likes Received: 456 in 303 posts
Likes Given: 288
Joined: Jun 2012
jsd Wrote:format would look like this:
Code: [table="width: 500"]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[/table]
yep, that's exactly how it would look
•
Posts: 5,109
Threads: 96
Likes Received: 1,812 in 979 posts
Likes Given: 1,767
Joined: Jan 2016
04-18-2017, 04:48 PM
(This post was last modified: 04-18-2017, 04:51 PM by jsd.)
Johann Wrote:I looked into this exact thing on the sister forum (also VBulletin) a while ago - HTML code is "turned off" there and can't be used. Don't know if this is common to all VBulletin systems or not.
J.
this isn't actually html, it's BBcode. It's enabled here.
for example:
[table="width: 500, class: grid"]
[tr]
[td]here's a table[/td]
[td]i made it with the above code[/td]
[/tr]
[tr]
[td]but i added a border[/td]
[td]to make it more obvious[/td]
[/tr]
[tr]
[td] [/td]
[td] [/td]
[/tr]
[/table]
Northwestern California University School of Law
JD Law, 2027 (in progress, currently 2L)
Georgia Tech
MS Cybersecurity (Policy), 2021
Thomas Edison State University
BA Computer Science, 2023
BA Psychology, 2016
AS Business Administration, 2023
Certificate in Operations Management, 2023
Certificate in Computer Information Systems, 2023
Western Governors University
BS IT Security, 2018
Chaffey College
AA Sociology, 2015
Accumulated Credit: Undergrad: 258.50 | Graduate: 32
View all of my credit on my Omni Transcript!
Visit the DegreeForum Community Wiki!
•
Posts: 561
Threads: 0
Likes Received: 160 in 119 posts
Likes Given: 155
Joined: Jun 2012
That's cool. I know html but I didn't know lists in BBcode. Never learned much of it, as I believe some features of BBcode are disabled on the sister forum. Color and size work, but things like strikethrough and list-bullets don't. List-bullets have a shelf-life of about 5 minutes there; they just disappear. So I use the ANSI character - • (press alt + 0149, then release.) It works fine - and stays put.
Not hard to learn at all - I looked it up. Thanks!
J.
•
Posts: 18,158
Threads: 968
Likes Received: 5,976 in 4,503 posts
Likes Given: 0
Joined: Feb 2016
jsd Wrote:this isn't actually html, it's BBcode. It's enabled here.
for example:
[table="width: 500, class: grid"]
[tr]
[td]here's a table[/td]
[td]i made it with the above code[/td]
[/tr]
[tr]
[td]but i added a border[/td]
[td]to make it more obvious[/td]
[/tr]
[tr]
[td][/td]
[td][/td]
[/tr]
[/table]
Thanks, I see it now...
•
Posts: 264
Threads: 27
Likes Received: 66 in 34 posts
Likes Given: 147
Joined: Jun 2016
It looks like I'm late to the party, but I still want to share this link I have bookmarked: BB Code List - CLEP Forum - CLEP Study - CLEP Testing - Study Guide and Strategies
•
|