want to put coppermine in a website want to put coppermine in a website
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

want to put coppermine in a website

Started by davidritchie, December 07, 2006, 09:37:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

davidritchie

for example......
http://www.fetishbliss.net/portfolio.htm
something in this manner

[CAUTION] - Link not work safe!

Gizmo

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.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

davidritchie

thats the problem how do i imbed it into a frame ?????

Gizmo

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 then do a search in the forum to see what people have done.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

davidritchie

i can make a frame set website all day long i have 5 of them ,,,it just putting coppermine in one is stumping me....

Gizmo

From the html source code of the site you listed (and please next time mark that it may contain nudity):


<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. It's been discussed many times including the ups and downs of using a frame with CPG.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

davidritchie


Joachim Müller

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