---
title: "Cellpadding i CSS"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/55741-cellpadding-i-css"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "Andy"
published: "2002-10-11T15:53:26.000Z"
updated: "2002-10-11T17:35:44.000Z"
replies: 1
views: 202
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/55741-cellpadding-i-css"
---

# Cellpadding i CSS

## #1 — Andy, 2002-10-11T15:53Z

Har en tabell som ser ut så här:

\<table border="0" cellpadding="0" cellspacing="0"\>
\<tr\>
\<td\>\</td\>
\</tr\>
\</table\>

kan jag skapa en CSS-klass som styr border, cellpadding och cellspacing istället?

\<table class="tableclass"\> etc.

Hur?

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

## #2 — Web-Tor, 2002-10-11T17:35Z

```
.tableclass{
 padding: 0px;
 border: none;
}
```

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/55741-cellpadding-i-css
