![]() |
REJECTED Support for inserting tables. - Printable Version +- MFGG Forums (https://forums.mfgg.net) +-- Forum: MFGG (https://forums.mfgg.net/forumdisplay.php?fid=4) +--- Forum: Suggestions (https://forums.mfgg.net/forumdisplay.php?fid=11) +---- Forum: Resolved Suggestions (https://forums.mfgg.net/forumdisplay.php?fid=19) +---- Thread: REJECTED Support for inserting tables. (/showthread.php?tid=3059) |
Support for inserting tables. - matrix - 01-21-2024 Recently, when I was creating a post in this forum, I tried to paste tables created in MS Word into the post but it refused to do so due to a glitch when I refreshed the page. And then I realized that there are no tags related to the insertion of a table. It happened from this: ![]() to this: ![]() The glitch just messed up the layout of my post. Without the support for inserting tables, I wouldn't be able to show you the article. RE: Support for inserting tables. - Q-Nova - 01-21-2024 Hm, it might sound neat in theory, but I feel like in practice it would get abused a lot and make posts annoying to read. Personally, I like how our posts aren't too fancy-looking; it puts more reliance on content rather than looks. If you must use tables, maybe you could just link to a webpage with tables? RE: Support for inserting tables. - VinnyVideo - 01-22-2024 This is a nice idea in theory, but unfortunately, there's two major issues. First of all, you can't expect good results if you copy formatting from Microsoft Word and paste it into a MyBB post editor. Microsoft makes it easy to copy and paste formatting from Word to other Microsoft Office products, like PowerPoint or Outlook. However, Microsoft's formatting rarely plays nice with non-Microsoft WYSIWYG editors - usually, you'll wind up with some weird artifacts or a completely broken design. The other problem is MyBB's post editor doesn't support tables. There might be a way to add them, but it sounds like it's fairly complex and can mess up your post layout if a table is improperly coded. As a workaround, you could take a screenshot of your table and insert the screenshot into your post. Text as images isn't ideal for accessibility or SEO, but it would preserve your formatting. As @Q-Nova mentioned, linking to an external Web site or a Google Doc would be a good option. Or you could reformat your table so that it works nicely with MyBB's MyCode. Maybe something like this: Name: Mario Element: Mushroom Rarity: **** Notes: Appears in lots of Nintendo games Then repeat for other characters. RE: Support for inserting tables. - matrix - 01-24-2024 (01-22-2024, 08:56 PM)VinnyVideo Wrote:Thanks fr your suggestion . I'll try to figure it out...(01-22-2024, 08:56 PM)VinnyVideo Wrote: This is a nice idea in theory, but unfortunately, there's two major issues. |