static S hcenterimage(S imgURL) { ret hcenterimage(imgURL, null, "", ""); } static S hcenterimage(S imgURL, O[] imgParams, S beforeContents, S afterContents) { ret "
" + beforeContents + tag("img", "", concatArrays(new O[] {"src", imgURL}, imgParams)) + afterContents + "
\n"; }