Pagina 1 van 1
leegte onderaan
Geplaatst: 23 feb 2005, 23:26
door Faktory
http://www.emulacion.net/noticias/forum/index.php
Bij deze template is er nogal een grote leegte onderaan, is het mogelijk deze te verkleinen, en alles wat dichter tegen elkaar te zetten, zo ja hoe ?
alvast bedankt
Geplaatst: 23 feb 2005, 23:58
door Nymphy
Ik denk dat de enigste mogelijkheid is meer forums aan te maken..
anders moet je kijken in je overall_footer.tpl
of je daar iets van breaks ziet staan...
Geplaatst: 24 feb 2005, 08:12
door Bee
Open overall_header.tpl , en verwijder
Code: Selecteer alles
<tr>
<td height="129" background="templates/subza/images/bgsubza.jpg"> </td>
</tr>
na de </html> tag

Geplaatst: 24 feb 2005, 09:32
door Cheeta
oei oei oei achtergrond is wel heel slecht aangemaakt...
het zou ebter zijn de 8ergrond mee te geven aan de aller eerste tabel in plaats steeds een aparte td aan te maken dervoor
Geplaatst: 24 feb 2005, 10:48
door Faktory
bee schreef:Open overall_header.tpl , en verwijder
Code: Selecteer alles
<tr>
<td height="129" background="templates/subza/images/bgsubza.jpg"> </td>
</tr>
na de </html> tag

na die html tag staat niets
Overal_header
Code: Selecteer alles
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<title>{SITENAME} :: {PAGE_TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body topmargin=0 leftmargin=0 marginheight=0 marginwidth=0 bgcolor="ffffff">
<table width="860" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="23" background="templates/subza/images/bgsubza.jpg"> </td>
</tr>
<tr>
<td background="templates/subza/images/bgsubza.jpg"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<!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/subza/{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 text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}">
<a name="top"></a> <table width="780" cellspacing="0" cellpadding="10" border="0" align="center">
<tr>
<td class="logobg"><table width="780" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="80%" valign="middle"><p><span class="newtitle">{SITENAME}
- </span><span class="newtitle">{SITE_DESCRIPTION}</span></p>
<p><span class="gen"><img src="templates/subza/images/logo_phpBB.gif" width="788" height="160"><br />
</span> </p>
<table cellspacing="0" cellpadding="2" border="0">
<tr>
<td align="center" valign="top" nowrap="nowrap"><span class="mainmenu"> <a href="{U_FAQ}" class="mainmenu"><img src="templates/subza/images/icon_mini_faq.gif" width="16" height="14" border="0" alt="{L_FAQ}" hspace="3" />{L_FAQ}</a></span><span class="mainmenu">
<a href="{U_SEARCH}" class="mainmenu"><img src="templates/subza/images/icon_mini_search.gif" width="16" height="14" border="0" alt="{L_SEARCH}" hspace="3" />{L_SEARCH}</a>
<a href="{U_MEMBERLIST}" class="mainmenu"><img src="templates/subza/images/icon_mini_members.gif" width="16" height="14" border="0" alt="{L_MEMBERLIST}" hspace="3" />{L_MEMBERLIST}</a>
<a href="{U_GROUP_CP}" class="mainmenu"><img src="templates/subza/images/icon_mini_groups.gif" width="16" height="14" border="0" alt="{L_USERGROUPS}" hspace="3" />{L_USERGROUPS}</a>
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu"><img src="templates/subza/images/icon_mini_register.gif" width="16" height="14" border="0" alt="{L_REGISTER}" hspace="3" />{L_REGISTER}</a></span>
<!-- END switch_user_logged_out -->
<span class="mainmenu"><a href="{U_PROFILE}" class="mainmenu"><img src="templates/subza/images/icon_mini_profile.gif" width="16" height="14" border="0" alt="{L_PROFILE}" hspace="3" />{L_PROFILE}</a>
<a href="{U_PRIVATEMSGS}" class="mainmenu"><img src="templates/subza/images/icon_mini_message.gif" width="16" height="14" border="0" alt="{PRIVATE_MESSAGE_INFO}" hspace="3" />{PRIVATE_MESSAGE_INFO}</a>
<a href="{U_LOGIN_LOGOUT}" class="mainmenu"><img src="templates/subza/images/icon_mini_login.gif" width="16" height="14" border="0" alt="{L_LOGIN_LOGOUT}" hspace="3" />{L_LOGIN_LOGOUT}</a> </span>
</td>
</tr>
</table></td>
</tr>
</table>
</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
Geplaatst: 24 feb 2005, 14:10
door Cheeta
Code: Selecteer alles
<?xml version="1.0" encoding="iso-8859-1"?>
<!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">
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<table width="860" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="70" background="templates/subza/images/bgsubza.jpg"> </td>
</tr>
<tr>
<td background="templates/subza/images/bgsubza.jpg"><table width="94%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<div align="center">
<p><span class="copyright"><br />
<br />
<!--
We request you retain the full copyright notice below including the link to www.phpbb.com.
This not only gives respect to the large amount of time given freely by the developers
but also helps build interest, traffic and use of phpBB 2.0. If you cannot (for good
reason) retain the full copyright we request you at least leave in place the
Powered by phpBB 2.0.10 line, with phpBB linked to www.phpbb.com. If you refuse
to include even this then support on our forums may be affected.
The phpBB Group : 2002
// -->
Powered by <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB</a>
2.0.10 © 2001, 2002 phpBB Group</span></p>
<p><span class="copyright"> <a href="http://www.macthink.net/" class="copyright">Subza theme</a><br>
<br />
</span></p>
</div>
</td>
</tr>
</table>
</td></tr></table></body>
</html>
<tr>
<td height="129" background="templates/subza/images/bgsubza.jpg"> </td>
</tr>
ik zie een dubbele html pagina hier klopt iets niet...
Geplaatst: 24 feb 2005, 17:15
door Bee
Dat is het dus, er zijn 2 problemen
1. Verwijder mijn code in overall_footer.tpl

Ik heb een foutje gemaakt daarmee
2. De pagina wordt dubbel aangemaakt, in overall_header.tpl wordt het document al afgesloten, om daarna opnieuw te beginnen

Zie je de fout. Ik kan niet een twee drie zien wat er allemaal verwijderd moet worden, maar neem contact op met de maker, want dit is een puinzooi.