[EMAIL PROTECTED] wrote:

>Help!!!
>
>I'm going crazy (CRAZY) with this bug (I'll call it a bug, in order to keep my 
>ego intact, but it's more than likely bad coding).
>
>Why oh WHY is the anchor tag FORCING a line break when I close the tag (</a>).
>
>Here is the site of all of my pain.
>
>Http://kcguy.com/CC/index2.html
>
>  
>
In your CSS you have the following line:
        a{display:block;color: #981793;padding:10px}

Take out padding: 10px; and it will fix it.  You are adding a 10px 
padding all the way around any a element.

--
Matthew
www.ohlman.com



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to