/ Published in: HTML
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
//This snippet is custom made for use in a TextMate Bundle. //To appropriately use it, create a TextMate Bundle out of it. //After that you can assign it it's own shortcuts / key equivalents. <div id="${1}-columns"> <div class="${1}-left"> Left </div><!-- ${1}-left --> <div class="${1}-right"> Right </div><!-- ${1}-right --> </div><!-- end ${1}-columns -->