I've got a problem with my image gallery.
It exists out of a a part css and a part javascript
i put the part that needed to be in the header in the meta data with {literal} tags around it
this part seems to work
but than 1 small part doesn't work:
I put the {literal} tags around it but it still doens't work
");
// ook hier verander je "jouwmap", "jouwthumbnail" en "gif" in het juiste
if (i % 8 == 7) document.write("");
// dit geeft 4 thumbnails op een rij, wil je het anders, vb 5, dan verhoog je de 4 en de 3 met 1
};
-->
next to that the image is surrounded with a blue line, really ugly. How do I remove it.
I hope you can help me out.
Thank you in advance