07-09-2008, 06:35 AM | #1 (permalink) |
peekaboo
Location: on the back, bitch
|
Changing code in PS Automate?
I have a nagging issue with redoing my site-using PS Web Photo Gallery does not allow for getting back to the home page.
It was suggested I change the coding in Notepad, so I attempted to paste in an 'href' directed back to the index.html, that didn't work. I then tried adding a button to the gallery index page, but that didn't work either. It came up as a red X in a box when viewed online, so I'm thinking if that happens, there should be a further step to correct that.... I'm thinking of removing the frames of each gallery index then adding the href, but not sure that would do anything... Has anyone ever successfully changed the coding on the preset html codes in PS's automated web galleries? |
07-09-2008, 07:06 AM | #2 (permalink) |
Lover - Protector - Teacher
Location: Seattle, WA
|
Could you post a snippet? Automatically generated HTML has to follow the same rules as hand written HTML, so if you posted at least a portion of the area you're talking about, it should be easy enough to correct it. If you're getting red-Xs, that means the image either isn't uploaded, it's not in the same directory as the page believes it to be, or it doesn't have the correct permissions to read the image.
Likewise with the link (href), make sure that your link is actually valid for the directory structure on the server. You should be using relative paths href="../index.htm" rather than site-paths: href="www.site.com/index.htm"
__________________
"I'm typing on a computer of science, which is being sent by science wires to a little science server where you can access it. I'm not typing on a computer of philosophy or religion or whatever other thing you think can be used to understand the universe because they're a poor substitute in the role of understanding the universe which exists independent from ourselves." - Willravel |
07-09-2008, 03:17 PM | #3 (permalink) |
peekaboo
Location: on the back, bitch
|
<HTML>
<HEAD> <TITLE>Adobe Web Photo Gallery</TITLE> <META name="generator" content="Adobe Photoshop(R) 7.0 Web Photo Gallery"> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </HEAD> <FRAMESET frameborder=no cols="20%,80%"> <FRAME src="ThumbnailFrame.htm" NAME="LeftFrame" scrolling=YES> <FRAME src="pages/1mermaidweb.htm" name="RightFrame" scrolling=YES> <NOFRAMES> <BODY> Viewing this page requires a browser capable of displaying frames. </BODY> </NOFRAMES> </FRAMESET> </HTML> This is the code I wanted to put in: a href="index.html"><img src="/images/home.jpg" width="137" height="81" border="0" Where would it go within that context? Nevermind, I figured it out!! Yay, me! Shit...that didn't work. Last edited by ngdawg; 07-09-2008 at 04:08 PM.. Reason: Automerged Doublepost |
Tags |
automate, changing, code |
|
|