kidcasey13
Joined: 17 Apr 2004 Posts: 3
|
Posted: Sun Apr 18, 2004 1:57 am Post subject: repeating background |
|
|
Hey guys - I'm having trouble getting my repeating background to work, it works on regular .html pages, etc, but I can't get it to work on my b2 blog, any suggestions?
Code: |
<?php /* Don't remove this line, it calls the b2 function files ! */ $blog=1; include ("blog.header.php"); ?>
<HTML>
<HEAD>
<TITLE>GIRL NAMED RYAN</TITLE>
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<META HTTP-EQUIV="Expires" CONTENT="-1">
<META HTTP-EQUIV="CACHE-CONTROL" CONTENT="NO-CACHE">
<header("Cache-Control: no-cache, must-revalidate"); >
<header("Pragma: no-cache"); >
<LINK REL=stylesheet HREF="http://girlnamedryan.com/style.css" TYPE="text/css">
<STYLE TYPE="text/css">
#divMain_pic {LEFT: 0px; POSITION: absolute; TOP: 0px; cursor:default; z-index:-1}
#divMain_text {color:#808080; font-family:verdana, arial; font-size:7pt; font-weight:normal;
text-align:justify; width=438px; LEFT:258px; POSITION: absolute; TOP: 435px; z-index:2 }
#divSub_text {color:#808080; font-family:verdana,arial; font-size:7pt; font-weight:normal;
text-align:justify; width=214px; LEFT: 23px; POSITION: absolute; TOP: 455px; z-index:2 }
BODY {background-image: url(http://girlnamedryan.com/layouts/colors-1.jpg);
background-repeat: repeat-y;background-position: 0px 0px;background-color:#FFFFFF}
</style>
<?php comments_popup_script() ?>
</head>
<body>
<DIV id=divMain_pic>
<IMG SRC="layouts/colors.jpg" WIDTH=800 HEIGHT=600 BORDER=0>
</div>
|
if you need anything else, or need to see anything else, let me know. you can see it here:
http://www.girlnamedryan.com
if you click on "survey" on the left hand side, you can see it does work on that page, but let me know if you can see the problem, thanks a lot! |
|