The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Hey everyone,
I'm trying to create a custom BB code to make tables without cellpadding or cellspacing. Long story short, I want to link map an image without having to enable HTML on the forum, so I figured tables using BB code were the way to go. I've currently input the following as my custom code, but it's not working: Code:
<table cellpadding="0" cellspacing="0">{param}</table>
I attached an image so you can visualize my problem as well. Thanks! |
|
#2
|
|||
|
|||
|
It recently struck me that I could probably create a table class without creating a new BBcode by adjusting CSS.
I added this to my additional.css Code:
.nstable {
padding:0px; margin:0px;
}
Code:
[table="class: nstable"] |
|
#3
|
||||
|
||||
|
editor:
<div class="nstable"> |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|