There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware missing monitor network networking outlook outlook 2003 outlook 2007 outlook express password popups problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Web Design & Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Internet & Networking > Web Design & Development >
Images


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
18-Jul-2006, 04:24 PM #1
Images
Hello,

ok when you make a site and upload it, what should you do about the images on the page? do I zip them then make an image folder in my public_html and unzip them there?


Please help


i might aswell ask (so i dont have to start a new topic) i somehow made the tabs at the top (designer,coder, split) disapear anyone know how to get them back

Last edited by Shortys748 : 18-Jul-2006 04:31 PM.
etaf's Avatar
Computer Specs
Distinguished Member with 14,590 posts.
 
Join Date: Oct 2003
Location: Surrey, UK
Experience: Intermediate
18-Jul-2006, 05:34 PM #2
when you designed the page you referenced images in a specific set of directories, which should have been a subdirectory of where your main page is
the images need to be in the same directories as reference in the main page
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
18-Jul-2006, 08:04 PM #3
umm im a little confused on how you stated that...


and do you know about the tabs?

Last edited by Shortys748 : 18-Jul-2006 08:27 PM.
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
19-Jul-2006, 12:57 AM #4
bump
pooladdict2's Avatar
Senior Member with 110 posts.
 
Join Date: Jun 2006
19-Jul-2006, 02:30 AM #5
Ok, let me make it easy for you to understand. to save some space in your file manager, make a folder for your images in your file manager, for example name the folder "images". Upload all your images to that folder. Incase you are to put an image link to your site, it would look like this, <img src=http://yourwebsite.com/images/yourpicture.jpg>

Hope this helps.
__________________
guluwalk
etaf's Avatar
Computer Specs
Distinguished Member with 14,590 posts.
 
Join Date: Oct 2003
Location: Surrey, UK
Experience: Intermediate
19-Jul-2006, 05:35 AM #6
sorry about that

the directories reference in your hjome page have to exist on the server
often people will put images in an image folder

the simplest form is no directory

so
your home.htm and yourpicture.jpg - willl be in the same place on the server
therefore the references to the image will be
<img src=yourpicture.jpg>

now if you have put your images into a subfolder say called - mypicturefolder then the reference in the home.htm will be
<img src=mypicturefolder/yourpicture.jpg>

so what I was trying to explain is that any folders you used on your PC, when you designed the webpage would need to be reflected on the server when you upload the images.

what editor for web did you use
I have seen some give absolute address like
c:/documents and settings/username/mydocuments/mywebs/mynewhomepage/images/mypicture.jpg

which work work on the server

if you attached or provided a link to your home page here we could see the reference and advise
__________________
Please let us know what the final solution was to any problem posted or if request for advice how it worked out.

portal for spyware products (Hijackthis\CWshredder\Ad-aware\Spybot)
http://www.thewhities.com/
http://www.lurkhere.com/~nicefiles/

Excellent resource for windows information by Bob Cerelli
http://www.onecomputerguy.com/

Photography: my other passion
www.dpforums.com

ETAF
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
19-Jul-2006, 12:54 PM #7
alright my host is still reviewing my application.....but when i get the host i will post it up

also do you know how to get the tabs in dreamweaver back? the ones at the top(designer,coder,split)
Rockn's Avatar
Computer Specs
Distinguished Member with 17,888 posts.
 
Join Date: Jul 2001
Location: Mexico of the North, MN
Experience: Disenfranchised American Male
19-Jul-2006, 01:45 PM #8
Hit F4 on the keyboard.
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
19-Jul-2006, 08:37 PM #9
it didnt work rockn

this is what i have

http://img132.imageshack.us/my.php?i...weaver2hl4.png
Sequal7's Avatar
Computer Specs
Distinguished Member with 2,369 posts.
 
Join Date: Apr 2001
Location: Around the corner!
Experience: Including today?
19-Jul-2006, 09:14 PM #10
Click View > toolbars > then select the toolbar you want to add (standard is what your referring to)
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
19-Jul-2006, 11:29 PM #11
alright i found it, it was actually "document"

thanks
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
27-Jul-2006, 01:03 PM #12
alright, i got my host now (free host)

and this is what i mean by the images

http://www.raisinghavok.hostneo.com/site.html


i used a layout, but the images on the layout do not show up.. is there an easier way than go through and linking every image location to the image?


any help would be greatly appriciated
Sequal7's Avatar
Computer Specs
Distinguished Member with 2,369 posts.
 
Join Date: Apr 2001
Location: Around the corner!
Experience: Including today?
07-Aug-2006, 06:55 PM #13
You image links are incorrect.
For a small example, the actual image located at:
http://www.raisinghavok.hostneo.com/slice_r3_c2.jpg is linked in your html as 12133/images/slice_r3_c2.jpg
(makes that hyperlink look like this: http://www.raisinghavok.hostneo.com/...lice_r3_c2.jpg which obviously is incorrect.

So, you have two choices;
Remove the reference to 12133/images/ in the html on all images
OR the preferred is to create the directory images, copy all images that are in your root folder into that and hange all pages image locations by removing the 12133 from infront of the images/ reference.

As far as fixing, again two choices.
You can open the document in Dreamweaver, Click edit > find and replace
Type in 12133/images/ in the find field, images/ in the replace field and click replace all.
Do that to each page.

OR

0pen the site, click site > check links sitewide > in the dropdown make sure that "Broken Links" is seleceted Doubleclick each link and it will load the page, repair the errors and save that page,then go to the next.
__________________
Good Luck on your fix

My real hobby..JoyCo
My real Job..(Second Hobby) IAFF Local 1865
Like the sites? My hobby is the one that created them!

Last edited by Sequal7 : 07-Aug-2006 07:32 PM.
Shortys748's Avatar
Computer Specs
Senior Member with 211 posts.
 
Join Date: Oct 2005
Experience: Advanced
10-Aug-2006, 02:33 PM #14
alright i think this might help out, ill try it out
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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 Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 01:05 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.