Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: CSS and perl

by dws (Chancellor)
on Sep 30, 2003 at 14:53 UTC ( [id://295305]=note: print w/replies, xml ) Need Help??


in reply to CSS and perl

I'm working on LAYOUTs. I want to write a class that manages complicated layout creation. I will define the layout as a matrix, and each element in the matrix will specify a "box" in the web page, and carry specific (CSS and more)information about that box.

Work the problem backwards. Get your layout working with static HTML, then either

  1. Templatize the HTML using HTML::Template or Template::Toolkit, or
  2. Break the HTML up into pieces and get Perl to print them somehow.

Note that this is completely independent of CSS.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-16 22:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found