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

Re^2: HTML change for Other Users

by kelan (Deacon)
on Nov 22, 2004 at 13:28 UTC ( [id://409578]=note: print w/replies, xml ) Need Help??


in reply to Re: HTML change for Other Users
in thread HTML change for Other Users

IANAPmdev, but I would guess that it's simpler for the HTML generation to separate them. Then you can do a simple loop like:

  1. foreach property
  2. add span with correct class for the property

Otherwise you have to do something like:
  1. foreach property
  2. add it to a list
  3. foreach property in the list
  4. add it to the classes for The One Span

Log In?
Username:
Password:

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

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

    No recent polls found