Forum breder maken
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

- Xanland
- Berichten: 828
- Lid geworden op: 23 jan 2005, 17:02
- Locatie: Apeldoorn, The Netherlands
- Contacteer:
Forum breder maken
Hallo Allemaal,
Weet iemand hoe je je forum breder moet maken? Zodat alles breder wordt? Het heeft met de style AlexisBlue te maken.
Weet iemand hoe je je forum breder moet maken? Zodat alles breder wordt? Het heeft met de style AlexisBlue te maken.
- Xanland
- Berichten: 828
- Lid geworden op: 23 jan 2005, 17:02
- Locatie: Apeldoorn, The Netherlands
- Contacteer:
En waar precies:
?
Code: Selecteer alles
<!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}
{NAV_LINKS}
<title>{SITENAME} // {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/alexisBlue/{T_HEAD_STYLESHEET}" type="text/css">
<!-- 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 -->
</head>
<body link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a name="top"></a>
<table class="mainwindow" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" height="100%">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="title"><table width="100%" height="100%" cellpadding="0" cellspacing="0"><tr>
<!-- <td width="150" background="templates/alexisBlue/images/top.gif"> </td> -->
<td valign="bottom"><div align="right"><img src="templates/alexisBlue/images/logo.gif"></img></div></td></tr></table></td>
</tr>
<tr>
<td class="subtitle">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<!-- <td width="100" background="templates/alexisBlue/images/bottom.gif"> </td> -->
<td class="small">
<div align="left">
<a href="{U_INDEX}">{L_INDEX}</a> ::
<a href="{U_FAQ}">{L_FAQ}</a> ::
<a href="{U_SEARCH}">{L_SEARCH}</a> ::
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> ::
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
</div>
</td>
<td width="35%" class="small">
<div align="right">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> ::
<!-- END switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> ::
<a href="{U_PROFILE}">{L_PROFILE}</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<center><div class="pm"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></center>
<br />
<table width="100%" cellspacing="0" cellpadding="10">
<tr>
<td>
zoek:
maak daarvan:
als dat werk kun je die width="100%" veranderen in de breedte die jij wilt
Code: Selecteer alles
<table class="mainwindow" height="100%" cellspacing="0" cellpadding="0">
Code: Selecteer alles
<table class="mainwindow" width="100%" height="100%" cellspacing="0" cellpadding="0">
- Xanland
- Berichten: 828
- Lid geworden op: 23 jan 2005, 17:02
- Locatie: Apeldoorn, The Netherlands
- Contacteer:
Werkt helaas niet:Waarin ik hem ook verander!
Code: Selecteer alles
<!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}
{NAV_LINKS}
<title>{SITENAME} // {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/alexisBlue/{T_HEAD_STYLESHEET}" type="text/css">
<!-- 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 -->
</head>
<body link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a name="top"></a>
<table class="mainwindow" width=100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" height="100%">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="title"><table width="100%" height="100%" cellpadding="0" cellspacing="0"><tr>
<!-- <td width="150" background="templates/alexisBlue/images/top.gif"> </td> -->
<td valign="bottom"><div align="right"><img src="templates/alexisBlue/images/logo.gif"></img></div></td></tr></table></td>
</tr>
<tr>
<td class="subtitle">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<!-- <td width="100" background="templates/alexisBlue/images/bottom.gif"> </td> -->
<td class="small">
<div align="left">
<a href="{U_INDEX}">{L_INDEX}</a> ::
<a href="{U_FAQ}">{L_FAQ}</a> ::
<a href="{U_SEARCH}">{L_SEARCH}</a> ::
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> ::
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
</div>
</td>
<td width="35%" class="small">
<div align="right">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> ::
<!-- END switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> ::
<a href="{U_PROFILE}">{L_PROFILE}</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<center><div class="pm"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></center>
<br />
<table width="100%" cellspacing="0" cellpadding="10">
<tr>
<td>
- Diablo Gamer
- Berichten: 1394
- Lid geworden op: 02 jan 2004, 20:33
- Locatie: Dalen/Drenthe/Holland
- Contacteer:
- Xanland
- Berichten: 828
- Lid geworden op: 23 jan 2005, 17:02
- Locatie: Apeldoorn, The Netherlands
- Contacteer:
Het dikgedrukte stukje heb ik verandert volgens ba21 (post 4).Xanland schreef:Werkt helaas niet:Waarin ik hem ook verander!<!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}
{NAV_LINKS}
<title>{SITENAME} // {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/alexisBlue/{T_HEAD_STYLESHEET}" type="text/css">
<!-- 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 -->
</head>
<body link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a name="top"></a>
<table class="mainwindow" width=100%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" height="100%">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="title"><table width="100%" height="100%" cellpadding="0" cellspacing="0"><tr>
<!-- <td width="150" background="templates/alexisBlue/images/top.gif"> </td> -->
<td valign="bottom"><div align="right"><img src="templates/alexisBlue/images/logo.gif"></img></div></td></tr></table></td>
</tr>
<tr>
<td class="subtitle">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<!-- <td width="100" background="templates/alexisBlue/images/bottom.gif"> </td> -->
<td class="small">
<div align="left">
<a href="{U_INDEX}">{L_INDEX}</a> ::
<a href="{U_FAQ}">{L_FAQ}</a> ::
<a href="{U_SEARCH}">{L_SEARCH}</a> ::
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> ::
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
</div>
</td>
<td width="35%" class="small">
<div align="right">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> ::
<!-- END switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> ::
<a href="{U_PROFILE}">{L_PROFILE}</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<center><div class="pm"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></center>
<br />
<table width="100%" cellspacing="0" cellpadding="10">
<tr>
<td>
en deze moet je veranden:
Code: Selecteer alles
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
Code: Selecteer alles
<!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}
{NAV_LINKS}
<title>{SITENAME} // {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/alexisBlue/{T_HEAD_STYLESHEET}" type="text/css">
<!-- 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 -->
</head>
<body link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<a name="top"></a>
<table class="mainwindow" width=80%" height="100%" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" height="100%">
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td class="title"><table width="100%" height="100%" cellpadding="0" cellspacing="0"><tr>
<!-- <td width="150" background="templates/alexisBlue/images/top.gif"> </td> -->
<td valign="bottom"><div align="right"><img src="templates/alexisBlue/images/logo.gif"></img></div></td></tr></table></td>
</tr>
<tr>
<td class="subtitle">
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
<tr>
<!-- <td width="100" background="templates/alexisBlue/images/bottom.gif"> </td> -->
<td class="small">
<div align="left">
<a href="{U_INDEX}">{L_INDEX}</a> ::
<a href="{U_FAQ}">{L_FAQ}</a> ::
<a href="{U_SEARCH}">{L_SEARCH}</a> ::
<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> ::
<a href="{U_GROUP_CP}">{L_USERGROUPS}</a>
</div>
</td>
<td width="35%" class="small">
<div align="right">
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}">{L_REGISTER}</a> ::
<!-- END switch_user_logged_out -->
<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a> ::
<a href="{U_PROFILE}">{L_PROFILE}</a>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br />
<center><div class="pm"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></center>
<br />
<table width="100%" cellspacing="0" cellpadding="10">
<tr>
<td>

Als je er niet uitkomt zeg het maar.
Guess who's back..
- Cheeta
- Berichten: 1165
- Lid geworden op: 11 jan 2004, 11:26
- Locatie: Mijdrecht Sites: -- Derbi Club --
- Contacteer:
deze vind ik heel mooi en leuk om te zien
breedte is via css vastgelegd
de breedte in html wordt overschreven aangezien de css voorstaat en dus voorgaat,,
verander width in 100% 

breedte is via css vastgelegd

Code: Selecteer alles
<table class="mainwindow" height="100%" cellspacing="0" cellpadding="0">
Code: Selecteer alles
class="mainwindow"
Code: Selecteer alles
alexisBlue.css
Code: Selecteer alles
table.mainwindow {
margin-left: auto;
margin-right: auto;
border-left: 1px solid #333333;
border-right: 1px solid #333333;
background-color: #FFFFFF;
width: 775px;
background-image: url("images/background.gif");
background-repeat: no-repeat;
background-position: top right;
Code: Selecteer alles
width: 775px;

Laatst gewijzigd door Cheeta op 11 nov 2005, 20:18, 1 keer totaal gewijzigd.
Don't mess with BD and save the Cheeta's!