From: Reini U. <ru...@x-...> - 2003-12-05 21:16:18
|
oops again, carsten already did it. thanks. Reini Urban schrieb: > oops! > sorry, i didn't have a look into the specs. i'll do the change asap. > it's very easy. > 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> -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |