From: Reini U. <ru...@x-...> - 2003-12-05 21:14:38
|
Micki Kaufman schrieb: > I noticed the resulting table has the attribute 'caption', like this: > > <table caption="This is a caption" cellpadding="1" cellspacing="1" > border="1"> > > but it really should be a separate open and close tag, before the first > 'tr' tag, like: > > <table cellpadding="1" cellspacing="1" border="1"> > <caption>This is a caption</caption> > <tr> oops! sorry, i didn't have a look into the specs. i'll do the change asap. it's very easy. -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |