<div> child of <table> in Emerald Build#10 - Printable Version +- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum) +-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5) +--- Forum: Free MyBB Plugins (https://developement.design/forum/forumdisplay.php?fid=6) +---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=13) +---- Thread: <div> child of <table> in Emerald Build#10 (/showthread.php?tid=913) |
<div> child of <table> in Emerald Build#10 - Thomas131 - 07-06-2019 Hi! In showthread, there is a <div> directly as child of <table> which is disallowed in HTML. I would suggest moving the <div> above the <table> or wrapping it with <tr><td>{...}</td></tr> ... Best regards! Thomas RE: <div> child of <table> in Emerald Build#10 - AmazOuz - 07-09-2019 I thank a lot for reporting this |