Page 1 of 1

Help!!

PostPosted: Tue Jan 20, 2009 10:37 pm
by davidkinahan
Hi Guys,

I've been trying to over-haul my Root Gallery, and I think I've reached my limit... and there are still a couple of problems. I wonder if you could help? I'm a complete novice at this, btw! :?

Both problems relate to the slide show:

As you'll see, http://www.pbase.com/davidkinahan, first off, I can't find the right control to line it up properly. could anyone tell me what to change to get this right?

Secondly, can anyone tell me why the slide show is not showing? The first picture's there, but it won't move. I've trawled through the wiki, which this is obviously heavily based up (thanks Luis!), and also the posts on here, as well as a couple of people's slides hows in FireFox, but I can;t make it move. I think that it's something to do with this bit of code, but I can't be sure:

</style>
<table id="inline_slideshow" cellpadding="0" cellspacing="0">
<tbody><tr><td>
<a href="http://www.pbase.com/image/73046046"><img src="http://i.pbase.com/g6/22/720222/2/73046046.RUwRKMNV.jpg" style="border: medium none ; opacity: 1; width: 400px; height: 265px;"></a>
</td></tr>
</tbody></table>


Please help, if you have time!

Dave

Re: Help!!

PostPosted: Tue Jan 20, 2009 11:19 pm
by davidkinahan
Hmm, Done a bit of a bodged fix on the spacing, I think. It seems to work on both IE/Firefox/Safari... But the slideshow's still not showing!

Re: Help!!

PostPosted: Wed Jan 21, 2009 3:58 am
by dang
Hi David,
If you're trying to use the original Luis code, it's not going to work because javascript has been disabled. When checking your code, it seems you've tried adding in the image url's. Pbase has added a simple way of adding the url numbers instead, which can be seen here: viewtopic.php?f=5&t=32091

There's numerous threads concerning the re-code of the Luis style which can be found by searching, but maybe this one will answer your question: viewtopic.php?f=8&t=36307&hilit=slideshow

Lastly, be sure you check the box under the description area when adding html which says, "check here if using html, uncheck for automatic formatting".

Re: Help!!

PostPosted: Wed Jan 21, 2009 8:59 am
by davidkinahan
Thanks enormously dang!