Hi Michael,
Thanks for your quick response. Ive had a look through the config and removed the ones i dont want now!
I just had a look at the lightbox howto and it uses a rel link. Can you go back with a rel link? The reason i ask is that my main site isnt in the root, but the structure is as follows:
http://mydomain.com/web (for the main site)
http://mydomain.com/twg (for gallery)
and im wanting to put the gallery in the wrapper in the main. When i put the relative link in my main site header, it is trying to find
http://mydomain.com/web/twg/lightbox/lytebox.css which doesnt exist!
Also, with the upload iframe, which bit do i need to change? In the code below, i tried changing the
<table summary='' style="width: 100%; height:100%" cellpadding
too a smaller % but this didnt make much difference. I also changed the size of the SWF like:
"mymovie", "650", "340", "8", "#ffffff");
to
"mymovie", "400", "200", "8", "#ffffff");
but this cut the right hand side and not the left, which made the situation worse.? I am changing the right section?
Code:
$default_language .= "&session_id=" . session_id();
session_write_close();
?>
<table summary='' style="width: 100%; height:100%" cellpadding='0' cellspacing='0'><tr><td class="closebutton">
<img name="imageField" alt='' onClick="closeiframe()" align="right" src="../buttons/close.gif" width="12" height="12" border="0" />
</td></tr><tr><td>
<center>
<script type="text/javascript" src="../js/swfobject.js"></script>
<div id="flashcontent"><div class="noflash">TWG Flash Uploader requires at least Flash 8.<br>Please update your browser.</div></div>
<script type="text/javascript">
var so = new SWFObject("../admin/upload/tfu_210.swf?base=../admin/upload/&lang=<?php echo $default_language; ?>", "mymovie", "650", "340", "8", "#ffffff");
so.addParam("scale","noScale");
so.addParam("allowfullscreen","true");
so.write("flashcontent");
</script>
Thanks for your help,
Simon[/code]