View Single Post
  #1 (permalink)  
Old 09-17-2007, 12:36 PM
opel opel is offline
WebProWorld Member
 
Join Date: Sep 2005
Location: Bracknell
Posts: 46
opel RepRank 0
Default css box/button - how ?

Hi all,

I'm trying to create a button/box which is 85px wide by 28px wide and which contains the word Home in the centre.

see image at http://www.principalinternational.co...s2/home_02.jpg

I've got this far

background-color: #663399;
display: inline;
width: 85px;
line-height:28px;
text-align: center;

but the height and width aren't playing ball. Any direction would be most appreciated ,

thanks
Opel
Reply With Quote