You've got a colon : after 'a' which is preventing the rule being read properly. Should be:

a {
display:block;
width: 6em;
padding 0.2em;
line-height:1.4;
background-color:#000000;
border 1px solid black;
color:#d22539;
text-decoration: none;
test-align: center;
}

but you probably want to be more specific and make it

.module-list-item a { ... }

because I doubt you want all links throughout your site to be display: block.

On Thu, 13 Dec 2007 08:25:02 +1000, Michael Horowitz <[EMAIL PROTECTED]> wrote:

I'm customizing a typepad account. They have their own default css and then their interface allows you to add your own css on the bottom and override their values.

I am trying to create a button affect using this css

a:{
display:block;
width: 6em;
padding 0.2em;
line-height:1.4;
background-color:#000000;
border 1px solid black;
color:#d22539;
text-decoration: none;
test-align: center;
}

but it is not working.

The site is at http://theatomicconservative.typepad.com/my_weblog/

Thanks for any ideas




--
Tyssen Design
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to