Author Topic: "a href" in forums  (Read 918 times)

0 Members and 1 Guest are viewing this topic.

Offline freestyler

  • Soldat Beta Team
  • Camper
  • ******
  • Posts: 326
"a href" in forums
« on: August 16, 2008, 03:57:34 am »
Maybe it's been answered already, but I can't find it.

How to do something like
Code: [Select]
<a href="#asd">click here!</a>
(...)
<a name="asd">qwerty</a>
on SMF?

Offline Toumaz

  • Veteran
  • *****
  • Posts: 1906
Re: "a href" in forums
« Reply #1 on: August 16, 2008, 04:49:38 am »
If you mean links in general, which I don't think you do, but just to be sure:
Code: [Select]
[url=asd]foo[/url]

As for anchors:
http://forums.soldat.pl/index.php?topic=1660.0

Offline freestyler

  • Soldat Beta Team
  • Camper
  • ******
  • Posts: 326
Re: "a href" in forums
« Reply #2 on: August 16, 2008, 04:58:38 am »
Thank you very much.