
10-29-2008, 11:58 PM
|
 |
|
|
Join Date: Sep 2008
Location: London, UK
Posts: 1,481
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by j1mmy
This is what is in the body of the Extra CSS Attributes:
margin: 0px 10px 0 10px;
padding: 0px;
font: 85%/1.6 "Segoe UI","Lucida Grande", "Lucida Sans", "Trebuchet MS", Tahoma, Verdana, sans-serif;
I'm guess it has something to do with 'margin'
|
.
Try changing the margin to:
margin: 0px;
.
|