PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Graphisme & Infographie > comp.graphics.photoshop > puchased web template-can't get psd file to pull in
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
puchased web template-can't get psd file to pull in

Réponse
 
LinkBack Outils de la discussion
Vieux 03/04/2008, 00h50   #1
castawaycafe@gmail.com
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut puchased web template-can't get psd file to pull in

Hello everyone,
I am really hoping someone can me with this issue- I am a
boxedart.com member and I am fairly decent with Dreamweaver, so I have
been able to use the templates from this site to make some good
websites, BUT when I really want to change the template and graphics,
the instructions that i find on the website (and others) are just not
ing. I go into the psd file folder that is located with the
template, I open it up and open the template (.psd file) in
photoshop. I make my changes, and then save it with the exact same
name as the original, in the exact same folder- I even get the little
warning about overwriting the existing file with the same name- but
low and behold, I then open the html file in Dreamweaver to edit the
actual content of the page and it reverts to the images folder instead
of the psd file. Has anyone had any luck with this? Its driving me
crazy and I am sure it is something simple!

T
  Réponse avec citation
Vieux 03/04/2008, 01h20   #2
Paul Stevens
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: puchased web template-can't get psd file to pull in

My suggestion would be re-link the image, or update link, close and open the
dreamweaver file, check to make sure it is the right image your editing, ie
path to file etc.
and if all of this doesn't work, explore the re-link option, re create that
part that tells dreamweaver /website(html) where to look for the psd file..

ideas anyway...

paul.

<castawaycafe@gmail.com> wrote in message
news:cf98570d-309f-4fa0-a5b2-ce82ed82a925@n58g2000hsf.googlegroups.com...
> Hello everyone,
> I am really hoping someone can me with this issue- I am a
> boxedart.com member and I am fairly decent with Dreamweaver, so I have
> been able to use the templates from this site to make some good
> websites, BUT when I really want to change the template and graphics,
> the instructions that i find on the website (and others) are just not
> ing. I go into the psd file folder that is located with the
> template, I open it up and open the template (.psd file) in
> photoshop. I make my changes, and then save it with the exact same
> name as the original, in the exact same folder- I even get the little
> warning about overwriting the existing file with the same name- but
> low and behold, I then open the html file in Dreamweaver to edit the
> actual content of the page and it reverts to the images folder instead
> of the psd file. Has anyone had any luck with this? Its driving me
> crazy and I am sure it is something simple!
>
> T


  Réponse avec citation
Vieux 03/04/2008, 16h13   #3
prowler
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: puchased web template-can't get psd file to pull in

<castawaycafe@gmail.com> wrote in message
news:cf98570d-309f-4fa0-a5b2-ce82ed82a925@n58g2000hsf.googlegroups.com...
> Hello everyone,
> I am really hoping someone can me with this issue- I am a
> boxedart.com member and I am fairly decent with Dreamweaver, so I have
> been able to use the templates from this site to make some good
> websites, BUT when I really want to change the template and graphics,
> the instructions that i find on the website (and others) are just not
> ing. I go into the psd file folder that is located with the
> template, I open it up and open the template (.psd file) in
> photoshop. I make my changes, and then save it with the exact same
> name as the original, in the exact same folder- I even get the little
> warning about overwriting the existing file with the same name- but
> low and behold, I then open the html file in Dreamweaver to edit the
> actual content of the page and it reverts to the images folder instead
> of the psd file. Has anyone had any luck with this? Its driving me
> crazy and I am sure it is something simple!
>
> T


Actually, from your description it is about as simple as it gets. Note your
own words:

"I make my changes, and then save it with the exact same name as the
original, in the exact same folder"

And then:

"I then open the html file in Dreamweaver to edit the actual content of the
page and it reverts to the images folder"

No, it's not reverting to anything. Unless you changed the URL reference for
the images, they are still pointing to the folder in your **site heirarchy**
(not your template folder heirarchy) where the images are stored. When you
edit the images in your template image folder you do nothing to alter the
images in your site's image folder (unless it is pointing to your templates
image folder, a very unwise move).

For example, if your local boxedart template heirarchy looks like this:

c:\boxedart\templates\psd\

and your local site images folder heirarchy looks like this:

c:\mywebs\mysite\wwwroot\images\

and the image file is named MyImage.jpg, then your image reference will look
like this (if the HTML pages are located in wwwroot)

<img src="images/MyImage.jpg" alt="This is MyImage." height="250"
width="250" />

(NOTE: The closing " />" is only necessary for XHTML. A normal close is OK
for HTML.)

When you edit the file in PS and then save it back to
c:\boxedart\templates\psd\, NOTHING has happened to the image stored in
c:\mywebs\mysite\wwwroot\images\, and that is where the HTML image reference
(in the <img> tag) is looking to find the image.

So, you fire up DM, preview the page, and... damn, it's still the same!
Well, yeah. Until you copy the changed version into the location pointed to
by the <img> tag it will still be looking at the old image and loading it
when the HTML for the page is parsed. That's, umm... the way HTML works.

You say that you are "fairly decent with Dreamweaver." May I suggest that
you become somewhat more familiar with the fundamental principles of HTML?
Yes, Dreamweaver is a fine tool, and I like it a lot. If you want, you can
achieve a good deal in WYSIWYG mode. However, as instances such as this
illustrate, it is important to learn HTML if you're going to do Web design
even if you spend most of your time in Dreamweaver's WYSIWYG Design Mode.

prowler





Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 00h06.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,09645 seconds with 11 queries