luvhartz
09-24-2004, 06:29 PM
my background colour won't show up with my new domain???
please can you see if it isnt just my computer?
www.freewebs.com/littlesnowflakes (shows it)
www.snowflakes.co.nr (i think doesnt)
please have a look and tell me if it does or not please
Lexi
(it wont even let me have a background! maybe i should save it as gif? what do you think?)
luvhartz
09-24-2004, 07:17 PM
ok for me its still happening!
Lexi
Tracey
09-24-2004, 09:14 PM
I found your mistake my corrections are blue.
www.snowflakes.co.nr code
<html><head><!-- www.freedomain.co.nr -->
<title>* Snowflakes *</title>
<META http-equiv="Content-Type" content="text/html; charset=windows-1251">
<META name="resource-type" content="document">
<META name="audience" content="all">
<META name="distribution" content="global">
<META name="robots" content="INDEX, FOLLOW">
<META name="revisit-after" content="7 days">
<META name="description" content="articles, fox hunting, florida, homework help, forum, adviseand more.">
<META name="keywords" content="articles, fox hunting, florida, homework help, forum, advise, html">
</head>
<frameset rows="100%,*" frameborder="NO" border="0" framespacing="0">
<frame name="conr_main_frame" src="http://www.freewebs.com/littlesnowflakes">
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
<div align=center>
<h1>* Snowflakes *</h1>
<p><b>articles, fox hunting, florida, homework help, forum, adviseand more.</b></p>
<p>Please <a href="http://www.freewebs.com/littlesnowflakes">Click here</a> to visit <a href="http://www.freewebs.com/littlesnowflakes"><b>* Snowflakes *</b></a></p><br><br>
<p>Powered by <a href="http://www.freedomain.co.nr/"><b>Free Domain Name</b></a> - <a href="http://www.freedomain.co.nr/"><b>Free URL Redirection</b></a> @ .CO.NR</p>
</div>
</body>
</noframes>
</html>
<b>
www.freewebs.com/littlesnowflakes
<html>
<head>
<title> * Snowflakes * </title>
<style type="text/css">
body {background="snowFbg.bmp" bgcolor="#66CCFF"}
h1 {font-family: arial, verdana;
color: #0066FF; }
p {font-family: arial, verdana;
color: #0066FF; }
</style>
<body background="snowFbg.bmp" bgcolor="#66CCFF"
</head>
<body>
<p><div align="center"><img src="snowflakes.bmp" width="650" height="150" alt="Snowflakes"></div></p>
<BR>
<div align="center">
<h1> enter below :D :D</h1>
<a href="http://www.freewebs.com/littlesnowflakes/main.htm"><img src="snowflakesenter.bmp" border="0"></a>
<BR><BR><BR><BR><BR><BR>
<a href="http://www.freedomain.co.nr/" target="_blank">
<img src="anima.gif" width="88" height="31" border="0" alt="Free Domain Name - www.YOU.co.nr!"></a>
</br></br>
<!--FreeWebs FreeBar Code Begin-->
<br />
<table width="80%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#EEEEEE" align="center">
<font size="2" color="#000000" face="verdana, arial">
This site is hosted for free by FreeWebs.com.
</font>
<a href="http://members.freewebs.com/" target="_blank">
<font size=2 color="#0000FF">
Click here to get your own free website.
</font>
</a>
</td>
</tr>
</table>
<!--FreeWebs FreeBar Code End-->
</div>
</body>
</html>
kittycat
09-24-2004, 09:25 PM
In your CSS..
body {background="snowFbg.bmp" bgcolor="#66CCFF"}
Change to
body {background-image:url(snowFbg.bmp); background-color:#66CCFF; }