cclaerhout
Well-known member
Not really a bug, but if someone creates a customised bbcode using DL DT and DD html tags, then it won't display correctly in BB Codes Help Page. To solve this, the css of the template help_bb_codes.css must be updated.
From:
To:
From:
To:
From:
To:
Tested on IE7, IE8, IE9, Chrome, Opera, Firefox
From:
Code:
.bbCode dl
Code:
.bbCode > dl
From:
Code:
.bbCode dl dt
Code:
.bbCode > dl > dt
From:
Code:
.bbCode dl dd
Code:
.bbCode > dl > dd
Tested on IE7, IE8, IE9, Chrome, Opera, Firefox