Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#1 2007-09-22 20:12:52
- critx
- Member
- Registered: 2007-06-27
- Posts: 17
[textile] How to add <address>-tag to textile?
Hello,
I want to add the <address>-tag to textile, but i don’t know, how I could manage that.
First I tried something like this:
$qtags = array(
‘*’ => ‘strong’,
‘//’ => ‘address’,
‘**’ => ‘b’,
‘??’ => ‘cite’,
‘_’ => ‘em’,
‘__’ => ‘i’,
‘-’ => ‘del’,
‘%’ => ‘span’,
‘+’ => ‘cite’,
‘~’ => ‘sub’,
‘^’ => ‘sup’,
);
(it doesn’t work.)
Then I’ve tried to replace an old tag (for example: ‘cite’), with the <address>-tag (‘+’ => ‘address’), but now the <address>-tag is wrapped in a <p>-tag.
Please help! :)
Offline
#2 2007-09-30 12:53:23
- critx
- Member
- Registered: 2007-06-27
- Posts: 17
Re: [textile] How to add <address>-tag to textile?
No idea anybody? :(
Last edited by critx (2007-09-30 12:53:59)
Offline
#3 2007-09-30 15:39:52
- FireFusion
- Member
- Registered: 2005-05-10
- Posts: 698
Re: [textile] How to add <address>-tag to textile?
No. But the address tag is going to be deprecated in HTML… I think as it wasn’t being used correctly anyway. I could be wrong.
Anyway you can just do the “==” signs around a regular address tag.
If you really care about semantics use microformats for your addresses.
Last edited by FireFusion (2007-09-30 15:40:27)
Offline