vraag charcoal (subSilver look-a-like)

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
Gebruikersavatar
Nick V
Berichten: 774
Lid geworden op: 18 okt 2003, 00:41
Locatie: Niet Nu!
Contacteer:

vraag charcoal (subSilver look-a-like)

Bericht door Nick V » 28 mar 2004, 20:41

ik heb nu dus de style charcoal die ik dus wil gaan aanpassen, nu staat het logo links een alle aanklikbare links zoals FAQ-gebruikerslijst enz rehcts ernaast, wat ik dus wil is dat het logo bovenaan komt te staan en die links eronder, iemand hier een oplossing voor?.... :roll:

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 28 mar 2004, 20:43

Als je me even een link naar je (test)forum geeft wel ja...
Afbeelding

Gebruikersavatar
Nick V
Berichten: 774
Lid geworden op: 18 okt 2003, 00:41
Locatie: Niet Nu!
Contacteer:

Bericht door Nick V » 28 mar 2004, 20:49

is de link naar de overal_header.tpl ook goed?.... :( want ik heb hem nu niet aanstaan zal wel ff doen http://www.nickvforum.nl zoals je ziet klopt het zo nit echt, :(

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 28 mar 2004, 20:54

Zo goed?

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/charcoal/charcoal.css" type="text/css"> 
<style type="text/css"> 
<!-- 
/* 
  The original charcoal Theme for phpBB version 2+ 
  Created by subBlue design 
  http://www.subBlue.com 

  NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2 
  theme administration centre. When you have finalised your style you could cut the final CSS code 
  and place it in an external file, deleting this section to save bandwidth. 
*/ 


--> 
</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 --> 
</head> 
<body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}" /> 

<a name="top"></a> 

<table width="100%" cellspacing="0" cellpadding="10" border="0" align="center"> 
   <tr> 
      <td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> 
	     <tr><td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /></td>
		 </tr>
         <tr> 
            <td align="center"><a href="{U_INDEX}"><img src="logonickvforum4.jpg" border="0" alt="{L_INDEX}" vspace="1" /></a></td> 
		 </tr>
            <td align="center" width="100%" valign="middle">
            <table cellspacing="0" cellpadding="2" border="0"> 
               <tr> 
                  <td align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_FAQ}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_faq.gif" width="12" height="13" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">&nbsp; &nbsp;<a href="{U_SEARCH}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_search.gif" width="12" height="13" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>&nbsp; &nbsp;<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_members.gif" width="12" height="13" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>&nbsp; &nbsp;<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_groups.gif" width="12" height="13" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>&nbsp; 
                  <!-- BEGIN switch_user_logged_out --> 
                  &nbsp;<a href="{U_REGISTER}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_register.gif" width="12" height="13" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>&nbsp; 
                  <!-- END switch_user_logged_out --> 
                  </td> 
               </tr> 
               <tr> 
                  <td height="25" align="center" valign="top" nowrap="nowrap"><span class="mainmenu">&nbsp;<a href="{U_PROFILE}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_profile.gif" width="12" height="13" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>&nbsp; &nbsp;<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_message.gif" width="12" height="13" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>&nbsp; &nbsp;<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/charcoal/images/icon_mini_login.gif" width="12" height="13" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a>&nbsp;</span></td> 
               </tr> 
            </table></td> 
         </tr> 
      </table> 

      <br />
Afbeelding

Gebruikersavatar
Nick V
Berichten: 774
Lid geworden op: 18 okt 2003, 00:41
Locatie: Niet Nu!
Contacteer:

Bericht door Nick V » 28 mar 2004, 20:57

ja thnx :thumb: nu alleen nog ff dat er staat nickvforum.nl weghalen maar da kan k zelf 8)

thnx :thumb:

Gebruikersavatar
Luuk
Berichten: 7311
Lid geworden op: 22 okt 2003, 10:07
Locatie: Delft

Bericht door Luuk » 28 mar 2004, 20:59

OK dan, had de beschrijving al weggehaald, de naam wist ik niet zeker maar dat is dus gelukkig geen probleem meer
Afbeelding

Gesloten