Breedte

Hulp nodig bij een stijl? Voor zowel XHTML/CSS als grafische vragen uiteraard gerelateerd aan phpBB2. Support wordt helaas niet meer verleend.
Forumregels

Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
phpBB2.0.x
Gesloten
Php
Berichten: 687
Lid geworden op: 21 mei 2003, 01:46
Locatie: Achterhoek
Contacteer:

Breedte

Bericht door Php » 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:
  • <!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">
Moet ik soms overal de 69 in 100 veranderen?

Mo6
Berichten: 10
Lid geworden op: 12 mei 2003, 18:35

Bericht door Mo6 » 26 mei 2003, 10:15

ehm, wat wil je precies veranderen aan de breedte? ik kan je moeilijk helpen als ik niet precies weet wat je wilt :D

Php
Berichten: 687
Lid geworden op: 21 mei 2003, 01:46
Locatie: Achterhoek
Contacteer:

Bericht door Php » 26 mei 2003, 10:17

Mo6 schreef:ehm, wat wil je precies veranderen aan de breedte? ik kan je moeilijk helpen als ik niet precies weet wat je wilt :D
Ik heb het al. Ik heb een nieuwe template geinstalleerd en de tekst was in een cel/tabel samengeplet tot maar ongeveer 60 % van de breedte van het scherm. Ik had niet gezien dat er een tweede full-size template te downloaden was.

http://www.trushkin.net/

Mo6
Berichten: 10
Lid geworden op: 12 mei 2003, 18:35

Bericht door Mo6 » 26 mei 2003, 20:55

tjah... er is altijd nog EOS Expanded heh ;)

Php
Berichten: 687
Lid geworden op: 21 mei 2003, 01:46
Locatie: Achterhoek
Contacteer:

Bericht door Php » 26 mei 2003, 21:00

Mo6 schreef:tjah... er is altijd nog EOS Expanded heh ;)
Inderdaad :) Ik moet er alleen nog een icon_profile.gif van hebben met de tekst "profiel" onder alle boodschappen van leden, daar staat nu nog instellingen.

Gesloten