Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

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

by Chady (Priest)
on Aug 21, 2003 at 07:07 UTC ( [id://285427]=note: print w/replies, xml ) Need Help??

This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.


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

Ok, but what about:
<h3><span>Some</span> header</h3> <p> Some paragraph. </p>
with this CSS:
h3 span { color: red; }
Some designs need that.
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/

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: My favorite HTML font style tag is...
by BUU (Prior) on Aug 21, 2003 at 23:42 UTC
    You wouldn't write that. You would write:
    <h3><em>Some</em> Header</h3> <p> stuff </p>
    CSS
    h3 em { color: red; }
      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://285427]
help
Sections?
Information?
Find Nodes?
Leftovers?
    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.