shpangle
22nd June 2009, 12:06
Hi,
Firstly I must point out that I am no html programmer and I have developed a website with no prior knowledge, and I am now trying to refine it.
I have a photo gallery (supplied by coppermine). This cannot be embedded into a webpage and therefore I have it opening as as seperate window which I would like to avoid.
At first I used an IFRAME, however lots of people put me off by suggesting I should avoid the use of IFRAME's. I have therefore used the following code to embed the gallery into my webpage:
</table><tr><td>
<object type="text/html" data="http://shpangle.co.uk/gallery/" width="100%" height="100%">
<p>backup content</p>
</object>
</td></tr>
</table>
I am no html programmer but this seems to work, however does anyone see a potential problem with this. I have taken it off my website until I am given the OK !
Firstly I must point out that I am no html programmer and I have developed a website with no prior knowledge, and I am now trying to refine it.
I have a photo gallery (supplied by coppermine). This cannot be embedded into a webpage and therefore I have it opening as as seperate window which I would like to avoid.
At first I used an IFRAME, however lots of people put me off by suggesting I should avoid the use of IFRAME's. I have therefore used the following code to embed the gallery into my webpage:
</table><tr><td>
<object type="text/html" data="http://shpangle.co.uk/gallery/" width="100%" height="100%">
<p>backup content</p>
</object>
</td></tr>
</table>
I am no html programmer but this seems to work, however does anyone see a potential problem with this. I have taken it off my website until I am given the OK !