Couple Joomla 3.01 questions regarding HTML5 and Bootstrap - Joomla! Forum - community, help and support
i downloaded , installed joomla 3 first time , impressed. cleaner design , various buttons , other features related twitter bootstrap framework.
now 2 questions are:
is html5 native joomla 3?
i noticed protostar template uses style="xhtml" in module chrome. in comparison, joomla 2.5 used xhtml 1.0 doctype , if wanted create html5 template, have add html5 overrides (or create html5 overrides) , in cases, html5 module chrome in joomla 2.5 overrides looked style="html5" .
i hoping html5 overrides not necessary in joomla 3.
is twitter bootstrap css library built joomla 3 or have add ourselves?
that's now. going build joomla 3 templates , want make sure doing right.
all best,
wild
now 2 questions are:
is html5 native joomla 3?
i noticed protostar template uses style="xhtml" in module chrome. in comparison, joomla 2.5 used xhtml 1.0 doctype , if wanted create html5 template, have add html5 overrides (or create html5 overrides) , in cases, html5 module chrome in joomla 2.5 overrides looked style="html5" .
i hoping html5 overrides not necessary in joomla 3.
is twitter bootstrap css library built joomla 3 or have add ourselves?
that's now. going build joomla 3 templates , want make sure doing right.
all best,
wild
hi wild,
looking @ protostar's html tag, it's http://www.w3.org/1999/xhtml (i.e. xhtml). honest, i'm not sure whether html5 overrides necessary, know twitter bootstrap (most of it) built joomla 3, there's no need @ it. use following code near top of index.php , joomla integrates you:
hope helps!
kind regards,
nick
looking @ protostar's html tag, it's http://www.w3.org/1999/xhtml (i.e. xhtml). honest, i'm not sure whether html5 overrides necessary, know twitter bootstrap (most of it) built joomla 3, there's no need @ it. use following code near top of index.php , joomla integrates you:
code: select all
jhtml::_('bootstrap.framework');hope helps!
kind regards,
nick
Comments
Post a Comment