![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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 |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
Thread Tools |
|
|
#1 (permalink) |
|
Registered User
Join Date: Mar 2008
Posts: 3
OS: Vista
|
saving changes in Notepad [Moved from IE]
I designed my website(s) using PrintShop22. I ran them thru an html validator which suggested I add a few lines of code at the beginning for search engines to crawl. So I did, but Notepad won't save the changes. Any suggestions?
www.raptureink.com |
|
|
|
| Sponsored Links |
|
|
#3 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 291
OS: XP SP2 & Vista
|
Hello fuzzyhat,
First thing I would want to know is if you get any kind of error message when you try to save it? You are using vista, correct? From a search online it sounds like security issues can keep notepad from saving the changes. Perhaps you can try this? Select the 'Save as type' to All Files, then save it to the desktop. Replace the original (after backing it up) with the version on the desktop. Let us know if this works. |
|
|
|
|
|
#4 (permalink) |
|
Registered User
Join Date: Dec 2005
Posts: 66
OS: WinXP home
|
Re: saving changes in Notepad [Moved from IE]
if that doesn't work i have the simple method i use whenever any text editor won't save.
Once changes are made, highlight everything, and press ctrl+c. Now open a new textpad thing and press ctrl+v now save and voila no problems because its a fresh save :P
__________________
Mobo: Asus Striker II Formula skt 775 Ram: 2x Corsair 2GB DDR2 PC2-6400 800MHz in dual channel Processor: intel q6600 quad core, 2.4ghz HD: 2 x Maxtor 500GB 1x Maxtor 1000gb PSU: Tagan 700w ATX2 Power Supply Sound: Asus soundcard that came with mobo GPU: 2x MSI 7900 GT/GTO 512mb memory in SLi |
|
|
|
|
|
#6 (permalink) |
|
Registered User
Join Date: Mar 2008
Posts: 3
OS: Vista
|
Re: saving changes in Notepad [Moved from IE]
Thank you Sobeit666, yours' was the correct solution. What started my whole Notepad experience was trying to add code at the beginning to specify DOCTYPE. I don't know how to write code (yet) so I tried to copy and paste a few lines I found so that SE crawlers would find my site easlily.
After I added the code I tried an html validator and it went crazy so I removed the code that I added yesterday and now I'm back to square 2. |
|
|
|
|
|
#7 (permalink) |
|
Registered User
Join Date: Mar 2008
Posts: 3
OS: Vista
|
Re: saving changes in Notepad [Moved from IE]
Thank you Sobeit666, yours' was the correct solution. What started my whole Notepad experience was trying to add code at the beginning to specify DOCTYPE. I don't know how to write code (yet) so I tried to copy and paste a few lines I found so that SE crawlers would find my site easlily.
After I added the code I tried an html validator and it went crazy so I removed the code that I added yesterday and now I'm back to square 2. |
|
|
|
|
|
#8 (permalink) |
|
Design Team Member
Join Date: Feb 2008
Location: Deming, NM
Posts: 291
OS: XP SP2 & Vista
|
Glad you figured out the notepad problem.
For your doctype issue you briefly touched on I think I have a solution for you. The below code was pulled from http://www.w3schools.com/ which is a great resource if you haven't already checked them out. Looking at your code I would figure doctype of html 4.01 transitional. So you would want to add below code at the top of the document. Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
__________________
|
|
|
|
![]() |
| Thread Tools | |
|
|