QUOTE(skyhawk133 @ 29 Aug, 2002 - 08:30 AM)

Well, using a little serverside and a little javascript, I can picture someone counting the words or counting the <br>'s or <p>'s or whatever and based on that multiplying $x pixels by $y lines/words/whatever to figure out aprox how big the window should be.
Does the server you are running this on have access to PHP and if you give me an example of one of the pages so I can see the code or how you are displaying it I could better suggest a solution.
Might he be able to use all client-side scripting, by feeding the return into an array, separated as you describe, then stepping through it, doing a count? He could multiply the count value and the pixel value, feed the result into a variable, and use the variable as the length value.
I'm something of a novice, so this advice is worth exactly what you paid for it!