View Single Post
  #13 (permalink)  
Old Dec 12th, 2007, 21:55
nashultz07 nashultz07 is offline
Junior Member
Join Date: Jul 2007
Location: Arkansas, USA
Age: 21
Posts: 45
Blog Entries: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Why Style sheet isnt working

Quote:
Originally Posted by kaz View Post
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<html>
<head>
<title>Untitled</title>
<link href="news.css." rel="stylesheet" type="text/css" />
<style type="text/css">
</head>
<body>
<p class="ictdnews">ictd news</p
td width="400"valign="top" class="ictdmain"><h4 class="networking">New online Register to be installed</h4>
thanx
Also you have the highlighted code included but no css code or ending to that style before you start the HTML code. Try correcting this and see if that corrects the problem.
Reply With Quote