Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

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

by BUU (Prior)
on Aug 22, 2003 at 03:42 UTC ( [id://285652]=note: print w/replies, xml ) Need Help??


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

You wouldn't write that. You would write:
<h3><em>Some</em> Header</h3> <p> stuff </p>
CSS
h3 em { color: red; }

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: My favorite HTML font style tag is...
by Chady (Priest) on Aug 22, 2003 at 06:03 UTC
    This then, :D
    <h3 class="header1"><span>Some Header</span></h3> <p> stuff </p>
    CSS
    h3.header1 span { display: none; } h3.header1 { width: 200px; background: white url('images/header1.png') top left no-repeat; height: 25px; padding: 0px; }
    Fahrner Image Replacement

    P.S: I know about the one without the span ;)


    He who asks will be a fool for five minutes, but he who doesn't ask will remain a fool for life.

    Chady | http://chady.net/

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-19 09:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found