![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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: * 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 |
|
|||||||
| Design Discussion & FAQs Answers to frequently asked questions, and a place to share your knowledge, ideas, and inquiries |
![]() |
|
|
Thread Tools |
|
|
#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 |
|
|
|
|
|
#2 (permalink) |
|
Asst. Manager, Design
|
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.
|
|
|
|
|
|
#3 (permalink) |
|
Registered User
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 |
|
|
|
|
|
#4 (permalink) |
|
Design Team Member
|
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="" /> Code:
<img name="image" src="images\title.gif" alt="" /> " ...as I find that it was just a simple mistake :PLast edited by Redcore : 08-14-2007 at 12:54 PM. |
|
|
|
![]() |
| Thread Tools | |
|
|