table cell background images onzichtbaar
Geplaatst: 27 aug 2004, 23:02
Hallo allemaal. Ik heb een vraagje en dit vind ik zelf een beetje heel erg raar. Dit is dus de overall_header.tpl
De sitelogo pakt ie nog wel maar de rest pakt ie niet. Dat zijn deze images.



De site = http://www.bandicoot.uni.cc (controleer de copyright!!!)
Code: Selecteer alles
<?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/subSilver/{T_HEAD_STYLESHEET}" type="text/css" />
</head>
<body leftmargin="0" topmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
{META}
{NAV_LINKS}
<!-- BEGIN switch_enable_pm_popup -->
<script type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup --><table border="1" cellpadding="0" cellspacing="0" width="1003">
<tr>
<td width="100%" height="21" background="images/cellpic5.gif"> <!-- BEGIN switch_user_logged_out -->
<a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
<a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_PROFILE}">{L_PROFILE}</a> <a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a> <a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a>
</td>
</tr>
<tr>
<td width="100%" height="127" background="https://imageproxy-io.herokuapp.com/b96d5a4d27c0d9e3fde70392d4a8ff88660eb720/687474703a2f2f7777772e62616e6469636f6f742e756e692e63632f696d616765732f6f766572616c6c5f6865616465722e676966">
<p> <img src="images/sitelogo.gif" width="217" height="138" border="0"></p>
</td>
</tr>
<tr>
<td width="100%" height="20" background="https://imageproxy-io.herokuapp.com/b89ffcf325f4537c92ca39778c1348e9b76816f4/687474703a2f2f7777772e62616e6469636f6f742e756e692e63632f696d616765732f63656c6c706963332e676966">
<p> <a href="index.php">Home</a> | <a href="#">Gamelist
| News | Archive
| Reviews | Previews
| Articles | Forums
| Chat | Crew </a>| <a href="ucp.php">Profile</a> | <a href="#">Marketplace
| Gamesites</a> | <a href="search.php">Search</a> |
<a href="#">Downloads</a> | </p>
</td>
</tr>
</table>
<p> </p>
</html>
De site = http://www.bandicoot.uni.cc (controleer de copyright!!!)