Noob question about BBCodes

Get help developing custom BBCodes or request one.
Post Reply
intric8
Registered User
Posts: 11
Joined: Fri Apr 08, 2016 7:38 pm

Noob question about BBCodes

Post by intric8 »

Hi all,

I have a responsive phpbb forum that is device agnostic (running 3.0.13 - don't get mad). However, I have a table in a post (inserted using BBCodes I created) which is fairly wide. To be truly responsive, when viewed on a phone, the best approach for this table would be to wrap the table with something like:

Code: Select all

<div style="overflow:auto;">THE TABLE IS HERE</div>
I was able to easily create BBCodes for table, th, tr, td, etc.

But when I create the BBCode for a custom div, it simply spits it out as text when I post the results. Can I not create DIV tags with a custom style attribute the way I did the table elements?
Post Reply

Return to “Custom BBCode Development and Requests”