In article
<[EMAIL PROTECTED]>,
[EMAIL PROTECTED] says...
> > Hi! This is the ezmlm program. I'm managing the
> > [EMAIL PROTECTED] mailing list.
> >
> > I'm working for my owner, who can be reached
> > at [EMAIL PROTECTED]
> >
> > To confirm that you would like
> >
> >[EMAIL PROTECTED]
> >
>
You could do it this way:
Put the content of the file into a variable:
";
if($fp) {
while(! feof($fp)) {
$content .= fread($fp, 1024);
}
}
?>
Insert the variable into a div tag:
Then create a style sheet that defines the properties of the content
DIV: