Multiple Columns

Status
Not open for further replies.

firejay1

The Phoenix
Original poster
DONATING MEMBER
FOLKLORE MEMBER
Invitation Status
  1. Look for groups
  2. Looking for partners
Posting Speed
  1. Multiple posts per day
  2. 1-3 posts per day
  3. One post per day
  4. 1-3 posts per week
  5. One post per week
  6. Slow As Molasses
Online Availability
My times are pretty erratic, but I try to avoid being on EST 11pm-9am.
Writing Levels
  1. Intermediate
  2. Adept
  3. Advanced
  4. Adaptable
Preferred Character Gender
  1. Male
  2. Female
Genres
Fantasy, Modern, Historical Romance.
Is there any way to make multiple columns in a post?
 
Using [div] or [table] tags, yes. Unfortunately, they aren't very convenient and rely a lot on your knowledge of CSS.
 
  • Thank You
Reactions: firejay1
The table tags would the the easiest, and work just like an HTML table tag except they use [ instead of <

so
Code:
[table]
[tr]
[td] column one content goes here[/td]
[td] column two content here[/td]
[td] column three content here[/td]
[/tr]
[/table]


would come out like this
column one content goes here column two content here column three content here

You can check out further coding options in the BB code guide found in the help menu
 
THANK YOU SO MUCH.
 
Status
Not open for further replies.