<div class="gmail_quote">On Wed, Dec 23, 2009 at 11:09 AM, Anna Jonna Armannsdottir <span dir="ltr"><<a href="mailto:annajonna@gmail.com">annajonna@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Wed, 2009-12-23 at 09:28 -0500, THOMAS ANDERSEN wrote:<br>
> I recently installed Xymon 4.3.0-o.beta2 on my Ubuntu system. The<br>
> pages look great on Firefox. However, on IE all the servers are<br>
> centered. I need them to be left justified like in FireFox. What do I<br>
> do to fix this? Thanks!<br>
<br>
</div>The server names are always the leftmost column. Next are all kinds of<br>
information columns like conn etc. This is in a centered table.  If You<br>
have many columns, it may seem as if the servernames are left<br>
justified.<br>
What happens if You make the letters appear smaller in IE?</blockquote><div><br></div><div>If you look at the page source, the server name column is not justified.  You can fix that for yourself in the source.  In the copy I have, it's in bbdisplay/pagegen.c around line 409.  Look for something like:</div>
<div><br></div><div><div>        fprintf(output, "<TR class=line>\n <TD NOWRAP><A NAME=\"%s\">&nbsp;</A>\n", h->hostname);</div><div><br></div><div>Changing the <TD NOWRAP> to <TD NOWRAP align=left> ought to do it. Recompile, then copy the new bbisplay/bbgen binary over to your server/bin directory.</div>
<div><br></div><div>Your milage may vary, etc...</div><div><br></div><div>BTW, both Google Chrome for Linux and Firefox-3.5.6 show the server names left justified.</div><div><br></div><div>Ralph Mitchell</div><div><br></div>
</div></div>