Jump to content

Problem with External CSS recognition


UKHaiku

Recommended Posts

Hi..Apologies if this is a much asked question - I have scouted out the W3C CSS tutorial, and done a search on the forum here, but can't find anything that answers my specific problem.I'm just getting back into web design after a (very) long absence, and I'm looking to set a style for my site using an external CSS. Unfortunately I can't currently get it working - I can only manage to get the style stuff working internally.. I've copied the HTML and the CSS below...Thanks for any help,DaveHTML is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><title> Special Circumstances </title><meta name="Generator" content="Alleycode HTML Editor"><meta name="Description" content="Your description here..."><meta name="Keywords" content="Your keywords here..."><link rel="stylesheet" type="text/css"  href="sc-default.css" /></head><table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"><tr>	<td></td>	<td><h1>Welcome to Special Circumstances...</h1></td>	<td></td></tr></table><br><br><br><br><br><br><table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"><tr>	<td></td>	<td><img src="images/walking fingers.jpg" width="200" height="210" border="0" alt=""></td>	<td></td></tr></table><br><br><br><br><br><br><table width="80%" border="0" cellspacing="0" cellpadding="0" align="center"><tr>	<td></td>	<td><h2>Keep on walking - this site ain't done yet!</h2></td>	<td></td></tr></table></body></html>

CSS is:

body {bgcolor="#C0C0C0"}h1 {font-size: 36pt}h1 {font-family: papyrus}h1 {color: black} h2 {font-size: 20pt} h2 {font-family: papyrus}h2 {color:black}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...