
3 Spaltiger Text
Ich moechte gerne einen Beitrag mit 3 Spalten fuer Links basteln.
Wie geht das? Irgendwie mit HTML Frames oder so?
Bitte um eure Tipps bzw. HTML-Sourcecodes.
Wie geht das? Irgendwie mit HTML Frames oder so?
Bitte um eure Tipps bzw. HTML-Sourcecodes.
fd - 20. Jan. 2004, 11:40 - Rubrik: HTML und CSS

hope it helps
<table>
<tr><td width="33%">
<a href="https://www.twoday.net">Link 1</a>
<a href="https://mythings.twoday.net">Link 2</a>
<a href="http://antville.org">Link 3</a>
</td><td width="33%">
</td><td width="33%">
</td></tr>
</table>