---
title: "html i respons.write"
type: "forum-thread"
url: "https://www.webforum.nu/amne/asp/143168-html-i-respons-write"
topic: "ASP"
topic_url: "https://www.webforum.nu/amne/asp"
author: "eko"
published: "2006-02-28T13:28:23.000Z"
updated: "2006-02-28T13:36:49.000Z"
replies: 2
views: 327
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/asp/143168-html-i-respons-write"
---

# html i respons.write

## #1 — eko, 2006-02-28T13:28Z

Jag vill att texten tour section skall vara länkad till exempelvis <https://www.dn.se> 

```

response.write "<table border='0' cellpadding='0' cellspacing='0'><tr><td>Constantly on the road! Check out the tour section and find out when Melody Club is coming to blow up your town.</td></tr></table>"
```

 

Får inte riktigt till det. Någon som vill hjälpa?   :r

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

## #2 — @nders, 2006-02-28T13:31Z

```
response.write "<table border='0' cellpadding='0' cellspacing='0'><tr><td>Constantly on the road! Check out the <a href='http://www.dn.se'>tour section</a> and find out when Melody Club is coming to blow up your town.</td></tr></table>"
```

eller:

```
response.write "<table border=""0"" cellpadding=""0"" cellspacing=""0""><tr><td>Constantly on the road! Check out the <a href=""http://www.dn.se"">tour section</a> and find out when Melody Club is coming to blow up your town.</td></tr></table>"
```

mvh

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

## #3 — eko, 2006-02-28T13:36Z

Tack för ett snabbt och bra svar!   :birp

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

---

Tråden på webben: https://www.webforum.nu/amne/asp/143168-html-i-respons-write
