Tilted Forum Project Discussion Community  

Go Back   Tilted Forum Project Discussion Community > Interests > Tilted Technology


 
 
LinkBack Thread Tools
Old 07-09-2008, 06:35 AM   #1 (permalink)
peekaboo
 
ngdawg's Avatar
 
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?
ngdawg is offline  
Old 07-09-2008, 07:06 AM   #2 (permalink)
Lover - Protector - Teacher
 
Jinn's Avatar
 
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
Jinn is offline  
Old 07-09-2008, 03:17 PM   #3 (permalink)
peekaboo
 
ngdawg's Avatar
 
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
ngdawg is offline  
 

Tags
automate, changing, code


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -8. The time now is 08:46 PM.

Tilted Forum Project

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Search Engine Optimization by vBSEO 3.6.0 PL2
© 2002-2012 Tilted Forum Project

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76