Breedte
Geplaatst: 26 mei 2003, 09:48
Ik heb een geprobeerd met een ander antwoord de breedte te veranderen van mijn forum, maar ik kan iet vinden wat ik precies verandren moet in mijn code. Verwarrend.
Dit is de code in de header:
Dit is de code in de header:
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html 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">
<meta name="Author" content="http://www.trushkin.net" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Eos/{T_HEAD_STYLESHEET}" type="text/css">
<style type="text/css">
<!--
th, td.th, td.spacerow { background-image: url(templates/Eos/images/bg_cat.gif); }
td.th2 { background-image: url(templates/Eos/images/bg_cat2.gif); }
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom, td.row4 { background-image: url(templates/Eos/images/bg_cat4.gif); }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/Eos/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" 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 -->
<script language="javascript" type="text/javascript">
<!--
var lang = "{PRIVMSG_IMG}";
function ShowImage(title, href, name)
{
document.write('<td align="center" valign="bottom">');
document.write('<a title="' + title + '" href="' + href + '">');
document.write('<img src="templates/Eos/images/' + lang + 'btn_' + name + '.gif" height="23" border="0" alt="' + title + '" /></a>');
document.write('</td>');
return true;
}
//-->
</script>
</head>
<body bgcolor="#F0F0F0" text="#000000" link="#525E6E" vlink="#3E4753" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<table border="0" cellspacing="0" cellpadding="0" width="{T_BODY_BACKGROUND}" height="100%" align="center" class="maintable">
<tr>
<td align="center" valign="top" height="100%"><a name="top"></a><table width="100%" height="69" cellspacing="0" cellpadding="0" border="0" bgcolor="#525E6E">
<tr>
<td width="69" height="69" background="templates/Eos/images/hdr_bg.gif" align="left"><img src="templates/Eos/images/hdr_left.gif" width="69" height="69" border="0" alt="" /></td>
<td width="100%" height="69" background="templates/Eos/images/hdr_bg.gif"><table border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td width="100%" align="center" valign="middle" height="46"><!--<span class="maintitle">{SITENAME}</span><br /><span class="subtitle">{SITE_DESCRIPTION}</span>--><a href="{U_INDEX}"><img src="templates/Eos/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" /></a></td>
</tr>
<tr>
<td width="100%" align="center" valign="bottom" height="23" nowrap="nowrap"><script language="JavaScript" type="text/javascript">
<!--
document.write('<table border="0" cellspacing="0" cellpadding="0"><tr>');
ShowImage("{L_INDEX}", "{U_INDEX}", "index");
<!-- BEGIN switch_user_logged_out -->
ShowImage("{L_LOGIN_LOGOUT}", "{U_LOGIN_LOGOUT}", "login");
ShowImage("{L_REGISTER}", "{U_REGISTER}", "register");
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
ShowImage("{L_PROFILE}", "{U_PROFILE}", "profile");
ShowImage("{PRIVATE_MESSAGE_INFO}", "{U_PRIVATEMSGS}", "pm");
<!-- END switch_user_logged_in -->
ShowImage("{L_FAQ}", "{U_FAQ}", "faq");
ShowImage("{L_MEMBERLIST}", "{U_MEMBERLIST}", "users");
ShowImage("{L_SEARCH}", "{U_SEARCH}", "search");
<!-- BEGIN switch_user_logged_in -->
ShowImage("{L_USERGROUPS}", "{U_GROUP_CP}", "groups");
ShowImage("{L_LOGIN_LOGOUT}", "{U_LOGIN_LOGOUT}", "logout");
<!-- END switch_user_logged_in -->
document.write('</tr></table>');
//-->
</script><noscript><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center" valign="bottom"><a title="{L_INDEX}" href="{U_INDEX}"><img src="templates/Eos/images/btn_index.gif" height="23" border="0" alt="{L_INDEX}" /></a></td>
<!-- BEGIN switch_user_logged_out -->
<td align="center" valign="bottom"><a title="{L_LOGIN_LOGOUT}" href="{U_LOGIN_LOGOUT}"><img src="templates/Eos/images/btn_login.gif" height="23" border="0" alt="{L_LOGIN_LOGOUT}" /></a></td>
<td align="center" valign="bottom"><a title="{L_REGISTER}" href="{U_REGISTER}"><img src="templates/Eos/images/btn_register.gif" height="23" border="0" alt="{L_REGISTER}" /></a></td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td align="center" valign="bottom"><a title="{L_PROFILE}" href="{U_PROFILE}"><img src="templates/Eos/images/btn_profile.gif" height="23" border="0" alt="{L_PROFILE}" /></a></td>
<td align="center" valign="bottom"><a title="{PRIVATE_MESSAGE_INFO}" href="{U_PRIVATEMSGS}"><img src="templates/Eos/images/btn_pm.gif" height="23" border="0" alt="{PRIVATE_MESSAGE_INFO}" /></a></td>
<!-- END switch_user_logged_in -->
<td align="center" valign="bottom"><a title="{L_FAQ}" href="{U_FAQ}"><img src="templates/Eos/images/btn_faq.gif" height="23" border="0" alt="{L_FAQ}" /></a></td>
<td align="center" valign="bottom"><a title="{L_MEMBERLIST}" href="{U_MEMBERLIST}"><img src="templates/Eos/images/btn_users.gif" height="23" border="0" alt="{L_MEMBERLIST}" /></a></td>
<td align="center" valign="bottom"><a title="{L_SEARCH}" href="{U_SEARCH}"><img src="templates/Eos/images/btn_search.gif" height="23" border="0" alt="{L_SEARCH}" /></a></td>
<!-- BEGIN switch_user_logged_in -->
<td align="center" valign="bottom"><a title="{L_USERGROUPS}" href="{U_GROUP_CP}"><img src="templates/Eos/images/btn_groups.gif" height="23" border="0" alt="{L_USERGROUPS}" /></a></td>
<td align="center" valign="bottom"><a title="{L_LOGIN_LOGOUT}" href="{U_LOGIN_LOGOUT}"><img src="templates/Eos/images/btn_logout.gif" height="23" border="0" alt="{L_LOGIN_LOGOUT}" /></a></td>
<!-- END switch_user_logged_in -->
</tr></table></noscript></td>
</tr>
</table></td>
<td width="69" height="69" background="templates/Eos/images/hdr_bg.gif" align="right"><img src="templates/Eos/images/hdr_right.gif" width="69" height="69" border="0" alt="" /></td>
</tr>
</table>
<br />
<table border="0" cellspacing="0" cellpadding="10" width="100%" align="center">
<tr>
<td align="center" valign="top">