HTML Tool Bar

From Bluefish Wiki
Jump to navigation Jump to search


 

see also: Shortcuts for HTML Markup

Standard bar

icon name HTML Ic.
Quickstart... Open a dialog box for creation of a new HTML document Shift+Alt+Q
Body... <body>selection?</body> dialog Shift+Alt+B
strong insert <strong>selection?</strong> Ctrl+Alt+B
em insert <em>selection?</em> Ctrl+Alt+I
Paragraph insert <p>selection?</p> Ctrl+Alt+P
Break insert <br /> Ctrl+Alt+K
Break and clear insert <br clear="all" />
Non-breaking space insert   Ctrl+Alt+N
Anchor / Hyperlink <a>selection?</a> dialog Shift+Alt+A
Rule <hr /> dialog with default width="50" attribute Ctrl+Alt+N
Center insert <div style="text-align: center">selection?</div>
Right justify insert <div style="text-align: right">selection?</div> Ctrl+Alt+R
Comment insert <!-- selection? --> Ctrl+Alt+C
E-mail… <a href="mailto:">selection?</a> dialog Shift+Alt+E
Heading provides acces to <h1>selection?</h1> to
<h6>selection?</h6> insert buttons
Ctrl+Alt+1 to
Ctrl+Alt+6
Insert image… <img src="" alt="" /> dialog Shift+Alt+I
Insert thumbnail… thumbnail dialog Shift+Alt+N
Multi thumbnail… multithumbs dialog

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

see Quick Bar Customization