Einwandfrei das Ding, danke dafür.
Nun würde ich gerne unter dem menü eine textbox für 4-6
Zeilen text anbringen. habe keine ahnung wie ich das, wo einfügen müsste.
Gibts hier jemanden der mir dabei helfen kann?
Die Seite sieht bisher so aus:
Click me
Hier die Index.php dazu:
< !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>
<meta name="author" content="author name here" />
<meta name="publisher" content="publisher name here" />
<meta name="copyright" content="copyright here" />
<meta name="page-topic" content="page topic here" />
<meta name="page-type" content="page type here" />
<meta name="audience" content="all" />
<meta http-equiv="content-language" content="en" />
<meta name="robots" content="index, follow" />
<meta http-equiv="Content-Type" content="text/html; charset=<?php if(defined('DEFAULT_CHARSET')) { echo DEFAULT_CHARSET; } else { echo 'utf-8'; }?>" />
</meta><meta name="description" content="<?php page_description(); ?>" />
</meta><meta name="keywords" content="<?php page_keywords(); ?>" />
<link rel="stylesheet" type="text/css" href="<?php echo TEMPLATE_DIR; ?>/d_simple_blue.css" media="screen,projection" />
<title><?php page_title(); ?></title>
</link><link rel="shortcut icon" href="<?php echo TEMPLATE_DIR; ?>/images/favicon.ico" />
</link></meta></head>
<body bgcolor="#ffffff">
<table cellpadding="0" cellspacing="0" border="0" width="755" align='center'>
<tr>
<td height="8" colspan="5" bgcolor="#ffffff"><a name="top"></a></td>
</tr>
<tr>
<td width="8" height="8" bgcolor="#ffffff"></td>
<td width="8" height="14" colspan="3" bgcolor="#547fac"></td>
<td width="21" height="14" bgcolor="#ffffff" id="s_ro"><img src="<?php echo TEMPLATE_DIR; ?/>/images/2x2px.gif" alt=" " width="21" height="14" /></td>
</tr>
<tr>
<td width="8" bgcolor="#ffffff"></td>
<td width="14" bgcolor="#547fac"></td>
<td bgcolor="#ffffff" align="left" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="left">
<tr>
<td colspan="5" bgcolor="#ffffff" height="4"></td>
</tr>
<tr>
<td bgcolor="#ffffff" width="4"></td>
<td colspan="3" bgcolor="#eeeeee" valign="top">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="left">
<tr>
<td valign="bottom">
<font id="title"><img src="<?php echo TEMPLATE_DIR; ?/>/images/Logo_Banner.jpg " border="0" alt="daniel.fuhrmannek.de"/></font>
</td>
<td rowspan="3" align="right" valign="middle">
<div class="search">
<?php if(SHOW_SEARCH) { /* Only show search box if search is enabled (Suchfeld nur dann anzeigen, wenn die Suche eingeschaltet ist */ ?>
<form name="search" action="<?php echo WB_URL; ?>/search/index<?php echo PAGE_EXTENSION; ?>" method="post">
<input type="text" name="string" />
<input class="button" type="submit" name="submit" value="<?php echo $TEXT['SEARCH']; ?/>" />
</form>
<?php } ?>
</div>
</td>
</tr>
<tr>
<td valign="top"><font id="subtitle"><?php page_title('','[WEBSITE_TITLE]'); ?></font></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
</td>
<td bgcolor="#ffffff" width="4"></td>
</tr>
<tr>
<td colspan="5" bgcolor="#ffffff" height="4"></td>
</tr>
<tr>
<td bgcolor="#ffffff" width="4"></td>
<td width="170" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="left" bgcolor="#eeeeee">
<tr>
<td height="4" colspan="2"></td>
</tr>
<tr>
<td width="4"></td>
<td>
<?php if(SHOW_MENU) { /* The menu is only displayed if needed (Das Menue wird nur angezeigt, wenn es benoetigt wird) */ ?>
<div class="mainmenu"><?php page_menu(0, 1, '<li>[a][menu_title][/a]'); ?></div>
<?php if(FRONTEND_LOGIN AND !$wb->is_authenticated()) { ?>
<form name="login" action="<?php echo LOGIN_URL; ?>" method="post" class="login_table">
<h1><?php echo $TEXT['LOGIN']; ?></h1>
<?php echo $TEXT['USERNAME']; ?>:
<input type="text" name="username" style="text-transform: lowercase;" />
<?php echo $TEXT['PASSWORD']; ?>:
<input type="password" name="password" />
<input class="button" type="submit" name="submit" value="<?php echo $TEXT['LOGIN']; ?/>" style="margin-top: 3px; text-transform: uppercase;" />
<a href="<?php echo FORGOT_URL; ?>"><?php echo $TEXT['FORGOT_DETAILS']; ?></a>
<?php if(is_numeric(FRONTEND_SIGNUP)) { ?>
<a href="<?php echo SIGNUP_URL; ?>"><?php echo $TEXT['SIGNUP']; ?></a>
<?php } ?>
</form>
<?php } elseif(FRONTEND_LOGIN AND $wb->is_authenticated()) { ?>
<form name="logout" action="<?php echo LOGOUT_URL; ?>" method="post" class="login_table">
<h1><?php echo $TEXT['LOGGED_IN']; ?></h1>
<?php echo $TEXT['WELCOME_BACK']; ?>, <?php echo $admin->get_display_name(); ?>
<input type="submit" name="submit" value="<?php echo $MENU['LOGOUT']; ?/>" />
<a href="<?php echo PREFERENCES_URL; ?>"><?php echo $MENU['PREFERENCES']; ?></a>
<a href="<?php echo ADMIN_URL; ?>/"><?php echo $TEXT['ADMINISTRATION']; ?></a>
</form>
<?php
}
} ?>
</td>
</tr>
<tr>
<td height="4" colspan="2"></td>
</tr>
</table>
</td>
<td bgcolor="#ffffff" width="4"></td>
<td rowspan="3" bgcolor="#eeeeee" valign="top">
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="left" bgcolor="#eeeeee">
<tr>
<td width="4"></td>
<td width="516" class="maincontent">
<h1><?php page_title('','[PAGE_TITLE]'); ?></h1>
<?php page_content(); ?>
</td>
</tr>
<tr>
<td height="4" colspan="2"></td>
</tr>
</table>
</td>
<td bgcolor="#ffffff" width="4"></td>
</tr>
<tr>
<td bgcolor="#ffffff" width="4"></td>
<td bgcolor="#ffffff" height="*"></td>
<td bgcolor="#ffffff" width="4"></td>
<td bgcolor="#ffffff" width="4"></td>
</tr>
<tr>
<td bgcolor="#ffffff" width="4"></td>
<td valign="bottom" height="*" bgcolor="#eeeeee">
<table cellspacing="0" cellpadding="0" border="0" width="100%" align="left">
<tr>
<td width="4"></td>
</tr>
</table>
</td>
<td bgcolor="#ffffff" width="4"></td>
<td bgcolor="#ffffff" width="4"></td>
</tr>
<tr>
<td colspan="5" bgcolor="#ffffff" height="4"></td>
</tr>
</table>
</td>
<td width="14" bgcolor="#547fac"></td>
<td width="21" bgcolor="#ffffff" id="s_rm" rowspan="2"><img src="<?php echo TEMPLATE_DIR; ?/>/images/2x2px.gif" alt=" " width="21" height="10" /></td>
</tr>
<tr>
<td width="8" bgcolor="#ffffff"></td>
<td width="14" bgcolor="#547fac"></td>
<td height="19" bgcolor="#547fac" align="right">
<a href="#top" class="txtbottom">Top</a>
</td>
<td width="14" bgcolor="#547fac"></td>
</tr>
<tr>
<td width="8" bgcolor="#ffffff"></td>
<td height="20" width="12" bgcolor="#ffffff" id="s_ul"><img src="<?php echo TEMPLATE_DIR; ?/>/images/2x2px.gif" alt=" " width="12" height="20" /></td>
<td height="20" colspan="2" bgcolor="#ffffff" id="s_um"><img src="<?php echo TEMPLATE_DIR; ?/>/images/2x2px.gif" alt=" " width="22" height="20" /></td>
<td height="20" width="21" bgcolor="#ffffff" id="s_ur"><img src="<?php echo TEMPLATE_DIR; ?/>/images/2x2px.gif" alt=" " width="21" height="20" /></td>
</tr>
</table>
<div class="copy">
<b><?php page_footer(); ?></b>
<a href="http://www.websitebaker.org/">Website Baker</a> is released under the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GNU General Public License</a>.
<b>This template is made by </b> <a href="http://danfuh.de" id="copy">DanFuh</a>.
</div>
</body>
</html>
Kann mir jemand evtl. zeigen was zu tun ist?
Vielleicht sogar mit dem Codeschnipsel helfen?
Soll wirklich nur ein blau umrandeter Kasten werden,
größe anpassbar, schriftfarben anpassbar und ca.
4 Zeilen Text reinpassen, Textgröße natürlich auch anpassbar...
Wäre sehr dankbar...
Gruß
Kallemann
