Re: 1st letter

by "Donald Childs Jr." <dchilds(at)scupper.net>

 Date:  Thu, 23 Oct 2003 15:24:08 -0700
 To:  "HTML Guild" <hwg-basics(at)hwg.org>
 References:  fwvcy01
  todo: View Thread, Original
You want to do a "Drop Cap".
Do a google of  "css" + "drop cap"
Several examples out there

Here's a sample I culled from the web. 
<HTML>
<HEAD>
<style>
.dropcap {
width: 1em;
height: 1em;
float: left;
text-align: center;
font-size: 20pt;
color:red;
font-style:italic
}
</style>
</HEAD>
<BODY bgcolor=ddddaa>

<TABLE><TR><TD width="200">
<p><SPAN class="dropcap" >
T</span>his is a dropcap
text text text text text text text text 
text text text text text text text text 
text text text text text text </p>
</TD></TR></TABLE>
</BODY> 
</HTML>






----- Original Message ----- 
From: "Diane" <diane(at)tein.net>
To: "HTML Guild" <hwg-basics(at)hwg.org>
Sent: Thursday, October 23, 2003 2:24 PM
Subject: 1st letter


> Is there a way using css or html to make the first letter of a paragraph
> larger than the rest of the text?  I know you can make all the capitals
> bigger but that isn't exactly what I want.
> Thank you
> Diane
> 
> 

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA