MyBB Community Forums

Full Version: The private read template is aligned center
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
in mybb_theme.xml around line 9955, table has a inline attribute of text-align: center

<template name="private_read" version="1800"><![CDATA[<html>
<head>
<title>{$lang->viewing_pm} {$pm['subject']}</title>
{$headerinclude}
</head>
<body>
{$header}
<table border="0" style="width: 100%; text-align: center;">
Can confirm.
I Can confirm.
there is unless style:
text-align: center;
Hi,

Thank you for your report. We have pushed this issue to our Github repository for further analysis where you can track our commits and progress with fixing this bug. Discussions regarding this bug may also take place there too.

Follow this link to visit the issue on Github: https://github.com/mybb/mybb/issues/1005

Thanks for contributing to MyBB!

Regards,
The MyBB Group