<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.5762.3">
<TITLE>fo:table-row question</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Why doesn't the following code draw a line an the row level in my table?</FONT>
</P>
<P> <FONT SIZE=2><fo:table-row border-top="1pt solid blue"></FONT>
<BR> <FONT SIZE=2><fo:table-cell><fo:block>Cell 1</fo:block></fo:table-cell></FONT>
<BR> <FONT SIZE=2><fo:table-cell><fo:block>Cell 2</fo:block></fo:table-cell></FONT>
<BR> <FONT SIZE=2></fo:table-row></FONT>
</P>
<P><FONT SIZE=2>Am I forced to draw a line on every cell like this?</FONT>
<BR> <FONT SIZE=2><fo:table-row></FONT>
<BR> <FONT SIZE=2><fo:table-cell border-top="1pt solid blue"><fo:block>Cell 1</fo:block></fo:table-cell></FONT>
<BR> <FONT SIZE=2><fo:table-cell border-top="1pt solid blue"><fo:block>Cell 2</fo:block></fo:table-cell></FONT>
<BR> <FONT SIZE=2></fo:table-row></FONT>
</P>
<P><FONT SIZE=2>Thank you,</FONT>
<BR><FONT SIZE=2>Rui Neto</FONT>
</P>
</BODY>
</HTML>