Coda Clips

A collection of Clips for Panic's Coda.


Open Blank Page (Valid XHTML)

by Steven Hambleton in HTML

<a onclick="window.open(this.href, '_blank'); return false;"  href="http://www."></a>

Link

by Antonio Manuel Martín in HTML

<a href="<<**SelectionInsertionPlaceholder**>>"></a>

Image Insertion

by Antonio Manuel Martín in HTML

<img src="<<**SelectionInsertionPlaceholder**>>" alt="" title="" />

Page Structure XHTML 1.0 Strict UTF-8

by William Dodson in HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="en-us" xmlns="http://www.w3.org/1999/xhtml">
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<title><<**SelectionInsertionPlaceholder**>></title>
</head>
<body>
</body>
</html>

1px debugging border

by Brendan Cullen in HTML

style="border: 1px #f00 solid;"

Meta Redirect

by Ameir Al-Zoubi in HTML

<meta http-equiv="refresh" content="0;url=<<**SelectionInsertionPlaceholder**>>">

Blockquote

by Sam Brown in HTML

<blockquote>
	<p><<**SelectionInsertionPlaceholder**>></p>
</blockquote>

Ordered List

by Sam Brown in HTML

<ol>
	<li><<**SelectionInsertionPlaceholder**>></li>
</ol>