Can anyone see where I messed up? Can anyone see where I messed up?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Can anyone see where I messed up?

Started by epiphany, October 01, 2005, 10:25:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

epiphany

http://www.virginiron.com/galleries/index.php?cat=3

somehow I messed it up to where when you click on the image.. the larger one doesn't come into the pop up screen. Anyone see what I screwed up?... :)

Joachim Müller

you have over-edited your custom theme: edit http://www.virginiron.com/galleries/themes/hardwired/template.html with a plain text editor (notepad.exe is fine), find</HEAD>and add before it (in a new line)<script type="text/javascript" src="scripts.js"></script>. You appear to have messed with your theme using MS Frontpage - don't. Frontpage is notorious to change code where it isn't suppossed to. Imo Frontpage sucks!

epiphany

I actually used dreamweaver... I was lazy and just moved the content codes over to the html page I made. A lazy mistake :)

Thanks!

Joachim Müller

you must have touched the file at least once with Frontpage, as the code contains the line<META content="Microsoft FrontPage 4.0" name=GENERATOR>which is a dead sure sign that Frontpage did things it wasn't suppossed to do. Anyway, glad you were able to fix this issue.