---
title: "Tabell"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/70418-tabell"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "Webbler"
published: "2003-03-07T19:50:44.000Z"
updated: "2003-03-07T21:01:20.000Z"
replies: 2
views: 188
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/70418-tabell"
---

# Tabell

## #1 — Webbler, 2003-03-07T19:50Z

Jag har en tabell med en bild i som ska komma längst ut på sidan men det gör den inte!
Är det någon som vet vad detta beror på?
Sidan är:
<http://www21.brinkster.com/peterhall/d/index.htm>

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

## #2 — ampy, 2003-03-07T19:54Z

Ändra body-taggen till detta:

```
<BODY MARGINHEIGHT="0" MARGINWIDTH="0" TOPMARGIN="0" LEFTMARGIN="0">
```

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

## #3 — Peter S, 2003-03-07T21:01Z

Eller lite mer formellt:

```
<head>

<style type="text/css">
<!--

html, body {
     margin : 0;
     padding : 0;
}

-->
</style>

</head>
```

 :)

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/70418-tabell
