|
PmWiki /
Tables-TalkOther examples
How do I specify that a cell spans 2 or more rows in a simple table? See Cookbook:Rowspan in simple tables How do I lay out a simple table so that a later editor can see the scope of a rowspan? See Cookbook:Rowspan in simple tables How do I lay out a simple table so that a later editor can see the scope of a colspan? See Cookbook:Rowspan in simple tables Is there a simple way to change the table defaults? I prefer a border and I'm tired of adding it to every table. ??? The Tables page does not validate because the value of the align attribute of the caption tag may not be "center". JL December 05, 2010, at 06:39 PM Thanks, will be fixed for the next release. (It validated before, it seems that the W3C_Validator was upgraded recently and it now finds this error.) --Petko December 05, 2010, at 07:56 PM I need to insert a long program code in a wiki page: how can I create a scrolling-text window? Use the CSS style
# Here's a piece of code
function foo($msg)
{
if ($msg == "Hello, World!")
echo "That is such a lame message!<br>\n";
else
echo "Ooh, a creative programmer, are you?<br>\n";
return true;
}
This is a talk page for improving PmWiki.Tables. |
|||||||||||||||||||||||||||