Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1011051 // hfullcenter - HTML center on page. params are added to <table> tag

JavaX fragment (include)

static S hfullcenter(O contents, O... _) {
  ret tag('table, tr(td(contents, align := 'center)), paramsPlus(_, width := "100%", height := "100%"));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1011051
Snippet name: hfullcenter - HTML center on page. params are added to <table> tag
Eternal ID of this version: #1011051/6
Text MD5: e49e3995fb2ee4394fb7e68d90813e73
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-30 03:17:33
Source code size: 151 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 501 / 527
Version history: 5 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1018984 - hcenterAsTable
#1023556 - hbody_fullcenter
#1023659 - hfullcenterAndTopRight - HTML center on page, second argument shown top right
#1027692 - hOnBottom - HTML center horizontally, put on bottom of page
#1036633 - htablecenter - HTML center horizontally using table (similar to hfullcenter)