That's most likely due to missing fonts on your X server.
ntop uses a pretty simple css for this:
<span class="leftmenuitem"> <a href="home.html" target="area">What's
ntop?</a></span>
where it's in style.css:
span.leftmenuitem
{
font-family: Helvetica, Arial, sans-serif;
font-size: 10pt;
font-weight: bold;
}
>From the way it looks, I'm guessing you don't have scalable fonts installed.
If you don't have what's requested in the css, the font server will
substitute something that has similar characteristics (style - serif or
sans-serif, and point size).
You may want to check what you have installed. If adding fonts isn't an
option, you'll have to play with style.css. Once you have a custom version
you like, just drop it in the ..../html directory and it's automatically
retrieved for all your pages.
Here's a cheesy html page to play with:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Font example</title></head>
<body>
<h3>10pt</h3>
<p>helvetica: <span style="font-family: Helvetica; font-size:
10pt;">abc</span>
<span style="font-family: Helvetica; font-size: 10pt;">def</span>
<span style="font-family: Helvetica; font-size: 10pt;">ghi</span>
<span style="font-family: Helvetica; font-size: 10pt;">jkl</span></p>
<p>arial: <span style="font-family: Arial; font-size:
10pt;">abc</span>
<span style="font-family: Arial; font-size: 10pt;">def</span>
<span style="font-family: Arial; font-size: 10pt;">ghi</span>
<span style="font-family: Arial; font-size: 10pt;">jkl</span></p>
<p>sans-serif: <span style="font-family: sans-serif; font-size:
10pt;">abc</span>
<span style="font-family: sans-serif; font-size: 10pt;">def</span>
<span style="font-family: sans-serif; font-size: 10pt;">ghi</span>
<span style="font-family: sans-serif; font-size: 10pt;">jkl</span></p>
</body></html>
-----Burton
> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike
> Hunter
> Sent: Tuesday, January 13, 2004 4:49 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Ntop] More FreeBSD + NTOP Problems (WITH_RRD, 5.1-CURRENT)
>
>
> On Jan 13, "To [EMAIL PROTECTED]" wrote:
>
> I was wrong...I just didn't wait long enough for it to collect some data I
> guess...I have data! Woot!
>
> But I will substitute my previous bug with a new one: The gui spacing
> seems wrong on my display. Here's some examples for mozilla "Mozilla/5.0
> (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031031" and opera "Version
> 7.23 Final Build518 PlatformFreeBSD System i386, 5.1-CURRENT Qt
> library3.0.5"
>
> http://ack.berkeley.edu/~mhunter/mozilla.ntop.png
> http://ack.berkeley.edu/~mhunter/opera.ntop.png
T
_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop