Quote:
Originally Posted by beta-tester
why not just use normal HTML/CSS border on your page? You can control its behavior easily plus you won't have to modify the images...
|
I originally did try to use regular HTML cell borders, but because of cell spacing the borders came out looking too wide. However, your post made me re-think this and tweak the design a little bit using just CSS borders around the images... and this does do the trick perfectly.
Just a simple:
Code:
border-style:solid;
border-color: black;
border-width:1px;
Thanks for the help anyway boneless, at least I learned a little bit more about tweaking SmartThumbs settings
