From 88fedcbaf98231745924d114fcd5d07ca61c7638 Mon Sep 17 00:00:00 2001 From: totoro Date: Thu, 31 Oct 2019 11:36:18 +0900 Subject: [PATCH] [+] add html tag helper "iframe" [-] fix the html img tag helper size by adding px after the number. previous width="100" now width="100px" --- web/CXM_making_a_web_site.anubis | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/web/CXM_making_a_web_site.anubis b/web/CXM_making_a_web_site.anubis index 65aa9f7..c80d604 100644 --- a/web/CXM_making_a_web_site.anubis +++ b/web/CXM_making_a_web_site.anubis @@ -1473,6 +1473,13 @@ public define HTML_Off_Form h6(HTML_Off_Form content) public define HTML_Off_Form hr = html_void_tag("hr", []). public define HTML_Off_Form hr(List(CoreAttrs) attrs) = html_void_tag("hr", attrs). + //