I was wondering why the top borders on my thumbnails are joined on this page: http://www.3sixtyfour.com/archives/docks_19.php
but on this page they are seperated: http://www.3sixtyfour.com/archives/test_10.php
here's my css: http://www.3sixtyfour.com/template.css
I understand the thumb with the white top would be seperated, I'm asking about the others with the gray top borders. I'd really like them to be joined like the top link.
Thanks, Ryan
top border spacing
On the page test_10 you have this for your images
222border="0"
And on the other you have this
border="0"
Not sure if that is the problem, but worth checking.
Regards
Day
top border spacing
I just fixed that problem and it doesn't seem to be it. Thanks for notifying me of that though.
top border spacing
wow - just goes to show
That was a hard one.
Edit the html - On docks_19 after each link, hit your enter key (which has been done in all your other pages)
fixed!!
The only reason I found it was due to a wrapping problem in 1st page, my html editor. test_10 was taking up 4 lines without wrap, while docls_19 was only taking up 2 lines without wrap turned on.
Regards
Day
top border spacing
thanks alot day for taking the time to help. Much appreciated