Menü nach Links

Hi, weiss jemand wie ich mein Menü von oben nach links als menü das vertikal angelegt ist hinbekomme?? Mein jetziges(oben,horizontal):
www.10000kb.de/user_web/dumbledore1/2010.html

Ich möchte ebenfalls noch etwas Verschönerung des Menüs haben allerdings nicht mit css oder php, etc. !!
Kann mir da jemand tipps geben??

<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />

ist das so schwer?

Ohne css formatiere ich keine menus :stuck_out_tongue:

[QUOTE=Tar-Minyatur]

<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />
<a href="#"> link </a><br />

ist das so schwer?
[/quote]

Ne, so schwer is das jetzt nich nur das schwere kommt ja noch: Wie bekomm ich jetzt text neben das Menü??

Ohne css formatiere ich keine menus :stuck_out_tongue:

´Macht das jemand anders??

nimmste entweder frames oder divs. (ich bin für divs :P)

obwohl man die divs dann wieder nur richtig mit css ausrichten kann…

<div style="float:left;width:12345px;">
<!-- Hier das Menu -->
</div>

<div style="float:right;width:12345px;">
<!-- Hier der Inhalt Ôo-->
</div>

ah, ok thx