You'll probably find your table structure isn't quite right - Are you sure your <hr> is inside a table cell - ie <tr><td><hr></td></tr> ?
P On Thu, 25 Apr 2002, Rizwan Majeed wrote: > I have three tmpl_loops in my template. > Each creates a table inside a <td> of the parent loop > > hence there are two embeded tables > > What I am trying to do is to add a horizontal line after every iteration of > the outermost loop. > > I add a <hr> in a <tr> just before the last </ tmpl_loop> > > What I am getting is a series of lines right at the top. number od line = > number of iterations of the outer most loop > > these lines should be in place with the data displayed for each iteration of > the outer loop. > > help needed!! > > > thanks > > Riz > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
