---
title: "Hjälp med validation!"
type: "forum-thread"
url: "https://www.webforum.nu/amne/html-css/161069-hjälp-med-validation"
topic: "HTML & CSS"
topic_url: "https://www.webforum.nu/amne/html-css"
author: "mlibemelie"
published: "2007-06-03T19:09:57.000Z"
updated: "2007-06-03T20:55:33.000Z"
replies: 3
views: 282
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/161069-hjälp-med-validation"
---

# Hjälp med validation!

## #1 — mlibemelie, 2007-06-03T19:09Z

Hej

Behöver hjälp med det här och vad det betyder och hur jag ska fixa det:

Error  Line 34 column 11: there is no attribute "size".

		\<hr size="1"\>\</hr\>

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the \<embed\> element to incorporate flash media in a Web page, see the FAQ item on valid flash.

Problemet tycker dem är det där strecket, jag vill ha det tunt och inte sådär normalt tjockt som \<hr\> brukar bli, därför har jag skrivit *size"1"*
Fast man kanske inte kan göra så, hmm...  :l

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

## #2 — @nders, 2007-06-03T19:18Z

Du skall använda css.

<http://www.sovavsiti.cz/css/hr.html>

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

## #3 — mlibemelie, 2007-06-03T19:24Z

Tack så mycket, nu fick jag det att funka :)

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

## #4 — silfver, 2007-06-03T20:55Z

Dessutom så använder man hr så här: 

```
<hr />
```

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

---

Tråden på webben: https://www.webforum.nu/amne/html-css/161069-hjälp-med-validation
