Thread: Drop caps
View Single Post
Old 03-03-2012, 11:55 AM   #7
Keroberos
Zealot
Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.Keroberos ought to be getting tired of karma fortunes by now.
 
Keroberos's Avatar
 
Posts: 128
Karma: 238654
Join Date: Aug 2009
Device: Kobo Mini (4GB), Nook Classic wi-fi, iPod Touch (Bluefire Reader)
Were you wanting it to look like this? You can do that with negative margins.

Here's the CSS that I used for <h2>,
Code:
h2 {
float:left;
font-size:3em;
margin:-.3em 0 -.25em 0;}
You can play with the margin values to get the position exactly where you want it.
Attached Thumbnails
Click image for larger version

Name:	Untitled.jpg
Views:	333
Size:	34.2 KB
ID:	83358  

Last edited by Keroberos; 03-03-2012 at 12:01 PM.
Keroberos is offline   Reply With Quote