Hej!
Jag har lite problem med att översätta detta till CSS:
<table cellspacing="0" cellpadding="2" border="1" bordercolor="#CCCCCC" align="center">
Just nu har jag:
<table class="mainTable">
.mainTable { height: 400px; border: #CCCCCC; border-style: solid; border-top-width: 2px; border-right-width: 2px; border-bottom-width: 2px; border-left-width: 2px}
Men det ser inte likadant ut (kolla gärna på bilderna). Hur ska man göra?
