<!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>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;fo:table-row border-top=&quot;1pt solid blue&quot;&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;fo:table-cell&gt;&lt;fo:block&gt;Cell 1&lt;/fo:block&gt;&lt;/fo:table-cell&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;fo:table-cell&gt;&lt;fo:block&gt;Cell 2&lt;/fo:block&gt;&lt;/fo:table-cell&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;/fo:table-row&gt;</FONT>
</P>

<P><FONT SIZE=2>Am I forced to draw a line on every cell like this?</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;fo:table-row&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;fo:table-cell border-top=&quot;1pt solid blue&quot;&gt;&lt;fo:block&gt;Cell 1&lt;/fo:block&gt;&lt;/fo:table-cell&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;fo:table-cell border-top=&quot;1pt solid blue&quot;&gt;&lt;fo:block&gt;Cell 2&lt;/fo:block&gt;&lt;/fo:table-cell&gt;</FONT>

<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <FONT SIZE=2>&lt;/fo:table-row&gt;</FONT>
</P>

<P><FONT SIZE=2>Thank you,</FONT>

<BR><FONT SIZE=2>Rui Neto</FONT>
</P>

</BODY>
</HTML>