Pagina 1 van 1

table cell background images onzichtbaar

Geplaatst: 27 aug 2004, 23:02
door CG bandicoot
Hallo allemaal. Ik heb een vraagje en dit vind ik zelf een beetje heel erg raar. Dit is dus de overall_header.tpl

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 -->
&nbsp;  &nbsp;<a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;<a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_PROFILE}">{L_PROFILE}</a>&nbsp;&nbsp;<a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp;&nbsp;<a href="../../../../../../gamingint/public_html/templates/fisubsilver/{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> 
            &nbsp;&nbsp;</td>
    </tr>
    <tr>
        <td width="100%" height="127" background="https://imageproxy-io.herokuapp.com/b96d5a4d27c0d9e3fde70392d4a8ff88660eb720/687474703a2f2f7777772e62616e6469636f6f742e756e692e63632f696d616765732f6f766572616c6c5f6865616465722e676966">
            <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<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>&nbsp;<a href="index.php">Home</a> | <a href="#">Gamelist 
            | News | Archive 
            | Reviews | Previews 
            | Articles |&nbsp;Forums 
            | Chat | Crew </a>| <a href="ucp.php">Profile</a> |&nbsp;<a href="#">Marketplace 
            | Gamesites</a> | <a href="search.php">Search</a>&nbsp;| 
            <a href="#">Downloads</a> | </p>
        </td>
    </tr>
</table>
<p>&nbsp;</p>
</html>
De sitelogo pakt ie nog wel maar de rest pakt ie niet. Dat zijn deze images.

Afbeelding
Afbeelding
Afbeelding

De site = http://www.bandicoot.uni.cc (controleer de copyright!!!)

Geplaatst: 28 aug 2004, 13:39
door Luuk
de site doet het niet bij mij...

Geplaatst: 28 aug 2004, 14:36
door CG bandicoot
Weet ik. Vannacht deed ie het nog maar toen ging ie al ontzettend sloom.
En vannochtend deed ie het weer goed maar daarna pakte hij hem niet meer en kan ook niet meer in cPanel en de hostsite zelf komen. Dus ff wachten wordt dat maar.

Geplaatst: 29 aug 2004, 10:31
door CG bandicoot
Oke. Hij zt er weer. Kan ik nu support krijgen?

Geplaatst: 29 aug 2004, 18:32
door CG bandicoot
Krijg ik ooit nog support? Daar is dit forum tog voor?

Geplaatst: 29 aug 2004, 20:04
door Luuk
ten eertse, geduld is een schone zaak :wink:

en dan, bekijk je overall_header.tpl van nu eens, want dat klopt niet echt

dit plaatje

Code: Selecteer alles

<td width="100%" height="127" background="overall_header.gif">
staat in de map templates/subSilver in niet in de root

dit plaatje

Code: Selecteer alles

<td width="100%" height="20" background="cellpic3.gif">
en dit plaatje

Code: Selecteer alles

<td width="100%" height="21" background="cellpic5.gif">
staan beide in de map images en ook niet in de rootmap

Geplaatst: 30 aug 2004, 14:38
door CG bandicoot
Nou. wat jij nu zegt brengt me al helemaal in de war.

Ik heb echt niet alleen de image files ingevoerd maar gewoon de volledige URL. Op eentje na dan. Alleen de sitelogo heb ik alleen een path gedaan maar die doet het wel.

Geplaatst: 30 aug 2004, 15:57
door Bee
Wat hij bedoelt is dat je in overall_header.tpl moet zoeken naar

Code: Selecteer alles

<td width="100%" height="127" background="overall_header.gif">
en dat moet vervangen door

Code: Selecteer alles

<td width="100%" height="127" background="templates/subSilver/overall_header.gif">
bij de twee andere moet je voor de pad van de afbeelding nog

Code: Selecteer alles

images/
toevoegen.

Geplaatst: 30 aug 2004, 18:44
door CG bandicoot
Oke. Ik heb wat wijzigingen aangebracht. Maar nog steeds niks. De afbeedlingen staan er echt.

http://www.bandicoot.uni.cc/index.php

subSilver template

Code: Selecteer alles

<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="templates/subSilver/images/cellpic5.gif"> 
            
<!-- BEGIN switch_user_logged_out -->
&nbsp;  &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;&nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp;&nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> 
            &nbsp;<a href="{U_FAQ}">{L_FAQ}</a> &nbsp;<a href="{U_SEARCH}">{L_SEARCH}</a> 
            &nbsp;&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>
            
</td>
    </tr>
    <tr>
        <td width="100%" height="127" background="templates/subSilver/images/overall_header.gif">
            <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/sitelogo.gif" width="217" height="138" border="0"></p>
        </td>
    </tr>
    <tr>
        <td width="100%" height="20" background="templates/subSilver/images/cellpic3.gif">
            <p>&nbsp;<a href="index.php"><font size="2">Home</font></a><font size="2"> | </font><a href="#"><font size="2">Gamelist 
            | News | Archive 
            | Reviews | Previews 
            | Articles |&nbsp;Forums 
            | Chat | Crew </font></a><font size="2">|&nbsp;</font><a href="#"><font size="2">Marketplace 
            | Gamesites</font></a><font size="2"> | 
            </font><a href="#"><font size="2">Downloads</font></a><font size="2"> </font> </p>
        </td>
    </tr>
</table>
<p>&nbsp;</p>
</form>

</html>
gamingInt template

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/gamingInt/{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="templates/gamingInt/images/cellpic5.gif"> 
            
<!-- BEGIN switch_user_logged_out -->
&nbsp;  &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a>
<!-- END switch_user_logged_out -->
&nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp;&nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp;&nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> 
            &nbsp;<a href="{U_FAQ}">{L_FAQ}</a> &nbsp;<a href="{U_SEARCH}">{L_SEARCH}</a> 
            &nbsp;&nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>
            
</td>
    </tr>
    <tr>
        <td width="100%" height="127" background="templates/gamingInt/images/overall_header.gif">
            <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="images/sitelogo.gif" width="217" height="138" border="0"></p>
        </td>
    </tr>
    <tr>
        <td width="100%" height="20" background="templates/gamingInt/images/cellpic3.gif">
            <p>&nbsp;<a href="index.php"><font size="2">Home</font></a><font size="2"> | </font><a href="#"><font size="2">Gamelist 
            | News | Archive 
            | Reviews | Previews 
            | Articles |&nbsp;Forums 
            | Chat | Crew </font></a><font size="2">|&nbsp;</font><a href="#"><font size="2">Marketplace 
            | Gamesites</font></a><font size="2"> | 
            </font><a href="#"><font size="2">Downloads</font></a><font size="2"> </font> </p>
        </td>
    </tr>
</table>
<p>&nbsp;</p>
</form>

</html>


Beide doen ze het niet.

Geplaatst: 30 aug 2004, 21:48
door Luuk
dan zet eens http://www.bandicoot.uni.cc/ voor die links :roll:

Geplaatst: 31 aug 2004, 16:16
door CG bandicoot
Gedaan. Haalt niks uit.

Geplaatst: 01 sep 2004, 21:03
door CG bandicoot
Ik ben nu echt de kluts kwijt. Alle afbeedlingen doen het behalve de cell background images in de header.

In de webeditor preview werkt het ook.

Maar in het resultaat dus niet.