---
title: "dela upp en form i en tabell"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/1397-dela-upp-en-form-i-en-tabell"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "jme"
published: "2001-09-11T10:49:00.000Z"
updated: "2001-09-11T11:35:00.000Z"
replies: 1
views: 223
page: 1
pages: 1
language: "sv-SE"
site: "webForum — webforum.nu"
rights: "Upphovsrätten till varje inlägg tillhör dess författare."
attribution: "Citera som: webForum, https://www.webforum.nu/amne/html-css/1397-dela-upp-en-form-i-en-tabell"
---

# dela upp en form i en tabell

## #1 — jme, 2001-09-11T10:49Z

Hur kan jag dela upp en form i en tabell med tre kolumner?

Permalänk: https://www.webforum.nu/p/1397

## #2 — Web-Tor, 2001-09-11T11:35Z

```
<form method="post" action="sida.html">
  <table width="300" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <td>Kolumn 1</td>
      <td>Kolumn 2</td>
      <td>Kolumn 3</td>
    </tr>
  </table>
</form>
```

Permalänk: https://www.webforum.nu/p/201780

---

Tråden på webben: https://www.webforum.nu/amne/html-css/1397-dela-upp-en-form-i-en-tabell
