Background doesn't show up online
i using dreamweaver 2004 mx first time. can see background fine on computer , can see ok when go web. other computers cannot see background. see white background, text , navigation buttons on right side.
here site: www.lonestarfold.com
here code index page:
<!doctype html public "-//w3c//dtd html 4.01 transitional//en"
" http://www.w3.org/tr/html4/loose.dtd">
<html>
<head>
<script>
<!--
// script editor: howard chen
// browser compatible script: ie 2.0 or higher
// netscape 2.0 or higher
// script free long keep credits
var showstring = " " //the first line must blank
+ "this site made www.makemypages.com... " //you can keep adding words in pattern (+ "words")
+ "go our web site complete information "
+ "www.makemypages.com.... "
//-------------------------------------------------------------
var showwidth = 100
var showhead = 0
var showtail = showwidth
var showlength = showstring.length
//-------------------------------------------------------------
function marquee ()
{
var displaystring
if (showhead < showtail)
displaystring = showstring.substring(showhead, showtail)
else
displaystring = showstring.substring(showhead, showlength)
+ showstring.substring( 0, showtail)
//----------------------------------------------------------
showhead = (showhead + 1 ) % showlength
showtail = (showtail + 1 ) % showlength
//----------------------------------------------------------
window.status = displaystring
//----------------------------------------------------------
timerid = settimeout("marquee()", 100) //change number change speed (the fewer, faster)
}
//====================================================
//-->
</script>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<style>body{background-image:url(rural%20background.jpg)}body
<!--
body {
background-image: url(rural%20background.jpg);
}
.style1 {font-weight: bold}
body {
background-image: url(rural%20background.jpg);
}
-->
</style>
<!-- a1 -->
<title>home page</title>
<script language="javascript" type="text/javascript">
<!--
function mm_reloadpage(init) { //reloads window if nav4 resized
if (init==true) (navigator) {if ((appname=="netscape")&&(parseint(appversion)==4)) {
document.mm_pgw=innerwidth; document.mm_pgh=innerheight; onresize=mm_reloadpage; }}
else if (innerwidth!=document.mm_pgw || innerheight!=document.mm_pgh) location.reload();
}
mm_reloadpage(true);
//-->
</script>
<body onload="marquee()"><!-- -->
</head>
<body>
<div id="layer3" style="position:absolute; width:96px; height:385px; z-index:3; left: 868px; top: 19px;"><a href="home.htm"><img src="home%20button.jpg" width="92" height="55" border="0"></a><a href="about.htm"><img src="about%20button.jpg" width="92" height="55" border="0"></a><a href="contact.htm"><img src="contact%20button.jpg" width="92" height="55" border="0"></a><a href="kittens.htm"><img src="kittens%20button.jpg" width="92" height="55" border="0"></a><a href="breeders.htm"><img src="breeders%20button.jpg" width="92" height="55" border="0"></a><a href="shipping.htm"><img src="shipping%20button.jpg" width="92" height="55" border="0"></a></div>
<p> </p>
<div id="layer1" style="position:absolute; width:737px; height:1193px; z-index:4; left: 123px; top: 115px;">
<p align="left"><strong><img src="kissy.jpg" width="386" height="283" align="left">if looking happy, adorable , unusual looking pet, lone star
folds place be! located in san angelo. in west
texas. 3.5 hours dfw , austin. </strong></p>
<p align="left"><strong>our breeders , babies cfa registered. have 2 moms ,
aunt. dads live @ cattery in texas also.
having couple of litters year in order able
give attention , love want , deserve.
handled , loved daily , checked out dog or 2
, used biscuit, resident dog , play
human supervision attention whole family. want
breed beautiful, great quality , healthy kittens not want our
moms tired or overbred.. our cats , kittens have own room lots
of cat condos, scratching posts, crinkly tunnels , toys of kinds.
windows have wide sills can sit in them , catch sun , watch
birdies. kitten come 2 sets of kitten shots (at
least) , worming , spayed or neutered before going home
unless sold breeders. come check
vet. not adopt homes allowed go
outside @ or declawed under circumstances. please e-mail
articles on declawing if inclined cat or kitten. </strong></p>
<p align="left"><strong> </strong><strong>any lone star fold welcome return here </strong><strong><img src="spot.jpg" width="346" height="483" align="right">if reason, <br>
unable stay in new home. believe breeder
should willing rescue breed, , many rescue cats, scottish <br>
folds , others, have found sanctuary here until find "furever" home. when purchase lone star fold, </strong><strong>are agreeing never allow <br>
go "kill" shelter reason. (sone humane societies ,
spca's kill shelters!) please check other website @ www.gone4dogs.petfinder.com see of our homeless friends.
cannot not lucky enough born purebred or <br>
owners did not care enough them make sure not born
if not wanted. our kittens stay here until @ least 12
weeks old. purebred kittens slower mature domestics ,
makes happier, better adjusted kitten , better friend ,
companion you. </strong></p>
<p align="left"><strong>if interested in have 1 of our kittens (or two) come live
, become part of loving family, please complete adoption <br>
application , return e-mail. </strong></p>
<p align="left"></p>
<p align="left"> </p>
<p align="left"> </p>
<div id="layer2" style="position:absolute; width:62px; height:29px; z-index:6; font-weight: bold; left: 542px; top: 946px;">spot</div>
</div>
<div id="layer5" style="position:absolute; width:432px; height:53px; z-index:5; left: 262px; top: 61px;">
<h1><span class="style1">lone star scottish folds</span></h1>
</div>
<p> </p>
</body>
</html>
any suggestions appreciated.
here site: www.lonestarfold.com
here code index page:
<!doctype html public "-//w3c//dtd html 4.01 transitional//en"
" http://www.w3.org/tr/html4/loose.dtd">
<html>
<head>
<script>
<!--
// script editor: howard chen
// browser compatible script: ie 2.0 or higher
// netscape 2.0 or higher
// script free long keep credits
var showstring = " " //the first line must blank
+ "this site made www.makemypages.com... " //you can keep adding words in pattern (+ "words")
+ "go our web site complete information "
+ "www.makemypages.com.... "
//-------------------------------------------------------------
var showwidth = 100
var showhead = 0
var showtail = showwidth
var showlength = showstring.length
//-------------------------------------------------------------
function marquee ()
{
var displaystring
if (showhead < showtail)
displaystring = showstring.substring(showhead, showtail)
else
displaystring = showstring.substring(showhead, showlength)
+ showstring.substring( 0, showtail)
//----------------------------------------------------------
showhead = (showhead + 1 ) % showlength
showtail = (showtail + 1 ) % showlength
//----------------------------------------------------------
window.status = displaystring
//----------------------------------------------------------
timerid = settimeout("marquee()", 100) //change number change speed (the fewer, faster)
}
//====================================================
//-->
</script>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<style>body{background-image:url(rural%20background.jpg)}body
<!--
body {
background-image: url(rural%20background.jpg);
}
.style1 {font-weight: bold}
body {
background-image: url(rural%20background.jpg);
}
-->
</style>
<!-- a1 -->
<title>home page</title>
<script language="javascript" type="text/javascript">
<!--
function mm_reloadpage(init) { //reloads window if nav4 resized
if (init==true) (navigator) {if ((appname=="netscape")&&(parseint(appversion)==4)) {
document.mm_pgw=innerwidth; document.mm_pgh=innerheight; onresize=mm_reloadpage; }}
else if (innerwidth!=document.mm_pgw || innerheight!=document.mm_pgh) location.reload();
}
mm_reloadpage(true);
//-->
</script>
<body onload="marquee()"><!-- -->
</head>
<body>
<div id="layer3" style="position:absolute; width:96px; height:385px; z-index:3; left: 868px; top: 19px;"><a href="home.htm"><img src="home%20button.jpg" width="92" height="55" border="0"></a><a href="about.htm"><img src="about%20button.jpg" width="92" height="55" border="0"></a><a href="contact.htm"><img src="contact%20button.jpg" width="92" height="55" border="0"></a><a href="kittens.htm"><img src="kittens%20button.jpg" width="92" height="55" border="0"></a><a href="breeders.htm"><img src="breeders%20button.jpg" width="92" height="55" border="0"></a><a href="shipping.htm"><img src="shipping%20button.jpg" width="92" height="55" border="0"></a></div>
<p> </p>
<div id="layer1" style="position:absolute; width:737px; height:1193px; z-index:4; left: 123px; top: 115px;">
<p align="left"><strong><img src="kissy.jpg" width="386" height="283" align="left">if looking happy, adorable , unusual looking pet, lone star
folds place be! located in san angelo. in west
texas. 3.5 hours dfw , austin. </strong></p>
<p align="left"><strong>our breeders , babies cfa registered. have 2 moms ,
aunt. dads live @ cattery in texas also.
having couple of litters year in order able
give attention , love want , deserve.
handled , loved daily , checked out dog or 2
, used biscuit, resident dog , play
human supervision attention whole family. want
breed beautiful, great quality , healthy kittens not want our
moms tired or overbred.. our cats , kittens have own room lots
of cat condos, scratching posts, crinkly tunnels , toys of kinds.
windows have wide sills can sit in them , catch sun , watch
birdies. kitten come 2 sets of kitten shots (at
least) , worming , spayed or neutered before going home
unless sold breeders. come check
vet. not adopt homes allowed go
outside @ or declawed under circumstances. please e-mail
articles on declawing if inclined cat or kitten. </strong></p>
<p align="left"><strong> </strong><strong>any lone star fold welcome return here </strong><strong><img src="spot.jpg" width="346" height="483" align="right">if reason, <br>
unable stay in new home. believe breeder
should willing rescue breed, , many rescue cats, scottish <br>
folds , others, have found sanctuary here until find "furever" home. when purchase lone star fold, </strong><strong>are agreeing never allow <br>
go "kill" shelter reason. (sone humane societies ,
spca's kill shelters!) please check other website @ www.gone4dogs.petfinder.com see of our homeless friends.
cannot not lucky enough born purebred or <br>
owners did not care enough them make sure not born
if not wanted. our kittens stay here until @ least 12
weeks old. purebred kittens slower mature domestics ,
makes happier, better adjusted kitten , better friend ,
companion you. </strong></p>
<p align="left"><strong>if interested in have 1 of our kittens (or two) come live
, become part of loving family, please complete adoption <br>
application , return e-mail. </strong></p>
<p align="left"></p>
<p align="left"> </p>
<p align="left"> </p>
<div id="layer2" style="position:absolute; width:62px; height:29px; z-index:6; font-weight: bold; left: 542px; top: 946px;">spot</div>
</div>
<div id="layer5" style="position:absolute; width:432px; height:53px; z-index:5; left: 262px; top: 61px;">
<h1><span class="style1">lone star scottish folds</span></h1>
</div>
<p> </p>
</body>
</html>
any suggestions appreciated.
you need change name of image file remove spaces and/or special characters percentage sign doesn't appear when insert it. when there spaces or special characters in filename, each computer handles differently, , hilarity ensue.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment