Jump to content

UKHaiku

Members
  • Posts

    2
  • Joined

  • Last visited

UKHaiku's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Sorry - please ignore the above... I'm an idiot, and I forgot to make sure the editor had put the right file types on when I save the files.. So I only had a file called sc-default, rather than sc-default.css!!
  2. 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}
×
×
  • Create New...