I'm looking to do something similar to this:
http://rio.wikia.com/wiki/Rio_2
There is a table on the right with text on the left.
How would I go about doing this?
I'm looking to do something similar to this:
http://rio.wikia.com/wiki/Rio_2
There is a table on the right with text on the left.
How would I go about doing this?
You would have to do something like:
Code:[div] style="float: right" | my table here [/div]
- lead developer for VaultWiki
This causes the auto-created table of contents to be positioned to the right as well.
The TOC will appear at the end of the first paragraph, but before the first custom headline. If you have no other text above the headline, place the TOC manually with the TOC BB-Code:
Code:[toc][/toc]
- lead developer for VaultWiki
Doing so causes two table of contents to appear.
http://puu.sh/ada04/74494e0704.png
Last edited by delicateglow; July 15, 2014 at 8:40 PM.
Okay what you probably want is this:
Or if that doesn't work, the less compact version should:Code:[toc]|no[/toc]
Code:[toc][/toc] // insert the TOC here [toc]no[/toc] // suppresses automatic TOC
- lead developer for VaultWiki
Bookmarks