Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re^4: Update the GUI

by $h4X4_|=73}{ (Monk)
on Aug 12, 2016 at 21:24 UTC ( [id://1169671]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Update the GUI
in thread Update the GUI

And there is also CSS that can make an HTML element act just like a table reducing HTML. display

<style> .side { width:150px; display: table-cell; } .content { display: table-cell; width: 90%; } .wrap { display: table; width: 100%; } </style> <div class="wrap"> <div class="side">Left Side</div> <div class="content">Content</div> <div class="side">Right Side</div> </div>

Replies are listed 'Best First'.
Re^5: Update the GUI
by Jenda (Abbot) on Aug 13, 2016 at 00:05 UTC

    That's very "semantic" indeed!

    Why would we use the tags designed for tables when we can redefine some other tags to act as those tags? We heard somewhere that we are not supposed to use HTML tables, we ignored or did not understand the conditions under which we are not supposed to use them so now we bend backwards to replicate them by other means.

    Jenda
    Enoch was right!
    Enjoy the last years of Rome.

    A reply falls below the community's threshold of quality. You may see it by logging in.
Re^5: Update the GUI
by Anonymous Monk on Aug 12, 2016 at 22:35 UTC

    reducing HTML

    Hehe, <div> is always more characters than <td></td>, there is no reduction of html by using divs for tables

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1169671]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-23 23:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found