Hi again,
adding the margin:auto didn't work, but I started playing around with margins, padding etc and finally got the desired result with:
Code:
.StaticMenuItemStyle, .StaticMenuItemStyle:visited
{
border: medium solid #ffffff;
padding-top: 2px;
padding-bottom: 2px;
font-family: Verdana;
color: #c1272d;
text-align: center;
vertical-align: middle;
height: 100px;
width: 110px;
background-color: #FF00FF;
white-space:pre-line;
}
Also, chapter 7 solved my images and page addressing issue --- I hadn't set the Virtualpath for the site to "/"
-- thanks again!