Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: Re: My favorite HTML font style tag is...

by Anonymous Monk
on Aug 19, 2003 at 17:04 UTC ( [id://284956]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: My favorite HTML font style tag is...
in thread My favorite HTML font style tag is...

Not useless. (caveat untested code) Say you have a css:
Warning.*{ color=#YELLOW }

and you code in your html
print "<SPAN CLASS="WARNING">"My warning</SPAN>";
all over the place, and then your phb says "make the warning section have a blue backround", all you have to do is update your css and then with no code change to current code base and a simple one line update to the css you're done!

Replies are listed 'Best First'.
Re: Re: Re: Re: My favorite HTML font style tag is...
by Anonymous Monk on Aug 20, 2003 at 09:15 UTC

    Or:

    EM.Warning{ color=#YELLOW; font-weight:normal; font-style:normal; }

    print q(<em class="Warning">My Warning</em>);

    Because obviously a warning is a kind of emphasis...

Log In?
Username:
Password:

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

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

    No recent polls found