---
title: "nytt problem (netscape)"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/492-nytt-problem-netscape"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "DavidB"
published: "2000-09-09T13:15:00.000Z"
updated: "2000-09-09T13:24:00.000Z"
replies: 1
views: 308
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/492-nytt-problem-netscape"
---

# nytt problem (netscape)

## #1 — DavidB, 2000-09-09T13:15Z

för att en bild skulle hamna längst upp i vänster hörn utan några marginaler så gjorde jag såhär:

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

 detta fingerar finfint i Internet Explorer men inte i Netscape, någon som vet hur man gör för att få bort marginalerna i Netscape också?

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

## #2 — Matti, 2000-09-09T13:24Z

Yeps, skriv

```
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
```

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/492-nytt-problem-netscape
