Re: HTML table 'rows' wrapping instead of scrolling.....

new topic     » goto parent     » topic index » view thread      » older message » newer message

John F Dutcher wrote:
> 
> Here is the 'source' sent to the browser after the CGI has run as seen in 
> the browser menu 'view' - 'source' options with I.E. 6.0:
> 
> <html><head>
> <title>Blues Remits Splitter</title>

Need a closing </head> here. Maybe it's there but Euforum killed it.

> <body text=blue>
> <center>
> <H1>Blues Remittances for 7/28/04</H1>
> <TABLE BORDER=1 BGCOLOR=pink>
> <tr><td>Received Date</td>
> <td>Provider</td>
> <td>Svc Year</td>
> <td>Account #</td>
> <td>Last Name</td>
> <td>First Name</td>
> <td>Mid Init</td>
> <td>Sub Last Name</td>
> <td>Sub First Name</td>
> <td>Sub Mid Init</td>
> <td>Date of Birth</td>
> <td>HIC Number</td>
> <td>Location</td>
> <td>Fin Class</td>
> </tr></table>

Need a closing </body> here.

Viewing the code above in Mozilla Firefox displays it fine. It's a very
wide table and barely fits across my 1024x768 screen. When I reduce the
size of the browser window, the table conforms to the new size (gets
squished). You are indicating you want the column sizes to be static,
right? If so, you need to specify static column widths. Probably something
like <td width=PIX> where PIX is the pixel size.

-=ck
"Programming in a state of EUPHORIA."
http://www.cklester.com/euphoria/

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu