Bei welchem Homepageanbieter dürfe man so etwas einbauen bzw. wie gehts das?
Generell bei jedem, der es dir erlaubt eigenen HTMLCode zu hosten. Irgendwo, wirst du dann dort entweder eine eigene Eingabemaske haben, in der du den Quellcode eingibst oder du machst das local auf deinem Rechner und Hostest die *.html Dateien per FTP-Client (Wenn das unterstuetzt wird.) oder per Direktupload bei deinem Anbieter.
Und aehm... uebernimm das auch nicht so, denn es ist .. sagen mir mal .. verdammt umstaendlich aufgezogen.
<ul>
<li class="head"><strong>» Menü</strong></li>
<li><a href="#">Startseite</a> </li>
<li><a href="#">Impressum</a></li>
<li><a href="#">Gästebuch</a></li>
<li><a target="#">News-Archiv</a> </li>
<li><a href="#">Werben auf LoLipoT</a></li>
<li class="head"><strong>» LoLipoT-Goodies</strong></li>
<li><a href="http://lolipot.2page.de/alle_antworten_32814968.html">Alle Antworten</a> </li>
<li><a href="http://lolipot.2page.de/Mottoarchiv_18035633.html">Mottoarchiv</a></li>
<li><a href="http://lolipot.2page.de/downloads_92580624.html">Downloads</a></li>
<li><a href="http://lolipot.2page.de/mychannel_66716916.html">MyChannel</a></li>
<li><a href="http://lolipot.2page.de/chat-funktionen_2229773.html" target="frame3">Chat-Funktionen</a></li>
<li><a href="#">Textstyler</a></li>
<li><a href="#">Topliste 50</a></li>
<li class="head"><strong>» Events</strong></li>
<li><a href="#"><span style="font-weight: bold; color: rgb(255, 0, 0);">NEU:</span> LoLipoT-Event</a> </li>
<li><a href="#">Fair-Event</a></li>
<li class="head"><strong>» Partner</strong></li>
<li><a href="#">Partnerseiten</a> </li>
<li><a href="#">Link uns</a></li>
<li class="head"><strong>» Counter</strong></li>
<li id="script">Irgend ein Counter-Script</li>
</ul>
Und die dazugehoerige Formatierung:
* {
margin:0;
padding:0; }
ul {
margin: 10px 10px;
background: #ff8c00;
list-style-type: none;
list-style-position: inside;
width: 171px;
border: solid 1px #ff8c00; }
ul li {
background: #f0fff0;
color: #000;
font: bold 11px/16px Verdana,Geneva,Arial,Helvetica,sans-serif;
padding: 0;
margin: 0;
text-indent: 4px;
margin: 1px; }
ul li a {
text-decoration: none;
font-weight: normal;
color: #000; }
ul li.head {
background: #ff8c00;
color: #fff;}
ul li#script {
text-align: center;
line-height: 19px;
}
Ich glaub, dass es so auch ein bisschen Verstaendlicher wird.