forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: davidritchie on December 07, 2006, 09:37:05 pm

Title: want to put coppermine in a website
Post by: davidritchie on December 07, 2006, 09:37:05 pm
for example......
http://www.fetishbliss.net/portfolio.htm
something in this manner

[CAUTION] - Link not work safe!
Title: Re: want to put coppermine in a website
Post by: Gizmo on December 07, 2006, 10:15:25 pm
A quick look at the html source code (not to mention the tell-tale scroll bar) and you can see that it's embedded in an iframe.
Title: Re: want to put coppermine in a website
Post by: davidritchie on December 07, 2006, 10:18:13 pm
thats the problem how do i imbed it into a frame ?????
Title: Re: want to put coppermine in a website
Post by: Gizmo on December 07, 2006, 10:32:45 pm
Come on, don't be lazy... search for it. Start here to learn about them first - http://www.w3.org/TR/html4/present/frames.html (http://www.w3.org/TR/html4/present/frames.html) then do a search in the forum to see what people have done.
Title: Re: want to put coppermine in a website
Post by: davidritchie on December 07, 2006, 10:39:55 pm
i can make a frame set website all day long i have 5 of them ,,,it just putting coppermine in one is stumping me....
Title: Re: want to put coppermine in a website
Post by: Gizmo on December 07, 2006, 10:45:48 pm
From the html source code of the site you listed (and please next time mark that it may contain nudity):

Code: [Select]
<IFRAME src="http://fetishbliss.net/pics/index.php?cat=10001" width="800" height="1600" scrolling="auto" frameborder="0">
  [Your user agent does not support frames or is currently configured
  not to display frames. However, you may visit
  <A href="http://fetishbliss.net/pics/index.php?cat=10001">the related document.</A>]
  </IFRAME>

Like I suggested, search the forum - http://forum.coppermine-gallery.net/index.php?topic=35128.0 (http://forum.coppermine-gallery.net/index.php?topic=35128.0). It's been discussed many times including the ups and downs of using a frame with CPG.
Title: Re: want to put coppermine in a website
Post by: davidritchie on December 07, 2006, 11:07:20 pm
i got it ...thanx.....
Title: Re: want to put coppermine in a website
Post by: Joachim Müller on December 07, 2006, 11:41:09 pm
This board is not meant to teach you HTML basics. Start by reading a beginners guide to HTML, or read up the basic stuff, e.g. on http://www.w3schools.com/tags/tag_iframe.asp