Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 





Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Design Discussion & FAQs
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read

Design Discussion & FAQs Answers to frequently asked questions, and a place to share your knowledge, ideas, and inquiries

Reply
 
Thread Tools
Old 07-06-2007, 09:25 PM   #1 (permalink)
Registered User
 
Join Date: Jul 2007
Posts: 1
OS: WinXP


difficulties migrating HTML

I wrote several HTML 'sites' for class projects that were placed on 'A' drive diskettes. Now, nobody has computers with 'A' drives, and my new 'puter does not, either. I copied all 'A' diskettes to cd/rw disks, and then copied the cd/rw content to 'My Documents' in the new 'puter. Of course, NONE of the HTML works correctly anymore. I made changes so that all HTML code would be in folders in My Documents, but I am experiencing all kinds of 'not found' errors.

My question is, where should I be putting my HTML code so that I can change it once and for all? Should I copy it into a new folder in C:/Windows/Programs? If not, where SHOULD I place it so that, once code is properly modified, I can just copy to a flash drive and transfer it to another computer?

I do presentations and class projects in HTML, as I prefer it to Powerpoint.

I appreciate any help that anybody could provide. Thanks in advance.

NFAH
NtFrmAroundHere is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 07-17-2007, 11:18 AM   #2 (permalink)
Asst. Manager, Design
 
ebackhus's Avatar
 
Join Date: Apr 2005
Location: SATX
Posts: 12,554
OS: WinXP Pro SP2b

My System

Blog Entries: 17
Send a message via ICQ to ebackhus Send a message via AIM to ebackhus Send a message via MSN to ebackhus Send a message via Yahoo to ebackhus Send a message via Skype™ to ebackhus
Re: difficulties migrating HTML

Are the links in the code relative or absolute?
__________________


-----------------------------
There are no dumb questions, unless a customer is asking them.

Help in the fight against cancer and other serious illnesses.

ebackhus is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 08-13-2007, 12:30 PM   #3 (permalink)
SLG
Registered User
 
SLG's Avatar
 
Join Date: Feb 2005
Posts: 234
OS: XP


Re: difficulties migrating HTML

my guess would be u are refering to pictures not showing up,
if this is the case, simply open the html file in notepad and use edit/find 'img src='

change the source.

if this isn't the case and prehaps you have checked this, ive found sometimes html files corrupt easily, especially in floppy disks which are less stable (i presume 'A' drive is a floppy drive) ~ hope this helps!
__________________
"Discrimination occurs from experience,
Over discrimination occurs from the lack of it" - SLG
SLG is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Old 08-14-2007, 12:52 PM   #4 (permalink)
Design Team Member
 
Redcore's Avatar
 
Join Date: Aug 2007
Location: Jamestown, CA
Posts: 476
OS: WinXP

My System

Send a message via AIM to Redcore Send a message via MSN to Redcore Send a message via Yahoo to Redcore
Re: difficulties migrating HTML

Perhaps none of you have floppy drives...but certainly all of you have the internet. Perhaps you could utilize online space that you could upload your documents to and people can pull them down from there. It's certainly easier than running down a flash drive :P

You may be doing this already...but I think it's best not to put in long URL's when linking to things, especially images. Keep everything within the folder so you can move the folder without having to modify every link in every document...aka relative to the folder rather than absolute to the system (same as if you upload to a web server).

Instead of:
Code:
<img name="image" src="C:\Documents and Settings\USER\My Documents\Websitefolder\images\title.gif" alt="" />
Do this:
Code:
<img name="image" src="images\title.gif" alt="" />
But like I said, you may be already doing this and this corruption may have come from the floppy (I, as SLG, have experienced "floppication" to my HTML files before). I just figured since you removed them from the floppy and fixed them and now they're not working again...it's probably more your fault than the floppy (although, I'm a perfect candidate for anger management when I upload new things to a site and it says "NOT FOUND" or any other error...and I'm sitting there yelling at the computer saying "STUPID IDIOT ... OF COURSE IT WORKS, YOU JUST SUC- oh. I feel dumb. " ...as I find that it was just a simple mistake :P

Last edited by Redcore : 08-14-2007 at 12:54 PM.
Redcore is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Bookmark on Thread SoupReddit!
Reply With Quote
Reply


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

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



All times are GMT -7. The time now is 10:37 AM.



Copyright 2001 - 2008, Tech Support Forum

Search Engine Friendly URLs by vBSEO

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 77 78 79 80 81