PDA

View Full Version : Need banner help..fast


rbowling
03-28-2008, 03:57 AM
i cant get my banners to show up on top of to the left i get this error on both Warning: include() [function.include]: Failed opening 'topbanner.gif' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/a2140946/public_html/template.html on line 12
and here is the way its coded...i need it asap .. please :confused:
[php]<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta name='author' content='Luka Cvrk (www.solucija.com)' />
<meta http-equiv='content-type' content='text/html;charset=iso-8859-1' />
<link rel='stylesheet' href='images/style.css' type='text/css' />
<title>Money Market AutoSurf</title>
</head>
<body leftmargin=0 topmargin=0>
<div class='content'>
<Table border=0 width=100% cellspacing=0><TR bgcolor='#E8E8E8' height=55><TD width=30%>
<h1>Money Market <font color='#0099FF'>AutoSurf</font></h1></TD><TD width=70% align=center><?php include ("topbanner.gif"); ?></TD></TR>
</Table>
<div class="bar">
<ul>
<li>Navigation:</li>
<li>&nbsp;</li>
<li class="<?php echo "$hclass"; ?>"><?php echo $hlink; ?></li>
<li class="<?php echo "$dclass"; ?>"><?php echo $dlink; ?></li>
<li class="<?php echo "$cclass"; ?>"><?php echo $clink; ?></li>
<li class="<?php echo "$fclass"; ?>"><?php echo $flink; ?></li>
<li class="<?php echo "$aclass"; ?>"><?php echo $alink; ?></li>
<li>&nbsp;</li>
</ul>
</div>
<!-- <Table cellspacing=0 cellpadding=3 border=0>
<TR><TD><p>Please <a href='#'><B>Sign in</B></a> or <a href='#'><B>Register</B></a></TD></TR>
</TABLE> -->
<table width=100% cellspacing=0 cellpadding=0>
<TR>
<TD width=0%><img src='images/space.gif' width='1' height='450'></TD>
<TD width=25% bgcolor='#E8E8E8' align=center valign=top><BR>
<!-- MAIN LEFT CONTENT STARTS HERE -->
<?php
if(strlen($m)>=1||$action=="dologin"){
}else{
?>
<form method=post action='?action=dologin'>
<table width=80% border=0 cellspacing=0 cellpadding=0>
<tr>
<td width=14% >Username:</td>
<td>
<input type=text name=name size=15>
</td>
</tr><tr><td width=14%>
Password:</td><td><input type=password name=password size=15></td></tr>
<tr>
<td><BR><BR></td>
<td>
<input type=submit name=submit value='Login'>
</td>
</tr>
</table>
</form>
<?php
}
?><BR><CENTER><?php include "leftbanner.gif"; ?></CENTER>
<!-- MAIN LEFT CONTENT ENDS HERE -->
</TD>
<TD width=75% bgcolor='#F9f9f9' valign=top><BR><Table border=0 cellspacing=0 cellpadding=3 width=96% align=center><TD width=100%>
<!-- MAIN Right CONTENT STARTS HERE -->
<?php include "main.php"; ?>
<!-- MAIN Right CONTENT ENDS HERE -->
</TD></Table>
</TD>
</TR>
</Table>
<table width=100% cellspacing=0 cellpadding=3 style='BORDER-TOP:#CCCCCC 1px solid;'><TR height=30 bgcolor='#E8E8E8'><TD width=40% align=left>Copyright &copy <a href='http://www.moneymarket.890m.com' target='_blank'>MoneyMarket</a> All rights reserved</TD><TD width=60% align=center><a href='?action=terms'>Terms and Conditions</a></TD></TR></Table>
</body>
</html> [php]

Fumigator
03-28-2008, 05:24 AM
http://www.codingforums.com/showthread.php?t=68462

http://www.codingforums.com/postguide.htm