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 > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 07-07-2009, 05:16 PM   #1 (permalink)
Registered User
 
Join Date: Feb 2005
Location: Pacific Palisades, CA
Posts: 450
OS: 2000, XP, Vista, Ubuntu


How do you add the <!DOCTYPE HTML PUBLIC

How do you add the <!DOCTYPE HTML PUBLIC..... etc header to the top of your HTML of your web site? Every time I try to add it in italic manually, it just won't keep form. I tried the same using "add html markup" and that doesn't work either. I am using MicroSoft Front Page.
Blade_Jones is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 07-07-2009, 06:49 PM   #2 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros


Re: How do you add the <!DOCTYPE HTML PUBLIC

Quote:
Originally Posted by Blade_Jones View Post
I am using MicroSoft Front Page.
Problem.

Solution:
- Find the file in windows explorer
- Right click
- Open With->Notepad/any other "Text" editor(not word processor, big difference)
- Insert the header code you wish to use as the first line of the file(no white space)
- Save.

I've not used frontpage so i couldn't give you a specific answer as to how FP would do it but from what i've heard FP is quite dire when it comes to actually coding.

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 07:21 PM   #3 (permalink)
Registered User
 
Join Date: Feb 2005
Location: Pacific Palisades, CA
Posts: 450
OS: 2000, XP, Vista, Ubuntu


Re: How do you add the <!DOCTYPE HTML PUBLIC

That worked. Strange that you have to paste the whole thing onto a notepad file, then save it as a page back in FrontPage. What's a good web editing software to use? I know everyone seems to be using Dreamweaver. Is Dreamweaver the way to go?
Blade_Jones is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 07:23 PM   #4 (permalink)
Moderator/Fedora Amb.
 
wmorri's Avatar
 
Join Date: May 2008
Location: /pm/etc
Posts: 2,814
OS: Window 7/Fedora 10

My System

Send a message via AIM to wmorri
Re: How do you add the <!DOCTYPE HTML PUBLIC

Not everyone likes Dreamweaver. I think that Dreamweaver adds a lot of code that isn't necessary. I like the program Notepad ++. It is a very simple program that can do a lot of different languages.

Cheers
__________________


Linux Forever!

wmorri is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-07-2009, 07:29 PM   #5 (permalink)
Registered User
 
FredT's Avatar
 
Join Date: Nov 2007
Posts: 388
OS: Mac OS X 10.5.7 and XP SP2


Re: How do you add the <!DOCTYPE HTML PUBLIC

Yes, Notepad++ if you are hand coding the site, but Dreamweaver is the best WYSIWYG editor imo.
FredT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2009, 06:13 AM   #6 (permalink)
Registered User
 
Join Date: Jul 2009
Posts: 3
OS: Windows XP


Re: How do you add the <!DOCTYPE HTML PUBLIC

I used to use FrontPage but am now on Expression Web. Quite expensive but does a great job.
mikeweb is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2009, 07:35 AM   #7 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,880
OS: Vista, various linux distros


Re: How do you add the <!DOCTYPE HTML PUBLIC

If you can code (or have a month of evenings to spend on W3schools) then i'd say go down the Notepad++ route. Simply because it's a very nice text editor, with so many features.

If you don't have that time (i suggest you start learning anyway if you wish to take this further) and you have the money to spend on Dreamweaver then go for it. Because DW is a much nice WYSIWYG editor than FrontPage, and it can actually code some cross-browser compatible sites(unlike Frontpage). It's also very extensible (if you do learn to code), basically it can be extended to code as you would if you were writing the code by hand.

If you don't have the money (or the time to save), then there's a few options:
1) Arachnophilia is quite an interesting coding environment, nice and easy to use.
2) (Your stats say you use Ubuntu); there are a few very good WYSIWYG editors for Ubuntu. Search the programs listings for them (in the programming section i think)... Notable ones are NVU & Kompozer, i've also used Bluefish but that's not WYSIWYG.

Hope some of that was useful haha =]

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-08-2009, 10:39 AM   #8 (permalink)
Registered User
 
FredT's Avatar
 
Join Date: Nov 2007
Posts: 388
OS: Mac OS X 10.5.7 and XP SP2


Re: How do you add the <!DOCTYPE HTML PUBLIC

Yes, I started out using primarily the design view of Dreamweaver and now I use it to hand code my sites with all the nice features (code coloring, line numbers, code completion, etc). It can go both ways (design or code) and is quite a versatile tool if you have the money to spend.
FredT is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
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

BB 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 12:44 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

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 82 83 84 85