• Willkommen im Geoclub - dem größten deutschsprachigen Geocaching-Forum. Registriere dich kostenlos, um alle Inhalte zu sehen und neue Beiträge zu erstellen.

Tabelle in Geocaching.com?

mamapapakind

Geocacher
Hallo Leute,

kann mir jemand helfen, wie man eine Tabelle in die Cachebeschreibung bei geocaching.com reinbekommt. Es sollen ein paar Namen bestimmt werden, die dann später dekodiert werden.

Danke und Gruß
Carmen
 
OP
M

mamapapakind

Geocacher
so soll die Tabelle aussehen, nur dass die Blanks, die Buchstaben und Ziffern in Kästchen sein sollen. Heißt 14 x 8


0 A B C D E F G H I K L M O
1 _ I _ _ _ _ L _ _ _ _ _ _
2 _ _ S _ _ _ _ A _ _ _
3 _ _ _ H _
4 R _ _ _ _ _ _ _ _ _ I _
5 E _ _ _ _
6 _ _ _ _ U _ _
7 _ _ _ _ _ _ _ _ _ _ _


Gruß
Carmen
 

Vater und Sohn

Geomaster
so etwa?
Code:
<table border="1" align="center" bordercolor="#000000">
  <tr align="center">
    <td width="20" height="20"> </td>
    <td width="20" height="20">A</td>
    <td width="20" height="20">B</td>
    <td width="20" height="20">C</td>
    <td width="20" height="20">D</td>
    <td width="20" height="20">E</td>
    <td width="20" height="20">F</td>
    <td width="20" height="20">G</td>
    <td width="20" height="20">H</td>
    <td width="20" height="20">I</td>
    <td width="20" height="20">J</td>
    <td width="20" height="20">K</td>
    <td width="20" height="20">L</td>
    <td width="20" height="20">M</td>
	<td width="20" height="20">O</td>
  </tr>
  <tr align="center">
    <td width="20" height="20">1</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20">I</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20">L</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
  <tr align="center">
    <td width="20" height="20">2</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
  <tr align="center">
    <td width="20" height="20">3</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20">K</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
  <tr align="center">
    <td width="20" height="20">4</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
  <tr align="center">
    <td width="20" height="20">5</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20">M</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
  <tr align="center">
    <td width="20" height="20">6</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20">O</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
  <tr align="center">
    <td width="20" height="20">7</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20">X</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
  <tr align="center">
    <td width="20" height="20">8</td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
    <td width="20" height="20"> </td>
  </tr>
</table>
 
OP
M

mamapapakind

Geocacher
hey, das geht ja fix:). Danke. Nun nehme ich nur an, um den Code zu verwenden, hätte ich auch die Beschreibung in HTML schreiben müssen, habe ich aber nicht, da ansonsten die Beschreibung im Block erscheint. Kann ich den code einfach in meine Beschreibung reinkopieren?

Danke und Gruß
Carmen
 
OP
M

mamapapakind

Geocacher
danke für die schnellen Antworten. Ihr habt mich auf die (wenn vielleicht auch unkonventionelle) Lösung gebracht. Ich habe meine Beschreibung in word so formatiert, wie ich es wollte, dann das Dokument als html gespeichert und im Editor geöffnet. Damit hatte ich alle Codes, so wie ich es brauche.

Danke und Gruß
Carmen
 

PHerison

Geowizard
carmenlu schrieb:
...um den Code zu verwenden, hätte ich auch die Beschreibung in HTML schreiben müssen, habe ich aber nicht, da ansonsten die Beschreibung im Block erscheint. Kann ich den code einfach in meine Beschreibung reinkopieren?
<p>...</p> = Absatz (Abstand davor und danach, dazwischen alles als linksbuendiger Block)
<br> = einfacher Zeilenumbruch

Und lass, wie schon geschrieben, das height und das width im <td> weg.
 

PHerison

Geowizard
carmenlu schrieb:
danke für die schnellen Antworten. Ihr habt mich auf die (wenn vielleicht auch unkonventionelle) Lösung gebracht. Ich habe meine Beschreibung in word so formatiert, wie ich es wollte, dann das Dokument als html gespeichert und im Editor geöffnet. Damit hatte ich alle Codes, so wie ich es brauche.
URL?
 
OP
M

mamapapakind

Geocacher
ach, eigentlich sieht es gut aus :)

<http://www.geocaching.com/seek/cache_details.aspx?guid=54ed167f-4872-4bca-a92f-78eec2d05e33>

Gruß
 

radioscout

Geoking
So viele Zahlen... Mach das mal im Winter mit steifgefrorenen Fingern auf nassem Papier das Dir vom Wind weggerissen wird.
 
OP
M

mamapapakind

Geocacher
dafür gibt es auf dem Weg genügend Möglichkeiten zum Einkehren, wie in der Pfalz halt üblich :).

Außerdem täuscht der Eindruck. Gunter war gestern Testperson und die Dekodierung ging schneller als gedacht. Im Prinzip brauchst du von den meisten Zahlen ja nur die beiden Anfangsbuchstaben und dann weißt Du, was Du eingeben musst.

Gruß
Carmen
 
Oben