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

6
LINES

< > BotCompany Repo | #1023712 // hfullcenterAndTopLeft - HTML center on page, second argument shown top left

JavaX fragment (include)

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

Author comment

Began life as a copy of #1023659

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1023712
Snippet name: hfullcenterAndTopLeft - HTML center on page, second argument shown top left
Eternal ID of this version: #1023712/1
Text MD5: 260af04782c745946d4e292aacbe97d5
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-04 10:34:57
Source code size: 207 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 188 / 244
Referenced in: [show references]