Need help with Table BBcode

Get help developing custom BBCodes or request one.
Post Reply
McDadda
Registered User
Posts: 2
Joined: Fri Jun 24, 2022 9:13 am

Need help with Table BBcode

Post by McDadda »

I'm new to getting my forums set up and wondering why when I do my table BBCode that it changes color at the columns when i do a mouseover. I don't want it to change color.

Image

TABLE BBCode

Usage:

Code: Select all

[table={TEXT1},{TEXT2},{TEXT3}]{TEXT5}[/table]
HTML Replacement:

Code: Select all

<table style="margin:0px auto;" table width="{TEXT1}" border="{TEXT2}" bordercolor="{TEXT3}" bgcolor="transparent"><tbody>{TEXT5}</tbody></table>
COLUMN BBCODE

Usage:

Code: Select all

[column={TEXT1},{TEXT2},{TEXT3}]{TEXT4}[/column]
HTML Replacement:

Code: Select all

<tr style="float:left;text-align:left;width:{TEXT1}px;margin-right:{TEXT2}px;margin-bottom:{TEXT3}px"><td style="width:{TEXT1}px"bgcolor:"transparent">{TEXT4}</td></tr>
Again I'm not wanting it to change color slightly with mouse over.
User avatar
Brf
Support Team Member
Support Team Member
Posts: 53410
Joined: Tue May 10, 2005 7:47 pm
Location: {postrow.POSTER_FROM}
Contact:

Re: Need help with Table BBcode

Post by Brf »

Use your web browser's Inspect function and see where it is picking up the mouseover color.
Post Reply

Return to “Custom BBCode Development and Requests”