From: Micki K. <mic...@co...> - 2003-12-05 15:16:13
|
Reini and Carsten: Thanks for your great, quick work on this mini-feature. Our disabled and DocBook users alike will be very well served. This weekend I'll be upgrading the wikis, and can provide my and the users' feedback. Stylesheet tweak needed? On our 1.3.4 wiki, the <caption> contents are rendered as 'yellow text' by the default stylesheet. We may wanna make a quick mod to the stylesheet so that the captions are in black. The font (medium size, non-bold) seems fine as is. Anyway, rocking work, and many many thanks, Micki >Message: 4 >Date: Thu, 04 Dec 2003 15:25:20 +0100 >From: Reini Urban <ru...@x-...> >To: php...@li... >Subject: Re: [Phpwiki-talk] Adding '<caption>' tags to tables from wiki >The attached diff is better. >It supports summary also, has no linebreaks and >it also includes the new pgsrc of the description page. -- Micki mailto:mic...@co... |
From: Micki K. <mic...@co...> - 2003-12-05 20:08:38
|
Hi Reini: 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> John: do you agree? Reini - an we get a tweak to achieve this? Thanks! Micki >Message: 4 >Date: Thu, 04 Dec 2003 15:25:20 +0100 >From: Reini Urban <ru...@x-...> >To: php...@li... >Subject: Re: [Phpwiki-talk] Adding '<caption>' tags to tables from wiki >The attached diff is better. >It supports summary also, has no linebreaks and >it also includes the new pgsrc of the description page. -- Micki mailto:mic...@co... |
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/ |
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/ |
From: Micki K. <mic...@co...> - 2003-12-05 20:12:45
|
I forgot to mention - the ability to set border, cellpadding and cellspacing is a great mod - many thanks independently for this! Thanks, Micki >Hi Reini: > >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> > >John: do you agree? > >Reini - an we get a tweak to achieve this? Thanks! >Micki > >>Message: 4 >>Date: Thu, 04 Dec 2003 15:25:20 +0100 >>From: Reini Urban <ru...@x-...> >>To: php...@li... >>Subject: Re: [Phpwiki-talk] Adding '<caption>' tags to tables from wiki >>The attached diff is better. >>It supports summary also, has no linebreaks and >>it also includes the new pgsrc of the description page. > -- Micki mailto:mic...@co... |