|
|
Subject:
Adding A Graphic To A Web Page Using GoLive CS
Category: Computers > Software Asked by: mforleo-ga List Price: $5.00 |
Posted:
02 Jun 2005 07:32 PDT
Expires: 02 Jul 2005 07:32 PDT Question ID: 528520 |
|
There is no answer at this time. |
|
Subject:
Re: Adding A Graphic To A Web Page Using GoLive CS
From: craigrk-ga on 02 Jun 2005 11:21 PDT |
if you're just dragging it in, the image is probably sourced to your desktop/hard drive. unlike word or powerpoint, the image is not embedded in the document (web page). instead, you need to tell your page where to go look for the image. it will then retrieve and display it. so, right now, you're telling your web page to go retrieve the image from your desktop. that works fine when you're on the system that houses the image -- but it doesn't work when you're on a system that can't access the other's hard drive (which is why you get the question mark). you need to move the image to a web server and then "source" the imagine appropriate -- <img src="http://www.yoursite.com/images/whatever.gif"> or shorten to <img src="images/whatever.gif">. this will tell your web page to go out to the internet to find the image, rather than going to a particluar system's hard drive. i hope that makes sense. thanks. crk |
Subject:
Re: Adding A Graphic To A Web Page Using GoLive CS
From: mforleo-ga on 02 Jun 2005 13:33 PDT |
Hi Craig- That completely makes sense. thank you so much. My question now is how do I move the image to my web server and get the page to use find it there instead of on my hard drive? I use the command 'connect to FTP/Webdav under the file menu to open the FTP browser and then I connect to my site and all my 'file folders' appear. I've dragged the image I'd like to add on to my index page into my image folder and then also dragged it onto the layout of the index page. But I'm having trouble changing the reference so it looks to the online image folder instead of my hard drive. Thanks again for your expertise |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |