Hi there,
first post: wanna say hello and excuse (in advance) for beeing nOOby :0)
1.) bug - self-closing tags:
^ + < …for opening/closing tags this key-command does work fine, but not for self-closing tags like <img /> or <hr />
space and slash is missing, it just closes the tag normally.
Is this a bug?
2.) I have found some tutorial, but w'd like to know if there's somebody out with a link-ressource to share with me (mostly Im interested in HTML/CSS to start with)
ThnXS Dennis
Hi Dennis,
From TextMate help: If you want tags with an EMPTY content model to use the minimized (XHTML) form (that is <br /> instead of <br>) then in Preferences → Advanced create a new variable named TM_XHTML and set it to ‘ /’ (the value of this variable will be inserted before the > in the generated tags with EMPTY content model).
---- Akos
On Feb 9, 2008, at 8:01 PM, Dennis Amrouche wrote:
1.) bug - self-closing tags:
^ + < …for opening/closing tags this key-command does work fine, but not for self-closing tags like <img /> or <hr />
space and slash is missing, it just closes the tag normally.
Is this a bug?