One for all you web designers…
I would like to display a character and indent a paragraph after it – just like in the diagram here:
http://dl.dropbox.com/u/43015072/indent.jpg
The trick is, I would like to do this without:
- Using a table
- Specifying a div height
The single character is rendered into an icon using an icon font (@font-face). Does anyone have any suggestions about how to go about doing this using only HTML + CSS?
I came out with this:
Live demo
If you actually need the borders, wrap the text in a span:
and add this rule:
Live demo