Jenny_Jonesy
04-29-2005, 02:00 PM
I would like to create a site something along the lines of this: http://www.busted-rock.com/ and this: http://www.bustedonline.org/busted/index2.html Of course, not the same, but that sort of style of layout. I have no experiance in the past with using html, so I came here! I am using Notepad at the moment, so when I have that sorted then I will upload it to Geocities. In notepad, I entered the CSS below. However, The body just comes out plain, black and white. Could anybody here help me? Or help me start to make the HTML codes?
<html>
<head>
<TITLE>James Bourne's New Band</TITLE>
<style type="text/css">
A:link
{text-decoration: none; color:#00FF33;}
A:visited
{text-decoration: none; color:#009933;}
A:active
{text-decoration: none; color:#0033FF;}
A:hover
{text-decoration: underline; color:#0033FF;
background-image: url;
background-color: #000000;
cursor: crosshair;
body
{background: #000000;
background-image:
background-repeat: repeat;
background-position: 50%I 0%II;
background-attachment: fixed;
font-family: arial;
color: #000066 ;
letter-spacing: 3pt;
font-weight: normal;
font-size: x-small;
scrollbar-face-color : #9933CC;
scrollbar-highlight-color : #66FF99;
scrollbar-3dlight-color : #33CCFF;
scrollbar-shadow-color : #FFFFFF;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #FF0000;
scrollbar-arrow-color : #FFFF00;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; }
td
{font-family: arial;
color: #00FFFF;
padding: 2cm;}
input, textarea
{background: #CC99FF ;
font-family: arial;
color: #000000;
border-style: groove;
border-color: #000000;
border-width: 5px;}
</style>
<META NAME="description" CONTENT="This website is for James Bourne's (ex-busted) new band. This will go into full flow when he announces who is in his band, more information to come">
<META NAME="keywords" CONTENT="James, Bourne, Busted, Mcfly, Rock, Pop, Charlie, Simpson, Matt, Willis, new, band, after">
<META NAME="author" CONTENT="Jennifer">
</head>
<body>
<center> Hello! </center>
</body>
</html>
<html>
<head>
<TITLE>James Bourne's New Band</TITLE>
<style type="text/css">
A:link
{text-decoration: none; color:#00FF33;}
A:visited
{text-decoration: none; color:#009933;}
A:active
{text-decoration: none; color:#0033FF;}
A:hover
{text-decoration: underline; color:#0033FF;
background-image: url;
background-color: #000000;
cursor: crosshair;
body
{background: #000000;
background-image:
background-repeat: repeat;
background-position: 50%I 0%II;
background-attachment: fixed;
font-family: arial;
color: #000066 ;
letter-spacing: 3pt;
font-weight: normal;
font-size: x-small;
scrollbar-face-color : #9933CC;
scrollbar-highlight-color : #66FF99;
scrollbar-3dlight-color : #33CCFF;
scrollbar-shadow-color : #FFFFFF;
scrollbar-darkshadow-color : #000000;
scrollbar-track-color : #FF0000;
scrollbar-arrow-color : #FFFF00;
margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0; }
td
{font-family: arial;
color: #00FFFF;
padding: 2cm;}
input, textarea
{background: #CC99FF ;
font-family: arial;
color: #000000;
border-style: groove;
border-color: #000000;
border-width: 5px;}
</style>
<META NAME="description" CONTENT="This website is for James Bourne's (ex-busted) new band. This will go into full flow when he announces who is in his band, more information to come">
<META NAME="keywords" CONTENT="James, Bourne, Busted, Mcfly, Rock, Pop, Charlie, Simpson, Matt, Willis, new, band, after">
<META NAME="author" CONTENT="Jennifer">
</head>
<body>
<center> Hello! </center>
</body>
</html>