Hallo,
ich habe mir eine neue Theme gedownloadet, nun weiß ich aber nicht wie ich den Code ändern muss damit das so Aussieht:
Rot: Überschriften auf gleicher höhe.
Blau: Abstand zwischen sein.
Schwarz: Unten drunter in der Mitte.
Zusätzlich will ich das der Streifen oben durch geht, zwischen durch ist der nicht da.
ich habe mir eine neue Theme gedownloadet, nun weiß ich aber nicht wie ich den Code ändern muss damit das so Aussieht:
Rot: Überschriften auf gleicher höhe.
Blau: Abstand zwischen sein.
Schwarz: Unten drunter in der Mitte.
Zusätzlich will ich das der Streifen oben durch geht, zwischen durch ist der nicht da.
PHP-Code:
<div class="clear"></div>
<a href="#top" class="top_icon">{$lang->bottomlinks_returntop}</a><a href="#content" class="content_icon">{$lang->bottomlinks_returncontent}</a>
<div class="clear"></div>
</div>
<div class="footer_main"></div>
</div>
</div></div>
<div id="footer">
<div class="mainwrap">
<div class="footer_menu">
<h2>Quick Navigation</h2>
<ul>
<li><a href="{$mybb->settings['homeurl']}" class="bot_home">{$mybb->settings['homename']}</a></li>
<li><a href="{$mybb->settings['contactlink']}" class="bot_contact">{$lang->bottomlinks_contactus}</a></li>
<li><a href="<archive_url>" class="bot_archive">{$lang->bottomlinks_litemode}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication" class="bot_rss">{$lang->bottomlinks_syndication}</a></li>
</ul>
</div></div>
<div id="footer">
<div class="mainwrap">
<div class="footer_menu">
<h2>Partner</h2>
<ul>
<li><a href="http://www.mmorpg-core.com/">MMORPG Core</a></li>
<li><a href="http://www.ingamers.de/">Ingamers</a></li>
<li><a href="http://www.elitepvpers.de/">ElitePVPers</a></li>
<li><a href="Test">Test</a></li>
</ul>
</div>
<div class="footer_content">
<br />
<p>All content © copyright {$mybb->settings['homename']}.</p>
<br /><br />
<!-- MyBB is free software developed and maintained by a volunteer community.
It would be much appreciated by the MyBB Group if you left the full copyright and "powered by" notice intact,
to show your support for MyBB. If you choose to remove or modify the copyright below,
you may be refused support on the MyBB Community Forums.
This is free software, support us and we'll support you. -->
{$lang->powered_by} <a href="http://mybb.com/" target="_blank">MyBB{$mybbversion}</a>, © 2002-{$copy_year} <a href="http://mybb.com/" target="_blank">MyBB Group</a>.
<!-- End powered by -->
<div class="float_right">{$lang_select}</div><br />
Theme designed by <a href="http://www.audentio.com" title="Free MyBB Themes">Audentio Design</a>.
</div>
<div class="clear"></div>
<!-- <div id="debug"><debugstuff></div> -->
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
</div>