-
I need help with tables
Hello all,
I am very new to VaultWiki, and I need some information on how to use the table feature.
I want my data to inside and invisible table, as I only want to be able to have an image then text in the next cell. I have managed to get it into a cell with the very basic knowledge I have, but it's not displaying as I would like it to.
The problem is the boarder is black when I want it to be transparent, and the table is also shrinking the image which is only 50px in height.
Can anyone help me with the required code, or point me in the right direction to get some information. I have read the information on https://www.vaultwiki.org/pages/Spec...CodeList#table, but it doesn't help me with the problems I am having.
Thank you in advance!
Regards,
Carl
-
Your table might be inheriting styling from your forum theme. You can check this using the inspector tools that come with most modern browsers. If that is the case, you will need to add custom CSS to your vw_additional.css template in order to override the inherited CSS.
You can also used style attributes on every cell on your table, but that might be unmanageable if you have many cells or many tables.
For the image, you may need to specify dimensions for the table cell containing it.