Stijl Quidditch Hoofdmenu aanpassen.
Geplaatst: 23 mar 2006, 09:56
Beste phpbb-ers,
Kan iemand mij vertellen waar ik het hoofdmenu kan aanpassen van de stijl Quidditch?
Normaal gesproken doe ik dit bij diverse stijlen in overall_header.tpl.
Maar hier kan dat niet?
Alvast bedankt voor de hulp.
groet,
Farid
Kan iemand mij vertellen waar ik het hoofdmenu kan aanpassen van de stijl Quidditch?
Normaal gesproken doe ik dit bij diverse stijlen in overall_header.tpl.
Maar hier kan dat niet?
Code: Selecteer alles
<!-- 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"> -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
<meta http-equiv="Content-Style-Type" content="text/css">
{META} {NAV_LINKS}
<title>{SITENAME} -- {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Quidditch/Quidditch.css" type="text/css">
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
var new_pm_flag = {PRIVATE_MESSAGE_NEW_FLAG};
if( new_pm_flag )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
<style>
TD.toprow
{
color: C49DCA;
font-weight: bold;
height: 30px;
background-image: url(templates/Quidditch/images/_cellpic_purple.gif);
}
TD.botpart
{
background-image: url(templates/Quidditch/images/_botpart_bg.gif);
background-repeat: repeat-x
}
</style>
</head>
<BODY bgcolor=#63346A marginwidth="0" marginheight="0" topmargin="0" leftmargin="0" rightmargin="0">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD background="templates/Quidditch/images/_toprow_bg.gif">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="100%"><A href="{U_INDEX}"><IMG src="templates/Quidditch/images/_toprow_logo.gif" width="270" height="88" border="0"></A></TD>
<TD align="right" valign="bottom"><IMG src="templates/Quidditch/images/_toprow_curve_right_bot.gif" width="40" height="2"></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD bgcolor="1E0322">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD><A href="{U_PORTAL}"><IMG src="templates/Quidditch/images/_row2_logo_bot.gif" width="238" height="36" border="0"></A></TD>
<TD width="100%" align="center"><IMG src="templates/Quidditch/images/_row2_map.gif" width="405" height="13" usemap="#Map" border="0"></TD>
<TD align="right" valign="top"><IMG src="templates/Quidditch/images/_row2_curve.gif" width="40" height="27"></TD>
</TR>
</TABLE>
</TD>
</TR>
<TR>
<TD bgcolor="1E0322">
<TABLE width="100%" border="0" cellspacing="0" cellpadding="5">
<TR>
<TD>
groet,
Farid