Welcome to GraphicForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

puchased web template-can't get psd file to pull in

 
   Graphic Forums (Home) -> Graphic Formats RSS
Related Topics:
Can't find a *.psd file with CS2 - I installed CS2 and tried to open old files that I used with PS CS. On one file, I received a message that said: not complete your request because the file could not be This file was a one layer scan and was saved in the psd..

Seeing images in a PDF file - If a PDF file is created out of a GIF image then does the recipient who is trying to view the PDF need to have some which will view GIFs? would the viewing of any graphic in a PDF (such as a GIF or TIFF file) need only the..

Modifying a PSD file - I have a PSD file that someone has sent me. Some portion of the photo has been cut or I can't tell. I am not a graphics designer. The portion that I presume has been cut has the gray colored on it, the same look when you make a..

Cannot open .eps file - I have a 400k .eps file that I am trying to open in PhotoShop 9.0. I get the error message not complete your request because the parser module cannot parse the What does that mean? Can anyone help me open the file and save it in another..

How to load a JPG file into ACR? - I have seen where it has been mentioned that it is possible to load JPGs into ACR and use some of the editing tools on the file. How is the file loaded? TIA -- Regards, Baz
Next:  Graphic Formats: Utility to shrink PDF files  
Author Message
castawaycafe

External


Since: Apr 02, 2008
Posts: 1



(Msg. 1) Posted: Wed Apr 02, 2008 4:50 pm
Post subject: puchased web template-can't get psd file to pull in
Archived from groups: comp>graphics>apps>photoshop (more info?)

Hello everyone,
I am really hoping someone can help 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
helping. 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

 >> Stay informed about: puchased web template-can't get psd file to pull in 
Back to top
Login to vote
prowler

External


Since: Apr 09, 2008
Posts: 2



(Msg. 2) Posted: Thu Apr 03, 2008 11:13 am
Post subject: Re: puchased web template-can't get psd file to pull in [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

<castawaycafe.DeleteThis@gmail.com> wrote in message
news:cf98570d-309f-4fa0-a5b2-ce82ed82a925@n58g2000hsf.googlegroups.com...
> Hello everyone,
> I am really hoping someone can help 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
> helping. 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

 >> Stay informed about: puchased web template-can't get psd file to pull in 
Back to top
Login to vote
Paul Stevens

External


Since: Apr 03, 2008
Posts: 1



(Msg. 3) Posted: Thu Apr 03, 2008 11:20 am
Post subject: Re: puchased web template-can't get psd file to pull in [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 DeleteThis @gmail.com> wrote in message
news:cf98570d-309f-4fa0-a5b2-ce82ed82a925@n58g2000hsf.googlegroups.com...
> Hello everyone,
> I am really hoping someone can help 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
> helping. 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
 >> Stay informed about: puchased web template-can't get psd file to pull in 
Back to top
Login to vote
tacit

External


Since: Feb 10, 2005
Posts: 382



(Msg. 4) Posted: Thu Apr 03, 2008 8:08 pm
Post subject: Re: puchased web template-can't get psd file to pull in [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

In article
<cf98570d-309f-4fa0-a5b2-ce82ed82a925.TakeThisOut@n58g2000hsf.googlegroups.com>,
castawaycafe.TakeThisOut@gmail.com wrote:

> 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.

Correct.

DreamWeaver is not using the PSD file. PSD files are not used on the Web.

When you edit the template, you must then save the template from
Photoshop in GIF, PNG, or JPEG format, *not* PSD format.

Open the HTML in Dreamweaver. Look closely at the pictures you see on
your screen in Dreamweaver. They are not PSD files.

--
Photography, kink, polyamory, shareware, and more: all at
http://www.xeromag.com/franklin.html
 >> Stay informed about: puchased web template-can't get psd file to pull in 
Back to top
Login to vote
Display posts from previous:   
   Graphic Forums (Home) -> Graphic Formats All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]