Whatever message this page gives is out now! Go check it out!
<cfhtmlhead
text = "{{text}}">Attribute | Req/Opt | Default | Description |
text | Required | Text to add to the <head> area of an HTML page. |
<!--- This example adds a favicon to the HTML Head of every page view. The extra CRLF at
the end cleans up view source. Note the embedded tag uses double quotes and the cfhtmlhead
text attribute uses single quotes, but it could be the other way around too.
--->
<cfhtmlhead
text='<link href="/blog/custom/img/favicon.ico" rel="shortcut icon" type="image/x-icon">#chr(13)##chr(10)#'>