CINXE.COM
phpBB.de • PHP Logo Zentrieren
<!DOCTYPE html> <html dir="ltr" lang="de"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="robots" content="noindex" /> <title>phpBB.de • PHP Logo Zentrieren</title> <link href="./styles/phpBBdev1/theme/print.css" rel="stylesheet"> </head> <body id="phpbb" class="ltr"> <div id="wrap" class="wrap"> <a id="top" class="top-anchor" accesskey="t"></a> <div id="page-header"> <h1>phpBB.de</h1> <p>phpBB.de - Die deutsche phpBB-Community<br /><a href="https://www.phpbb.de/community/">https://www.phpbb.de/community/</a></p> <h2>PHP Logo Zentrieren</h2> <p><a href="https://www.phpbb.de/community/viewtopic.php?t=49749">https://www.phpbb.de/community/viewtopic.php?t=49749</a></p> </div> <div id="page-body" class="page-body"> <div class="page-number">Seite <strong>1</strong> von <strong>1</strong></div> <div class="post"> <h3>PHP Logo Zentrieren</h3> <div class="date">Verfasst: <strong>15.03.2004 00:34</strong></div> <div class="author">von <strong>11bo11</strong></div> <div class="content">Hallo möchte auf meiner Site das Logo oben in der mitte zentrieren !<br> <br> Wie bekomme ich das hin ?<br> <br> MFG 11bo11<br> <br> <br> <a href="http://www.11bo11.de" class="postlink">www.11bo11.de</a></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>15.03.2004 10:59</strong></div> <div class="author">von <strong>Mungo</strong></div> <div class="content">Schau dir mal die overall_header.tpl an.</div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>15.03.2004 18:48</strong></div> <div class="author">von <strong>11bo11</strong></div> <div class="content">Habe ich schon weiß aber nicht was ich verändern soll ! Bin noch nen Anfänger auf php !<br> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code><tr> <td><a href="{U_INDEX}"><img src="templates/fiblack/images/phpbb2_logo.gif" border="0" alt="{L_INDEX}" title="{L_INDEX}" width="323" height="71" /></a></td> <td align="center" width="100%">&nbsp;</td> </tr> </table></code></pre></div> Was muß ich da denn ändern ?<br> <br> <span style="color:red">Bitte in Zukunft den Code-Tag benutzen! <br> KB:16 --> Posten von Code<br> Mungo</span></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>15.03.2004 18:57</strong></div> <div class="author">von <strong>Mungo</strong></div> <div class="content">Ersetze <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code><td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a></td> <td align="center" width="100%" valign="middle"><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span> <table cellspacing="0" cellpadding="2" border="0"></code></pre></div> mit <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code><td class="bodyline"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td align="center"><a href="{U_INDEX}"><img src="templates/subSilver/images/logo_phpBB.gif" border="0" alt="{L_INDEX}" vspace="1" /></a><br /><span class="maintitle">{SITENAME}</span><br /><span class="gen">{SITE_DESCRIPTION}<br />&nbsp; </span> <table cellspacing="0" cellpadding="2" border="0"></code></pre></div></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>15.03.2004 19:25</strong></div> <div class="author">von <strong>11bo11</strong></div> <div class="content">THX hat super geklappt !!!<br> <br> <a href="http://www.11bo11.de" class="postlink">www.11bo11.de</a></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>18.10.2004 20:26</strong></div> <div class="author">von <strong>xil_tron</strong></div> <div class="content">Hi, sorry, ich bekomme das irgendwie nicht gebacken, da dir overall_header.tpl bei mir anders aussieht, habe nicht subsilver sonder fisubice...<br> <br> Hier mal meine overall_header.tpl<br> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code><?xml version="1.0" encoding="{S_CONTENT_ENCODING}"?> <!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" 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/fisubice/{T_HEAD_STYLESHEET}" type="text/css" /> <!-- BEGIN switch_enable_pm_popup --> <script 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 --> <!-- Start add - Birthday MOD --> {GREETING_POPUP} <!-- End add - Birthday MOD --> </head> <body> <a name="top" id="top"></a> <table class="bodyline" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td> <table class="topbkg" width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td><a href="{U_INDEX}"><img src="templates/fisubice/images/phpbb2_logo.jpg" border="0" " alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td> <td align="center" width="100%">&nbsp;</td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="2"> <tr> <td align="center" class="topnav">&nbsp;<a href="{U_FAQ}">{L_FAQ}</a>&nbsp; •&nbsp; <a href="{U_SEARCH}">{L_SEARCH}</a> &nbsp;• &nbsp;<a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a>&nbsp; • &nbsp;<a href="{U_GROUP_CP}">{L_USERGROUPS}</a> <!-- BEGIN switch_user_logged_out --> &nbsp; • &nbsp;<a href="{U_REGISTER}">{L_REGISTER}</a> <!-- END switch_user_logged_out --> &nbsp;• &nbsp;<a href="{U_PROFILE}">{L_PROFILE}</a>&nbsp; • &nbsp;<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>&nbsp; • &nbsp;<a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="10"> <tr> <td> </code></pre></div> Kann mir da bitte jemand bei helfen, wie ich das Logo zentrieren kann ?</div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>18.10.2004 20:30</strong></div> <div class="author">von <strong>Leuchte</strong></div> <div class="content">Finde<div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code><td><a href="{U_INDEX}"><img src="templates/fisubice/images/phpbb2_logo.jpg" border="0" " alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td> <td align="center" width="100%">&nbsp;</td> </tr></code></pre></div>Ersetze mit<div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code><td width="100%" align="center"><a href="{U_INDEX}"><img src="templates/fisubice/images/phpbb2_logo.jpg" border="0" " alt="{L_INDEX}" title="{L_INDEX}" width="240" height="110" /></a></td> </tr></code></pre></div></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>18.10.2004 21:51</strong></div> <div class="author">von <strong>xil_tron</strong></div> <div class="content">Super, vielen herzlichen Dank Leuchte, hat super geklappt <img class="smilies" src="./images/smilies/icon_e_biggrin.gif" width="15" height="17" alt=":grin:" title="Überglücklich"> <br> <br> Noch nen schönen Abend, THX <img class="smilies" src="./images/smilies/icon_e_wink.gif" width="15" height="17" alt=":wink:" title="Zwinkern"></div> </div> <hr /> <div class="post"> <h3></h3> <div class="date">Verfasst: <strong>27.06.2005 21:10</strong></div> <div class="author">von <strong>fun35</strong></div> <div class="content">jetzt habe ich noch eine Frage ?!?!?<br> <br> <br> Wie bekomme ich das Menü jetzt höher an der LOGO ??<br> <br> Zwei Zeilen sind ja eigentlich für die Überschrift (main) und Überschrift (secundär) bestimmt <br> <br> <br> kann ich den Platz einfach dafür löschen ????<br> <br> DANKE</div> </div> <hr /> <div class="post"> <h3>Re: PHP Logo Zentrieren</h3> <div class="date">Verfasst: <strong>10.03.2010 08:21</strong></div> <div class="author">von <strong>Proodi</strong></div> <div class="content">Hallo bin hier auf das Thema gestossen weil ich das selbe Problem habe. Ich poste mal meine overall_header in der Hoffnung es kann mir jemand helfen.<br> <br> <br> <br> <div class="codebox"><p>Code: <a href="#" onclick="selectCode(this); return false;">Alles auswählen</a></p><pre><code><!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" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}"> <head> <!-- INCLUDE _mg_config.html --> <meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" /> <meta http-equiv="content-language" content="{S_USER_LANG}" /> <meta http-equiv="content-style-type" content="text/css" /> <meta http-equiv="imagetoolbar" content="no" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> <meta name="resource-type" content="document" /> <meta name="distribution" content="global" /> <meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" /> {META} <title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title> <!-- IF S_ENABLE_FEEDS --> <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF --> <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF --> <!-- ENDIF --> <link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" /> <script type="text/javascript" src="{T_TEMPLATE_PATH}/scripts.js"></script> <script type="text/javascript"> // <![CDATA[ <!-- IF S_USER_PM_POPUP --> if ({S_NEW_PM}) { popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg'); } <!-- ENDIF --> function popup(url, width, height, name) { if (!name) { name = '_popup'; } window.open(url.replace(/&/g, '&'), name, 'height=' + height + ',resizable=yes,scrollbars=yes,width=' + width); return false; } function jumpto() { var page = prompt('{LA_JUMP_PAGE}:', '{ON_PAGE}'); var per_page = '{PER_PAGE}'; var base_url = '{A_BASE_URL}'; if (page !== null && !isNaN(page) && page == Math.floor(page) && page > 0) { if (base_url.indexOf('?') == -1) { document.location.href = base_url + '?start=' + ((page - 1) * per_page); } else { document.location.href = base_url.replace(/&/g, '&') + '&start=' + ((page - 1) * per_page); } } } /** * Find a member */ function find_username(url) { popup(url, 760, 570, '_usersearch'); return false; } /** * Mark/unmark checklist * id = ID of parent container, name = name prefix, state = state [true/false] */ function marklist(id, name, state) { var parent = document.getElementById(id); if (!parent) { eval('parent = document.' + id); } if (!parent) { return; } var rb = parent.getElementsByTagName('input'); for (var r = 0; r < rb.length; r++) { if (rb[r].name.substr(0, name.length) == name) { rb[r].checked = state; } } } <!-- IF ._file --> /** * Play quicktime file by determining it's width/height * from the displayed rectangle area * * Only defined if there is a file block present. */ function play_qt_file(obj) { var rectangle = obj.GetRectangle(); if (rectangle) { rectangle = rectangle.split(',') var x1 = parseInt(rectangle[0]); var x2 = parseInt(rectangle[2]); var y1 = parseInt(rectangle[1]); var y2 = parseInt(rectangle[3]); var width = (x1 < 0) ? (x1 * -1) + x2 : x2 - x1; var height = (y1 < 0) ? (y1 * -1) + y2 : y2 - y1; } else { var width = 200; var height = 0; } obj.width = width; obj.height = height + 16; obj.SetControllerVisible(true); obj.Play(); } <!-- ENDIF --> // ]]> </script> <!--[if lt IE 7]> <script type="text/javascript" src="{T_TEMPLATE_PATH}/pngfix.js"></script> <![endif]--> </head> <body class="{S_CONTENT_DIRECTION}"> <a name="top"></a> <!-- <div id="wrapper"> --> <div style="width:{$MG_GLOBAL_WIDTH};clear:both;margin: 0 auto;"> <table width="100%" align="center" cellspacing="0" cellpadding="0" border="0"> <tr> <td class="leftshadow" width="9" valign="top"><img src="{T_THEME_PATH}/images/spacer.gif" alt="" width="9" height="1" /></td> <td class="np-body" width="100%" valign="top"> <div id="top_logo"> <table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr> <td height="150" align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td> <td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td> <td align="right" valign="top">&nbsp;</td> </tr> </table> </div> <!-- INCLUDE menu_block.html --> <!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN --><span style="color:#CC3333;">{L_BOARD_DISABLED}</span><!-- ENDIF --> <div id="wrapcentre"> <!-- IF S_USER_PM_POPUP and S_NEW_PM --> <div style="margin-top:50px;margin-bottom:50px;text-align:center;clear:both;"><div class="popuppm-new"><a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a></div></div> <!-- ENDIF --> </code></pre></div> LG Proodi</div> </div> <hr /> </div> <div id="page-footer" class="page-footer"> <div class="page-number">Alle Zeiten sind <span title="Europa/Berlin">UTC+01:00</span><br />Seite <strong>1</strong> von <strong>1</strong></div> <div class="copyright"> <p>Powered by <a href="https://www.phpbb.com/">phpBB</a>® Forum Software © phpBB Limited </p> <p>Deutsche Übersetzung durch <a href="https://www.phpbb.de/">phpBB.de</a> </p> </div> </div> </div> </body> </html>