Re: H3 style without extra hard return
by "Mike Taylor" <lonewolf(at)one.net>
|
Date: |
Wed, 16 Oct 2002 19:19:45 -0400 |
To: |
<hwg-techniques(at)hwg.org> |
References: |
lchb |
|
todo: View
Thread,
Original
|
|
I use stylesheets to achieve this.
<span class="styleheading">Your Heading Here</span>
CSS could be something like:
.styleheading {
font-family: Arial;
font-size: 90%;
font-weight: bold;
color: #990000;
}
Then add line-break tags as needed.
Alternatively, you could try adjusting the style of the header tag itself
using CSS:
H3 {
font-family: Arial;
font-size: 90%;
margin-bottom: 0px;
margin-top: -1ex;
line-height: 4ex;
}
Mike
----- Original Message -----
From: "WebMaster" <Webmaster(at)lchb.com>
To: <hwg-techniques(at)hwg.org>
Sent: Wednesday, October 16, 2002 6:56 PM
Subject: H3 style without extra hard return
>
> Anyone know how to tweak the code so that I can use an H3 heading style
> but *not* have it throw an extra hard return in after it (i.e., I'd like
> to use the H3 style tag around a heading, but not have any space between
> that heading and the body text below it).
>
> Any ideas, suggestions, tips, etc., will be greatly appreciated. TIA!
>
> John
>
> This email message is for the sole use of the intended recipient(s) and
may contain confidential and privileged information.
> If you are not the intended recipient, please contact the sender by reply
email and destroy all copies of the original message.
> To reply to our email administrator directly, send an email to
postmaster(at)lchb.com
>
> Lieff Cabraser Heimann & Bernstein, LLP http://www.lieffcabraser.com
HWG hwg-techniques mailing list archives,
maintained by Webmasters @ IWA