OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

html front end text

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> html front end text
Page: [1]
 
trollabite2

 

Posts: 1
Joined: 4/11/2009
Status: offline

 
html front end text - 4/11/2009 12:29:21   
Hi, I am new to html and am using FrontPage 2002, I notice that most web pages have html code at the beginning before the <head> tag, something like "html PUBLIC" is this necessary? Thanks in advance. Pat
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: html front end text - 4/11/2009 13:58:32   
You need to have a DOC TYPE at the top of each html page.. The DOC TYPE tells the browsers how to render your page.Since you are using FrontPage which writes deprecated inline code you will want to use the html 4.01 "loose" DOCTYPE like this:
quote:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Untitled Document</title>
</head>
<body>
</body>
</html>

Understand, though, that FrontPage has no built-in CSS support. If you use FrontPage and layout your site in a table (not the way to do it--use CSS instead) then your site will probably not display properly in IE8 or Firefox, or Opera, etc. anyway.

_____________________________

:)

Follow us on TWITTER

(in reply to trollabite2)
Page:   [1]

All Forums >> Web Development >> General Web Development >> html front end text
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts