by Skot Njordulf <necrowulf1980@[EMAIL PROTECTED]
>
Dec 5, 2005 at 06:05 AM
"Jukka K. Korpela" <jkorpela@[EMAIL PROTECTED]
> wrote in
I would write up a span class if I really needed a different size in the
first level heading.
<h1> blah blah <span class="lil">blahdeeblah</span><h1>
or something to that effect.
span.lil
{
font-size: 99pt;
}
> There's no "if" about it. The end tag is required.
>
> You can affect spacing by using CSS, such as
>
> <style type="text/css">
> h1 { margin: 0.8em 0 0 0; }
> h2 { margin: 0.6em 0 0 0; }
> </style>
>
> This still leaves some space between h1 and h2. There are ways to deal
> with this (in CSS, not HTML), but do you really need to write a
> first-level heading immediately followed by a second-level heading?
>
--
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GL/MU/O d---(pu) s++:+ a--(?) C++ UB++ P+ L++ E--
W+++ N+ o-- K- w++ O-- M-- V-- PS+++ PE Y++ PGP
t 5- X+ R tv b++ DI D++ G e- h r++ y*
------END GEEK CODE BLOCK------