Where do I put

S

Susie

When I use the validator to find mistakes, it tells me that ---
This page is not Valid HTML 4.01 Transitional!
Below are the results of attempting to parse this document with an SGML
parser.

Error Line 11 column 6: required attribute "TYPE" not specified.
<style><!--
The attribute given above is required for an element that you've used, but
you have omitted it. For instance, in most HTML and XHTML document types the
"type" attribute is required on the "script" element and the "alt" attribute
is required for the "img" element.

Typical values for type are type="text/css" for <style> and
type="text/javascript" for <script>.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Wood Sculpture</title>

<style><!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
background-color: #6A8341;
}-->
</style>

</head>


Am I supposed to have this somewhere? <script language="javascript"
type="text/javascript"> OR am I supposed to have this?


<style type="text/css>
<!--
body {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #FFFFFF;
background-color: #6A8341;
}-->
</style>

Thanks so much!
Susie
 
S

Steve Easton

<style type="text/css>

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
S

Susie

Thanks so much Steve!

Steve Easton said:
<style type="text/css>

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top