I am trying to create a tab row, but the image tags that I am using are spaced too far apart. The tabs are between a div tag, and have been assigned a class. In the CSS file I have removed padding, margins, display is inline. Other than setting the position on the img itself, what else can I do remove the space between the tabs?
Thanks,
Leo
maybe start your css with
- *{
-
padding:0;
-
margin:0;
-
border:0;
-
}
that sometimes work then add a class for your picture paddingas required
cheer
philleep