> -----Original Message-----
> From: Jim Hatridge [mailto:hatridge@;fecundswamp.net]
> Sent: 11 November 2002 16:27
> 
> looking at the code below. It works and I get what I want on 
> the screen. BUT 
> it leaves a gap between the top lines and where the table 
> starts equal to the 
> size of the table, ie if the table is 5 lines long the gap is 
> 5 lines etc. 
> 
> Any ideas what I'm doing wrong?
[snip] 
>               printf(" <td>%s</td><td>%s</td><BR></tr>", 

Yes -- that <BR> between the </td> and the </tr> is most likely the culprit.
Most browsers of my experience tend to render *any* content that is not
correctly positioned within "container" tags above the table.

Cheers!

Mike

---------------------------------------------------------------------
Mike Ford,  Electronic Information Services Adviser,
Learning Support Services, Learning & Information Services,
JG125, James Graham Building, Leeds Metropolitan University,
Beckett Park, LEEDS,  LS6 3QS,  United Kingdom
Email: [EMAIL PROTECTED]
Tel: +44 113 283 2600 extn 4730      Fax:  +44 113 283 3211 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to