06-03-2024, 06:54 PM
Quote:PS I'd still like to help Kernelpanic learn to add a simple table to his posts, but that's neither here nor there.Thank you for your effort! For me, it's just for fun, if it doesn't work that way - I understand McNeill's reasoning - it's not a big deal. I've learned something new again.
On tables and "with", here's an example in HTML; I once put a few bike tours online when I still had a website:
Code: (Select All)
<!-- 13.5.1998 -->
<HTML>
<HEAD>
<TITLE>Belzig-Potsdam</TITLE>
</HEAD>
<STYLE TYPE="text/css">
<!--
FONT.bes {font-family: arial, times, sans-serif; font-weight:normal; font-size:10pt}
FONT.ueb {font-family: "times roman", serif; font-weight:bold; font-style:italic; font-size:11pt; color:#00B200; text-decoration:underline}
-->
</STYLE>
<BODY BGCOLOR="#FFFFFF">
<TABLE BORDER=3 WIDTH=60% BORDERCOLORDARK="#00008B" BORDERCOLORLIGHT="#0000CF">
<TR>
<TH BACKGROUND="../../Bilder/sunset.JPG" BORDER=0>
<FONT style="font-family:times, serif; font-weight:bold; font-style:italic; font-size:14pt; color:white">
Von Belzig über Burg Rabenstein und Niemegk nach Potsdam
</FONT></TH>
</TR>
</TABLE>
<TABLE WIDTH=60%>
<TR>
<TD ALIGN=MIDDLE><B>In unregelmäßigen Abständen werden hier Tourentips
für Radtouren in Berlin und Brandenburg veröffentlicht</B>
</TD>
</TR>
<TR>
<TD ALIGN=CENTER>
<FONT style="font-weight:bold; font-size:11pt; color:#800080">
Tip Nr.5 vom 10. Mai 1998: Belzig - Potsdam ca. 100 Km</FONT>
</TD>
</TR>
</TABLE>
If you want to create your own website, get Homesite (I can also send you the editor) and a book about HTML. Back then, you had to teach yourself everything, and the best book on the subject was Laura Lemay's book (I had/have the German edition).
The American original: Teach Yourself Web Publishing with Html 3.2 in 14 Days Premier Edition )
The German edition: HTML 3.2 Buch und CD-ROM