Skip to content
Snippets Groups Projects
Commit 9bcd5021 authored by runemaster's avatar runemaster
Browse files

Replaced <font> tag with ccs class (to ensure IE renders correctly - was...

Replaced <font> tag with ccs class (to ensure IE renders correctly - was centering <pre> tag)  Fixes HTML 4.01 error due to font tag.  ansi2html conversion still breaks HTML 4.01 but only with <div> tags x 2.
parent 5f605c61
No related branches found
No related tags found
No related merge requests found
<center>
<div align="center">
<table>
<tr>
<td>
......@@ -94,13 +94,13 @@ Version %%JS:system.full_version%%</p>
<p>%%JS:system.os_version%%</P>
<table>
<tr><td>
<pre><font face="courier new">@@sysinfo@@</font></pre>
<pre class="preleft">@@sysinfo@@</pre>
</td></tr>
<tr><td>
&nbsp;
</td></tr>
<tr><td>
<pre><font face="courier new">@@logon@@</font></pre>
<pre class="preleft">@@logon@@</pre>
</td></tr>
</table>
</center>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment