Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2470

Custom BBCode Development and Requests • Re: Center Tables

$
0
0
I couldn´t solve it with the center tag, but here i could found something helpful.

you can center a table with:

Code:

[TABLE_CENTER]{TEXT}[/TABLE_CENTER]

Code:

<table style="margin:0px auto"; border="1">{TEXT}</table>
This is a solution for me.
But it´s not a solution for general alignment for tables.
I had to create a special BB Code: [TABLE_CENTER] for centering tables. The normal one: [Table] i can use for left alignment for tables, but for the right alignment there is no solution until now. It would be great to make it work with the normal align BB Codes [left] [center] [right]

Statistics: Posted by Max11 — Fri Nov 01, 2024 12:14 pm



Viewing all articles
Browse latest Browse all 2470

Trending Articles