HTML 5 elements

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
BillAnton
Posts: 33
Joined: Thu Jul 26, 2007 10:00 pm

HTML 5 elements

Post by BillAnton »

* section: A part or chapter in a book, a section in a chapter, or essentially anything that has its own heading in HTML 4
* header: The page header shown on the page; not the same as the head element
* footer: The page footer where the fine print goes; the signature in an e-mail message
* nav: A collection of links to other pages
* article: An independent entry in a blog, magazine, compendium, and so forth

One of the Top Contributors suggested that since WebBuilder does not support these new elements one could implement some of these new elements by using snippets and callwords.

[quote]for now, you can setup some snippets/callwords to help you out.[/quote]

Anybody have any ides how to go about doing this?
Regards,
Bill Antonacchio
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: HTML 5 elements

Post by syrupcore »

snippet before:
<header>

snippet after
</header>


callword: head


type head, hit ctrl+j

off to the races. :)
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Re: HTML 5 elements

Post by syrupcore »

I have a 'blank' tag snippet that I use for XML and random stuff. it'd work for this too.

snippet before:
<%[Enter Tag]%>

snippet after
</%[Enter Tag]%>

I assigned it to ctrl+alt+shift+W

typing the keystroke pops up a dialog box that says "enter tag". I just entered "footer" and it output:
<footer>|</footer>

could of course format it to output on two lines like
<footer>
|
</footer>

if that's more to your liking.
BillAnton
Posts: 33
Joined: Thu Jul 26, 2007 10:00 pm

Re: HTML 5 elements

Post by BillAnton »

I use this feature myself although I don't use the keyboard shortcuts. Too old to remember all of these and all of a few other programs that can be user designated (Xara Xtreme is one that I am using right now, for example), but this doesn't really pertain to HTML5 elements.

I was hoping for some temporary workaround to get the functionality of these features until W3C actually adopts them as standards and then I would just have to bug Karlis to include in WeBuilder!
Regards,
Bill Antonacchio
Post Reply