HTML Tool Bar: Difference between revisions
Jump to navigation
Jump to search
m Created page with '{{Man2top |lang=en |rev=2.0.0 |st=d |Title=HTML Tool Bar |prev=Man_2_ch04s02#HTML_Tool_Bar |Subtitle= |next= }} see also: Man 2 ch09s02 {{Man2bottom |prev=Man_2_ch04s02#HTM…' |
|||
(12 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|prev=Man_2_ch04s02#HTML_Tool_Bar | |prev=Man_2_ch04s02#HTML_Tool_Bar | ||
|Subtitle= | |Subtitle= | ||
|next= | |next=Man_2_ch04s02#Custom_Tool_Bar | ||
}} | }} | ||
see also: [[Man 2 ch09s02]] | {{toc}} | ||
see also: [[Man 2 ch09s02|Shortcuts for HTML Markup]] | |||
<br style="clear:both"/> | |||
== Standard bar == | |||
{|border="1" | |||
|colspan=4|[[File:Man2_html_toolbar.png]] | |||
|- | |||
!width=30|icon | |||
! name | |||
!HTML | |||
!Ic. | |||
|- | |||
|[[File:Man1_quick_start.png]] | |||
|Quickstart... | |||
|Open a dialog box for creation of a new HTML document | |||
|'''Shift+Alt+Q''' | |||
|- | |||
|[[File:Man1_body.png]] | |||
|Body... | |||
|<nowiki><body></nowiki><tt>selection?</tt><nowiki></body></nowiki> dialog | |||
|'''Shift+Alt+B''' | |||
|- | |||
|[[File:Man1_bold.png]] | |||
|strong | |||
|insert <nowiki><strong></nowiki><tt>selection?</tt><nowiki></strong></nowiki> | |||
|'''Ctrl+Alt+B''' | |||
|- | |||
|[[File:Man1_italic.png]] | |||
|em | |||
|insert <nowiki><em></nowiki><tt>selection?</tt><nowiki></em></nowiki> | |||
|'''Ctrl+Alt+I''' | |||
|- | |||
|[[File:Man1_paragraph.png]] | |||
|Paragraph | |||
|insert <nowiki><p></nowiki><tt>selection?</tt><nowiki></p></nowiki> | |||
|'''Ctrl+Alt+P''' | |||
|- | |||
|[[File:Man1_brbreak.png]] | |||
|Break | |||
|insert <nowiki><br /></nowiki> | |||
|'''Ctrl+Alt+K''' | |||
|- | |||
|[[File:Man1_breakall.png]] | |||
|Break and clear | |||
|insert <nowiki><br clear="all" /></nowiki> | |||
|- | |||
|[[File:Man1_nbsp.png]] | |||
|Non-breaking space | |||
|insert <nowiki> </nowiki> | |||
|'''Ctrl+Alt+N''' | |||
|- | |||
|[[File:Man1_anchor.png]] | |||
|Anchor / Hyperlink | |||
|<nowiki><a></nowiki><tt>selection?</tt><nowiki></a></nowiki> dialog | |||
|'''Shift+Alt+A''' | |||
|- | |||
|[[File:Man1_hrule.png]] | |||
|Rule | |||
|<nowiki><hr /></nowiki> dialog with default <tt>width="50"</tt> attribute | |||
|'''Ctrl+Alt+N''' | |||
|- | |||
|[[File:Man1_center.png]] | |||
|Center | |||
|insert <nowiki><div style="text-align: center"></nowiki><tt>selection?</tt><nowiki></div></nowiki> | |||
|- | |||
|[[File:Man1_right.png]] | |||
|Right justify | |||
|insert <nowiki><div style="text-align: right"></nowiki><tt>selection?</tt><nowiki></div></nowiki> | |||
|'''Ctrl+Alt+R''' | |||
|- | |||
|[[File:Man1_comment.png]] | |||
|Comment | |||
|insert <nowiki><!-- </nowiki><tt>selection?</tt> <nowiki>--></nowiki> | |||
|'''Ctrl+Alt+C''' | |||
|- | |||
|[[File:Man1_email.png]] | |||
|E-mail… | |||
|<nowiki><a href="mailto:"></nowiki><tt>selection?</tt><nowiki></a></nowiki> dialog | |||
|'''Shift+Alt+E''' | |||
|- | |||
|[[File:Man1_headings.png]] | |||
|Heading | |||
|provides acces to <nowiki><h1></nowiki><tt>selection?</tt><nowiki></h1></nowiki> to<br /><nowiki><h6></nowiki><tt>selection?</tt><nowiki></h6></nowiki> insert buttons | |||
|'''Ctrl+Alt+1''' to<br />'''Ctrl+Alt+6''' | |||
|- | |||
|[[File:Man1_image.png]] | |||
|Insert image… | |||
|<nowiki><img src="" alt="" /></nowiki> dialog | |||
|'''Shift+Alt+I''' | |||
|- | |||
|[[File:Man1_thumbnail.png]] | |||
|Insert thumbnail… | |||
|thumbnail dialog | |||
|'''Shift+Alt+N''' | |||
|- | |||
|[[File:Man1_multithumbs.png]] | |||
|Multi thumbnail… | |||
|multithumbs dialog | |||
| | |||
| | |||
|} | |||
== Fonts == | |||
{| | |||
|colspan=4|[[File:Man2_html_fonts_toolbar.png]] | |||
|- | |||
|width=40|'''icon''' | |||
|'''HTML''' | |||
|'''Ic.''' | |||
|'''Main Menu ''' | |||
|- | |||
| | |||
| | |||
|''' ''' | |||
| | |||
|} | |||
== Tables == | |||
{| | |||
|colspan=4|[[File:Man2_html_tables_toolbar.png]] | |||
|- | |||
|width=40|'''icon''' | |||
|'''HTML''' | |||
|'''Ic.''' | |||
|'''Main Menu ''' | |||
|- | |||
| | |||
| | |||
|''' ''' | |||
| | |||
|} | |||
== Frames == | |||
{| | |||
|colspan=4|[[File:Man2_html_frames_toolbar.png]] | |||
|- | |||
|width=40|'''icon''' | |||
|'''HTML''' | |||
|'''Ic.''' | |||
|'''Main Menu ''' | |||
|- | |||
| | |||
| | |||
|''' ''' | |||
| | |||
|} | |||
== Forms == | |||
{| | |||
|colspan=4|[[File:Man2_html_forms_toolbar.png]] | |||
|- | |||
|width=40|'''icon''' | |||
|'''HTML''' | |||
|'''Ic.''' | |||
|'''Main Menu ''' | |||
|- | |||
| | |||
| | |||
|''' ''' | |||
| | |||
|} | |||
== List == | |||
{| | |||
|colspan=4|[[File:Man2_html_List_toolbar.png]] | |||
|- | |||
|width=40|'''icon''' | |||
|'''HTML''' | |||
|'''Ic.''' | |||
|'''Main Menu ''' | |||
|- | |||
| | |||
| | |||
|''' ''' | |||
| | |||
|} | |||
== CSS == | |||
{| | |||
|colspan=4|[[File:Man2_html_CSS_toolbar.png]] | |||
|- | |||
|width=40|'''icon''' | |||
|'''HTML''' | |||
|'''Ic.''' | |||
|'''Main Menu ''' | |||
|- | |||
| | |||
| | |||
|''' ''' | |||
| | |||
|} | |||
== Quick bar == | |||
{| | |||
|colspan=4|[[File:Man2_html_Quick_toolbar.png]] | |||
|} | |||
see [[Quick Bar Customization]] | |||
{{Man2bottom | {{Man2bottom | ||
|prev=Man_2_ch04s02#HTML_Tool_Bar | |prev=Man_2_ch04s02#HTML_Tool_Bar | ||
|up=Man_2_ch04s02 | |up=Man_2_ch04s02 | ||
|next= | |next=Man_2_ch04s02#Custom_Tool_Bar | ||
|prevname=Menus and Tool Bars | |prevname=Menus and Tool Bars | ||
|nextname= | |nextname=Custom Tool Bar | ||
}} | }} |
Latest revision as of 12:39, 26 November 2010
see also: Shortcuts for HTML Markup
Standard bar
Fonts
icon | HTML | Ic. | Main Menu |
Tables
icon | HTML | Ic. | Main Menu |
Frames
icon | HTML | Ic. | Main Menu |
Forms
icon | HTML | Ic. | Main Menu |
List
icon | HTML | Ic. | Main Menu |
CSS
icon | HTML | Ic. | Main Menu |
Quick bar