Content deleted Content added
No edit summary |
No edit summary |
||
Line 105:
caption = '<div class="thumbcaption">' .. footer .. '</div>\n'
end
b
if noframe then
return b
▲ .. '<table cellpadding=0 cellspacing=0 style="background:white; font-size:88%; border:1px #b0b0b0 solid; padding:0;'
▲ .. ' margin:auto">\n' .. b .. '\n</table>\n' .. caption .. '</div>'
else
return '<div class="thumb ' .. align .. '" style="clear:' .. clear .. '; text-align:center;">'
.. header .. '\n<div class="thumbinner" style="width:' .. width .. 'px;">\n'
▲ .. ' margin:auto">\n' .. b .. '\n</table>\n' .. caption .. '</div></div>'
end
|