Control of images target to a frame

liunx

Guest
I am looking to display images into a frame from a different frames menu (pretty typical stuff) [tareget="gallery" src=http://www.webdeveloper.com/forum/archive/index.php/"image01.jpg"]. My problem comes in that I would like to have the target frame ("gallery") display the image centered and with a black background.<br />
<br />
I do not wish to have to create an html page for each image and source it, rather I would like to just source the image itself.<br />
<br />
Anyone able to help me on this?<br />
<br />
Thx,<br />
~Ayasho<!--content-->try setting up an iframe within that framed page. just set the background color of the framed page (with the pictures) at black and put in an iframe with align="center" in it. then change the target of the link to the name of the iframe.<!--content-->Thanks,<br />
<br />
Could you direct me to an education source on iFrames? It's been about 6 years since I did any serious web development (until this project) and I am not familiar with them.<br />
<br />
~Ayasho<!--content-->W3Schools (<!-- m --><a class="postlink" href="http://www.w3schools.com/tags/tag_iframe.asp">http://www.w3schools.com/tags/tag_iframe.asp</a><!-- m -->)<br />
W3C (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-html40/present/frames.html#h-16.5">http://www.w3.org/TR/REC-html40/present ... tml#h-16.5</a><!-- m -->)<br />
HTML Help (<!-- m --><a class="postlink" href="http://www.htmlhelp.com/reference/html40/special/iframe.html">http://www.htmlhelp.com/reference/html4 ... frame.html</a><!-- m -->)<br />
Webmonkey (<!-- m --><a class="postlink" href="http://hotwired.lycos.com/webmonkey/96/37/index2a.html?tw=authoring">http://hotwired.lycos.com/webmonkey/96/ ... =authoring</a><!-- m -->)<!--content-->Thanks :)<br />
<br />
Haven't found it yet or been able to try any code, but do appreciate it.<!--content-->If your web host supports PHP, you could check out this old thread.<br />
<br />
<!-- m --><a class="postlink" href="http://forums.webdeveloper.com/showthread.php?s=&threadid=8789">http://forums.webdeveloper.com/showthre ... eadid=8789</a><!-- m --><!--content-->
 
Back
Top