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

6
LINES

< > BotCompany Repo | #1023659 // hfullcenterAndTopRight - HTML center on page, second argument shown top right

JavaX fragment (include)

sS hfullcenterAndTopRight(O contents, O topRight) {
  ret tag('table,
    tr(td(topRight, align := 'right, height := "1")) +
    tr(td(contents, align := 'center)),
    width := "100%", height := "100%");
}

Author comment

Began life as a copy of #1011051

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023659
Snippet name: hfullcenterAndTopRight - HTML center on page, second argument shown top right
Eternal ID of this version: #1023659/2
Text MD5: d92be3b5bd56975cb39088e35e268d41
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-01 12:57:38
Source code size: 211 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 173 / 220
Version history: 1 change(s)
Referenced in: [show references]