where should i paste this codes??
should i make another text file??
[quote]Asset.css('slimbox.css link here');
Asset.javascript('QuickTime.js link here');
Asset.javascript('swfobject.js link here');
Asset.javascript('mediabox.js link here');
window.addEvent('domready', function() {
document.getElements('img').each(function(e){e.getParent().rel='Lightbox';e.getParent().href=e.src});
Asset.javascript('slimbox.js link here');
});
window.addEvent('domready', function() {onPageLoad()});[/quote]
and how about this one?? where should i put this??
[quote]<a href="link here"rel="mediabox[1100 550]" title="Title here">Link title</a>[/quote]
[quote]<a href=""image link here" rel="lightbox" title="Title here"><img src="thumbnail link here"/></a>[/quote]
[quote]<a href=""link here" rel="lightbox" title="Title here"><img src="image link here" width="75px" height="75px"/></a>[/quote]
[quote]<a href="image link here" rel="lightboxatomium" title="title here"><img src="thumbnail link here"/></a><a href="image link here" rel="lightboxatomium" title="title here"><img src="image link here"/></a><a href="image link here" rel="lightboxatomium" title="title here"><img src="thumbnail link here"/></a><a href="image link here" rel="lightboxatomium" title="title here"><img src="thumbnail link here"/></a><a href="image link here" rel="lightboxatomium" title="title here"><img src="thumbnail link here"/></a><a href="image link here" rel="lightboxatomium" title="title here"><img src="thumbnail link here"/></a>[/quote]
[quote]<body onload="Mediabox.open('Link here', 'Title here', 'mediabox[1100 500]')">[/quote]
[quote]<script>
function popup(){
Mediabox.open('Link here', 'Title here', 'mediabox[1100 500]');
}
document.oncontextmenu=popup
</script>[/quote]
Im sorry im lost..