| View previous topic :: View next topic |
| Author |
Message |
jazzle Junior Member
Joined: 12 Aug 2006 Posts: 2
|
Posted: Sat Aug 12, 2006 3:26 am Post subject: [tag][/tag] misbehaves if around a link |
|
|
| as above |
|
| Back to top |
|
Ivan Admin
Joined: 16 Apr 2005 Posts: 340 Location: Belgrade
|
Posted: Sat Aug 12, 2006 7:23 pm Post subject: |
|
|
Yes, since [tag]...[/tag] gets expanded into a link, it conflicts with your link. You should use it the other way round, so instead of
| Code: | | [tag]<a href="example">Example</a>[/tag] |
use
| Code: | | <a href="example">[tag]Example[/tag]</a> |
|
|
| Back to top |
|
jazzle Junior Member
Joined: 12 Aug 2006 Posts: 2
|
Posted: Sat Aug 12, 2006 7:29 pm Post subject: |
|
|
okay, thank you very much  |
|
| Back to top |
|
|