---
title: "Height 100%"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/141456-height-100"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "SoulGod"
published: "2006-01-24T23:05:03.000Z"
updated: "2006-01-25T09:06:01.000Z"
replies: 1
views: 323
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/141456-height-100"
---

# Height 100%

## #1 — SoulGod, 2006-01-24T23:05Z

Jag kör en kod, för att ha en tabell , i en tabell, men jag får inte det att fungera.
Jag vill ha den "yttre" tabellen 100% bred, och 100% hög,
men den "inuti" skall vara 100% hög, men 730px bred.
Men den höjden vägrar fungera.
Vad är fel?

```
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Namnl&ouml;st dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>

<body>
<table width="102%" height="100%" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="730" height="100%" border="0" cellpadding="0" cellspacing="0">
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
        <tr>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
          <td>&nbsp;</td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</html>
```

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

## #2 — webbebba, 2006-01-25T09:06Z

Om du sätter din border i innertabellen till 1px och tittar i webbläsaren så ser du att det faktiskt fungerar. Däremot så syns det inte i Dreamweaver att innertabellen är 100% hög.  ;)

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/141456-height-100
