That's weird.  I'm not saying you're wrong, just that it's a weird case in
the world of html:

<H4>Time [ Sun Apr 25 15:43:58 2004
 through now]</H4></CENTER>

<HR>
<FONT FACE="Helvetica, Arial, Sans Serif" SIZE=-1><B>
Report created on Mon Apr 26 15:43:58 2004
 [ntop uptime: 2:42:39]<br>

I *thought* both HR and H4 were elements that implied a break...  but... I
guess that's what you get for having a display language that doesn't
actually tell you how to display things.

It should be an easy fix... 628 in http.c:

sendString("\n<HR>\n<FONT FACE=\"Helvetica, Arial, Sans Serif\"
SIZE=-1><B>\n");
->
sendString("<br>\n<HR><br>\n<FONT FACE=\"Helvetica, Arial, Sans Serif\"
SIZE=-1><B>\n");

-----Burton

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Mike
> Tremaine
> Sent: Monday, April 26, 2004 12:38 PM
> To: [EMAIL PROTECTED]
> Subject: [Ntop] Minor HTML thingy
>
>
>
> Just noticed that in Mozilla 1.6 (Linux) when viewing "Network Load"
> (aka thptStats.html) the last graph (30day) needs a break tag between it
> and the footer (I.E. Report created on Mon Apr 26 10:34:22 2004 [ntop
> uptime: 3 days 21:07:14] )
>
> For me the graph and this text are on the same line.
>
> (Ntop version is 3.0 built from CVS)
>
> --
> Mike Tremaine
> [EMAIL PROTECTED]
> http://www.stellarcore.net
>
> _______________________________________________
> Ntop mailing list
> [EMAIL PROTECTED]
> http://listgateway.unipi.it/mailman/listinfo/ntop

_______________________________________________
Ntop mailing list
[EMAIL PROTECTED]
http://listgateway.unipi.it/mailman/listinfo/ntop

Reply via email to