Posted by Bergamot on 05/23/07 12:49
Mohawk Mawk wrote:
>
> I have attempted to put a block-
> level element (<div>) inside an inline element(<a>)
> I do this is because I want the surface around the text to be
> clickable
You don't need extra div's to do this.
a {display:block}
--
Berg
[Back to original message]
|