Quote:
Originally Posted by Fastbird
Is there any way to remove the spacing between the images? It looks great but on a dark theme it looks a little goofy with the spacing. Thanks!
|
Yes, you can
In my first code (first line)
Replace:
HTML Code:
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0" width="100%">
By:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%">